mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
move dep to devdep
This commit is contained in:
parent
00ed2b985a
commit
e97ed52b3d
|
@ -95,7 +95,8 @@
|
|||
"webpack": "2.5.1",
|
||||
"webpack-dev-middleware": "1.10.2",
|
||||
"webpack-hot-middleware": "2.18.0",
|
||||
"write-file-webpack-plugin": "4.0.2"
|
||||
"write-file-webpack-plugin": "4.0.2",
|
||||
"walk": "^2.3.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "7.2.3",
|
||||
|
@ -124,7 +125,6 @@
|
|||
"react": "15.5.3",
|
||||
"react-dom": "15.5.3",
|
||||
"standard": "9.0.2",
|
||||
"walk": "^2.3.9",
|
||||
"wd": "1.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -3205,14 +3205,14 @@ js-tokens@^3.0.0:
|
|||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
|
||||
|
||||
js-yaml@3.6.1, js-yaml@^3.4.3:
|
||||
js-yaml@3.6.1:
|
||||
version "3.6.1"
|
||||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.6.1.tgz#6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30"
|
||||
dependencies:
|
||||
argparse "^1.0.7"
|
||||
esprima "^2.6.0"
|
||||
|
||||
js-yaml@^3.5.1, js-yaml@^3.7.0:
|
||||
js-yaml@^3.4.3, js-yaml@^3.5.1, js-yaml@^3.7.0:
|
||||
version "3.8.4"
|
||||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.4.tgz#520b4564f86573ba96662af85a8cafa7b4b5a6f6"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue