mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
package.json: remove ^
This commit is contained in:
parent
4b74c70cc9
commit
767bcfdfc8
|
@ -50,16 +50,16 @@
|
||||||
"write-file-webpack-plugin": "3.3.0"
|
"write-file-webpack-plugin": "3.3.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^7.0.0",
|
"babel-eslint": "7.0.0",
|
||||||
"babel-plugin-transform-remove-strict-mode": "0.0.2",
|
"babel-plugin-transform-remove-strict-mode": "0.0.2",
|
||||||
"benchmark": "2.1.1",
|
"benchmark": "2.1.1",
|
||||||
"gulp": "3.9.1",
|
"gulp": "3.9.1",
|
||||||
"gulp-ava": "0.14.1",
|
"gulp-ava": "0.14.1",
|
||||||
"gulp-babel": "6.1.2",
|
"gulp-babel": "6.1.2",
|
||||||
"gulp-benchmark": "^1.1.1",
|
"gulp-benchmark": "1.1.1",
|
||||||
"gulp-cached": "1.1.0",
|
"gulp-cached": "1.1.0",
|
||||||
"gulp-notify": "2.2.0",
|
"gulp-notify": "2.2.0",
|
||||||
"husky": "^0.11.9",
|
"husky": "0.11.9",
|
||||||
"run-sequence": "1.2.2",
|
"run-sequence": "1.2.2",
|
||||||
"standard": "^8.4.0",
|
"standard": "^8.4.0",
|
||||||
"webpack-stream": "3.2.0"
|
"webpack-stream": "3.2.0"
|
||||||
|
|
Loading…
Reference in a new issue