Skip to content

Commit

Permalink
Move all benchmark dependencies out of devDependencies (#23526)
Browse files Browse the repository at this point in the history
  • Loading branch information
duffn authored Apr 27, 2020
1 parent fb92ede commit c4c5079
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 31 deletions.
6 changes: 2 additions & 4 deletions benchmarks/markdown_id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"author": "PvdZ <pvdz@github>",
"dependencies": {
"del-cli": "^3.0.0",
"faker": "^4.1.0",
"gatsby": "^2.19.5",
"gatsby-image": "^2.2.39",
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-plugin-feed": "^2.3.26",
"gatsby-plugin-google-analytics": "^2.1.34",
"gatsby-plugin-manifest": "^2.2.38",
Expand Down Expand Up @@ -35,10 +37,6 @@
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"faker": "^4.1.0",
"gatsby-plugin-benchmark-reporting": "*"
},
"keywords": [
"gatsby"
],
Expand Down
6 changes: 2 additions & 4 deletions benchmarks/markdown_slug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"author": "PvdZ <pvdz@github>",
"dependencies": {
"del-cli": "^3.0.0",
"faker": "^4.1.0",
"gatsby": "^2.19.5",
"gatsby-image": "^2.2.39",
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-plugin-feed": "^2.3.26",
"gatsby-plugin-google-analytics": "^2.1.34",
"gatsby-plugin-manifest": "^2.2.38",
Expand Down Expand Up @@ -35,10 +37,6 @@
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19"
},
"devDependencies": {
"faker": "^4.1.0",
"gatsby-plugin-benchmark-reporting": "*"
},
"keywords": [
"gatsby"
],
Expand Down
8 changes: 3 additions & 5 deletions benchmarks/markdown_table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@
"serve": "gatsby serve"
},
"dependencies": {
"faker": "^4.1.0",
"gatsby": "^2.19.5",
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-transformer-remark": "^2.6.48",
"gray-matter": "^4.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"
},
"devDependencies": {
"faker": "^4.1.0",
"gatsby-plugin-benchmark-reporting": "*",
"gray-matter": "^4.0.2"
}
}
10 changes: 5 additions & 5 deletions benchmarks/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
"dependencies": {
"@mdx-js/mdx": "^1.5.7",
"@mdx-js/react": "^1.5.7",
"cross-env": "^7.0.0",
"del-cli": "^3.0.0",
"dotenv": "^8.2.0",
"gatsby": "^2.20.23",
"gatsby-image": "^2.3.3",
"gatsby-plugin-benchmark-reporting": "0.1.3",
"gatsby-plugin-mdx": "^1.1.8",
"gatsby-plugin-page-creator": "^2.2.2",
"gatsby-plugin-sharp": "^2.4.12",
Expand All @@ -30,13 +32,11 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"
"typescript": "^3.8.3",
"willit": "^1.0.0"
},
"devDependencies": {
"cross-env": "^7.0.0",
"gatsby-plugin-benchmark-reporting": "0.1.3",
"prettier": "2.0.4",
"willit": "^1.0.0"
"prettier": "2.0.4"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions benchmarks/source-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"chalk": "^2.4.2",
"contentful-management": "^5.14.0",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"gatsby": "^2.19.7",
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-image": "^2.2.40",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-source-contentful": "^2.1.88",
Expand All @@ -29,14 +32,11 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"
"typescript": "^3.8.3",
"yargs": "^15.3.1"
},
"devDependencies": {
"chalk": "^2.4.2",
"cross-env": "^7.0.0",
"gatsby-plugin-benchmark-reporting": "*",
"prettier": "2.0.4",
"yargs": "^15.3.1"
"prettier": "2.0.4"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/source-datocms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
"start": "npm run develop"
},
"dependencies": {
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"gatsby": "^2.19.7",
"gatsby-image": "^2.2.40",
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-source-datocms": "^2.1.27",
"gatsby-source-filesystem": "^2.1.48",
Expand All @@ -28,8 +30,6 @@
"typescript": "^3.8.3"
},
"devDependencies": {
"cross-env": "^7.0.0",
"gatsby-plugin-benchmark-reporting": "*",
"prettier": "2.0.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/source-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
"serve": "gatsby serve"
},
"dependencies": {
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"faker": "^4.1.0",
"gatsby": "^2.19.7",
"gatsby-image": "^2.2.40",
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-source-drupal": "^3.3.18",
"gatsby-source-filesystem": "^2.1.48",
Expand All @@ -30,8 +32,6 @@
"typescript": "^3.8.3"
},
"devDependencies": {
"cross-env": "^7.0.0",
"gatsby-plugin-benchmark-reporting": "*",
"prettier": "2.0.4"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
"start": "npm run develop"
},
"dependencies": {
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"faker": "^4.1.0",
"gatsby": "^2.19.35",
"gatsby-plugin-benchmark-reporting": "*",
"gatsby-image": "^2.2.40",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-source-filesystem": "^2.1.48",
Expand All @@ -25,9 +28,6 @@
"react-dom": "^16.12.0"
},
"devDependencies": {
"cross-env": "^7.0.0",
"faker": "^4.1.0",
"gatsby-plugin-benchmark-reporting": "*",
"prettier": "2.0.4"
},
"repository": {
Expand Down

0 comments on commit c4c5079

Please sign in to comment.