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

v8.0.0-canary.20

This commit is contained in:
Tim Neutkens 2019-02-10 04:56:14 +01:00
parent 45f5663558
commit 2ecb2489ce
3 changed files with 11 additions and 11 deletions

View file

@ -14,5 +14,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.0-canary.19"
"version": "8.0.0-canary.20"
}

View file

@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "8.0.0-canary.19",
"version": "8.0.0-canary.20",
"main": "./index.js",
"license": "MIT",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "8.0.0-canary.19",
"version": "8.0.0-canary.20",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -37,13 +37,6 @@
]
},
"dependencies": {
"cacache": "^11.0.2",
"find-cache-dir": "2.0.0",
"schema-utils": "1.0.0",
"serialize-javascript": "1.4.0",
"source-map": "0.6.1",
"terser": "3.16.1",
"worker-farm": "1.5.2",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
@ -63,10 +56,12 @@
"babel-loader": "8.0.2",
"babel-plugin-react-require": "3.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.15",
"cacache": "^11.0.2",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"cross-spawn": "5.1.0",
"del": "3.0.0",
"event-source-polyfill": "0.0.12",
"find-cache-dir": "2.0.0",
"find-up": "2.1.0",
"fresh": "0.5.2",
"friendly-errors-webpack-plugin": "1.7.0",
@ -77,15 +72,19 @@
"loader-utils": "1.1.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "8.0.0-canary.19",
"next-server": "8.0.0-canary.20",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",
"react-is": "16.6.3",
"recursive-copy": "2.0.6",
"resolve": "1.5.0",
"schema-utils": "1.0.0",
"serialize-javascript": "1.4.0",
"source-map": "0.6.1",
"strip-ansi": "3.0.1",
"styled-jsx": "3.2.0",
"terser": "3.16.1",
"tty-aware-progress": "1.0.3",
"unfetch": "3.0.0",
"url": "0.11.0",
@ -94,6 +93,7 @@
"webpack-hot-middleware": "2.24.3",
"webpack-sources": "1.3.0",
"webpackbar": "3.1.4 ",
"worker-farm": "1.5.2",
"ws": "6.1.2"
},
"peerDependencies": {