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 e33a7db commit 1a8dd6b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
save-exact = true
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -47,12 +47,12 @@
"babel-generator": "6.22.0",
"babel-loader": "6.3.2",
"babel-plugin-module-resolver": "2.5.0",
"babel-plugin-react-require": "^3.0.0",
"babel-plugin-react-require": "3.0.0",
"babel-plugin-transform-class-properties": "6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.22.0",
"babel-plugin-transform-react-jsx-source": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.3.2",
"babel-plugin-transform-react-jsx-source": "6.22.0",
"babel-plugin-transform-react-remove-prop-types": "0.3.2",
"babel-plugin-transform-runtime": "6.22.0",
"babel-preset-latest": "6.22.0",
"babel-preset-react": "6.23.0",
Expand All @@ -70,7 +70,7 @@
"loader-utils": "0.2.16",
"minimist": "1.2.0",
"mkdirp-then": "1.2.0",
"mv": "^2.1.1",
"mv": "2.1.1",
"mz": "2.6.0",
"path-match": "1.2.4",
"pkg-up": "1.0.0",
Expand All @@ -84,38 +84,38 @@
"webpack": "2.2.1",
"webpack-dev-middleware": "1.10.0",
"webpack-hot-middleware": "2.17.0",
"whatwg-fetch": "^2.0.2",
"whatwg-fetch": "2.0.2",
"write-file-webpack-plugin": "3.4.2"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"babel-jest": "^18.0.0",
"babel-plugin-istanbul": "^3.0.0",
"babel-jest": "18.0.0",
"babel-plugin-istanbul": "3.0.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "6.22.0",
"benchmark": "2.1.3",
"cheerio": "^0.22.0",
"chromedriver": "^2.26.1",
"cheerio": "0.22.0",
"chromedriver": "2.26.1",
"coveralls": "2.11.16",
"cross-env": "^3.1.4",
"fly": "^2.0.4",
"fly-babel": "^2.1.1",
"fly-clear": "^1.0.1",
"fly-esnext": "^2.0.0",
"fly-watch": "^1.1.1",
"cross-env": "3.1.4",
"fly": "2.0.4",
"fly-babel": "2.1.1",
"fly-clear": "1.0.1",
"fly-esnext": "2.0.0",
"fly-watch": "1.1.1",
"husky": "0.13.1",
"jest-cli": "^18.0.0",
"node-fetch": "^1.6.3",
"node-notifier": "^5.0.2",
"nyc": "^10.0.0",
"jest-cli": "18.0.0",
"node-fetch": "1.6.3",
"node-notifier": "5.0.2",
"nyc": "10.0.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"standard": "8.6.0",
"wd": "^1.1.3"
"wd": "1.1.3"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
"react": "15.4.2",
"react-dom": "15.4.2"
},
"jest": {
"testEnvironment": "node",
Expand Down

0 comments on commit 1a8dd6b

Please sign in to comment.