Skip to content

Commit

Permalink
Loosen babel-core dependency in the examples to prevent version conte…
Browse files Browse the repository at this point in the history
…ntion

Summary:Resolves, among other things, facebook#830.
Closes facebook#833

Reviewed By: svcscm

Differential Revision: D2934992

fb-gh-sync-id: 796b146683222dca82ba529fa724524288b67ea8
shipit-source-id: 796b146683222dca82ba529fa724524288b67ea8
  • Loading branch information
steveluscher authored and facebook-github-bot-4 committed Feb 13, 2016
1 parent a9eae0d commit d4c3860
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/relay-treasurehunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"preinstall": "cd ../.. && npm install --ignore-scripts && cd scripts/babel-relay-plugin && npm install --ignore-scripts"
},
"dependencies": {
"babel-core": "6.5.1",
"babel-core": "^6.5.2",
"babel-loader": "6.2.2",
"babel-polyfill": "6.5.0",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-relay-plugin": "file:../../scripts/babel-relay-plugin/",
"classnames": "2.1.5",
"classnames": "2.2.3",
"express": "4.13.4",
"express-graphql": "0.4.9",
"graphql": "0.4.17",
Expand Down
4 changes: 2 additions & 2 deletions examples/star-wars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"preinstall": "cd ../.. && npm install --ignore-scripts && cd scripts/babel-relay-plugin && npm install --ignore-scripts"
},
"dependencies": {
"babel-core": "6.5.1",
"babel-core": "^6.5.2",
"babel-loader": "6.2.2",
"babel-polyfill": "6.5.0",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-relay-plugin": "file:../../scripts/babel-relay-plugin/",
"classnames": "2.1.5",
"classnames": "2.2.3",
"express": "4.13.4",
"express-graphql": "0.4.9",
"graphql": "0.4.17",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"preinstall": "cd ../.. && npm install --ignore-scripts && cd scripts/babel-relay-plugin && npm install --ignore-scripts"
},
"dependencies": {
"babel-core": "6.5.1",
"babel-core": "^6.5.2",
"babel-loader": "6.2.2",
"babel-polyfill": "6.5.0",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "6.5.0",
"babel-relay-plugin": "file:../../scripts/babel-relay-plugin/",
"classnames": "2.1.5",
"classnames": "2.2.3",
"express": "4.13.4",
"express-graphql": "0.4.9",
"graphql": "0.4.17",
Expand Down

0 comments on commit d4c3860

Please sign in to comment.