1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Clean up dependencies between next and next-server (#5615)

This commit is contained in:
Tim Neutkens 2018-11-07 14:41:00 +01:00 committed by GitHub
parent 819efed2c0
commit 88f2c1716a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View file

@ -25,12 +25,12 @@
]
},
"dependencies": {
"@babel/runtime-corejs2": "^7.1.2",
"@babel/runtime-corejs2": "7.1.2",
"ansi-html": "0.0.7",
"etag": "1.8.1",
"find-up": "3.0.0",
"fresh": "0.5.2",
"hoist-non-react-statics": "^3.0.1",
"hoist-non-react-statics": "3.0.1",
"htmlescape": "1.1.1",
"path-to-regexp": "2.1.0",
"prop-types": "15.6.2",

View file

@ -56,14 +56,11 @@
"case-sensitive-paths-webpack-plugin": "2.1.2",
"cross-spawn": "5.1.0",
"del": "3.0.0",
"etag": "1.8.1",
"event-source-polyfill": "0.0.12",
"find-up": "2.1.0",
"fresh": "0.5.2",
"friendly-errors-webpack-plugin": "1.7.0",
"glob": "7.1.2",
"hoist-non-react-statics": "2.5.5",
"htmlescape": "1.1.1",
"http-status": "1.0.1",
"launch-editor": "2.2.1",
"loader-utils": "1.1.0",
@ -71,14 +68,11 @@
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "^7.0.2-canary.18",
"path-to-regexp": "2.1.0",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",
"recursive-copy": "2.0.6",
"resolve": "1.5.0",
"send": "0.16.1",
"source-map": "0.5.7",
"strip-ansi": "3.0.1",
"styled-jsx": "3.1.0",
"terser-webpack-plugin": "1.0.2",