Skip to content

Commit

Permalink
Pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Feb 16, 2017
1 parent 4e59264 commit 9b025e4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact = true
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@
"style.js"
],
"dependencies": {
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-traverse": "^6.21.0",
"babylon": "^6.14.1",
"convert-source-map": "^1.3.0",
"escape-string-regexp": "^1.0.5",
"object.entries": "^1.0.4",
"source-map": "^0.5.6",
"string-hash": "^1.1.1"
"babel-plugin-syntax-jsx": "6.18.0",
"babel-traverse": "6.21.0",
"babylon": "6.14.1",
"convert-source-map": "1.3.0",
"escape-string-regexp": "1.0.5",
"object.entries": "1.0.4",
"source-map": "0.5.6",
"string-hash": "1.1.1"
},
"devDependencies": {
"ava": "^0.17.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-babili": "^0.0.10",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-3": "^6.16.0",
"babel-register": "^6.18.0",
"benchmark": "^2.1.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-benchmark": "^1.1.1",
"human-size": "^1.1.0",
"mz": "^2.6.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"xo": "^0.17.1"
"ava": "0.17.0",
"babel-cli": "6.18.0",
"babel-core": "6.18.2",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "6.16.0",
"babel-preset-babili": "0.0.10",
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-3": "6.16.0",
"babel-register": "6.18.0",
"benchmark": "2.1.3",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-benchmark": "1.1.1",
"human-size": "1.1.0",
"mz": "2.6.0",
"react": "15.4.1",
"react-dom": "15.4.1",
"xo": "0.17.1"
},
"peerDependencies": {
"react": "^15.0"
"react": "15.0"

This comment has been minimized.

Copy link
@amio

amio Feb 17, 2017

Maybe better not to pin version for peer dependencies?

This comment has been minimized.

Copy link
@giuseppeg

giuseppeg Feb 17, 2017

Collaborator

agreed

This comment has been minimized.

Copy link
@leo

leo Feb 17, 2017

Author Contributor

Ahh, right! Feel free to update. Otherwise I'll change once I'm back on my MB.

This comment has been minimized.

Copy link
@leo

leo Feb 17, 2017

Author Contributor
},
"babel": {
"presets": [
Expand Down

0 comments on commit 9b025e4

Please sign in to comment.