Skip to content

Commit

Permalink
Update dependencies to avoid hoisting errors (gatsbyjs#1552)
Browse files Browse the repository at this point in the history
* Update dependencies to avoid hoisting errors

* More fiddling
  • Loading branch information
KyleAMathews authored Jul 19, 2017
1 parent f0fccb0 commit 390f4bf
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.42.0",
"glob": "^7.1.2",
"glob": "^7.1.1",
"iflow-debug": "^1.0.15",
"iflow-lodash": "^1.1.24",
"iflow-react-router": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.1",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"async": "^2.4.1",
"async": "^2.1.2",
"bluebird": "^3.5.0",
"image-size": "^0.5.1",
"imagemin": "^5.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-copy-linked-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.1",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"cheerio": "^1.0.0-rc.1",
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^3.0.1",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"babel-cli": "^6.24.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.1",
"cheerio": "^1.0.0-rc.2",
"image-size": "^0.5.1",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-remark-responsive-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"bluebird": "^3.5.0",
"cheerio": "^0.22.0",
"cheerio": "^1.0.0-rc.2",
"lodash": "^4.17.4",
"unist-util-visit": "^1.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"axios": "^0.16.1",
"base64-img": "^1.0.3",
"bluebird": "^3.4.6",
"bluebird": "^3.5.0",
"contentful": "^4.3.0",
"deep-map": "^1.5.0",
"json-stringify-safe": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"axios": "^0.16.1",
"bluebird": "^3.4.6",
"lodash": "^4.17.2"
"bluebird": "^3.5.0",
"lodash": "^4.17.4"
}
}
4 changes: 2 additions & 2 deletions packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"bundleDependencies": false,
"dependencies": {
"axios": "^0.16.1",
"bluebird": "^3.4.6",
"bluebird": "^3.5.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.2",
"lodash": "^4.17.4",
"qs": "^6.4.0"
},
"deprecated": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Jacob Bolda <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-traverse": "^6.25.0",
"babel-traverse": "^6.24.1",
"babylon": "^6.17.3",
"bluebird": "^3.5.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"babel-loader": "^6.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-env": "^1.5.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
Expand Down

0 comments on commit 390f4bf

Please sign in to comment.