mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Pinned dependencies
This commit is contained in:
parent
e33a7dbc25
commit
1a8dd6bac3
44
package.json
44
package.json
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue