提交 9ab8714f 编写于 作者: T Tim Neutkens

v8.0.0-canary.7

上级 7e7be0e2
...@@ -11,5 +11,5 @@ ...@@ -11,5 +11,5 @@
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
} }
}, },
"version": "8.0.0-canary.6" "version": "8.0.0-canary.7"
} }
{ {
"name": "next-server", "name": "next-server",
"version": "8.0.0-canary.6", "version": "8.0.0-canary.7",
"main": "./index.js", "main": "./index.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
......
{ {
"name": "next", "name": "next",
"version": "8.0.0-canary.6", "version": "8.0.0-canary.7",
"description": "Minimalistic framework for server-rendered React applications", "description": "Minimalistic framework for server-rendered React applications",
"main": "./dist/server/next.js", "main": "./dist/server/next.js",
"license": "MIT", "license": "MIT",
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
"loader-utils": "1.1.0", "loader-utils": "1.1.0",
"mkdirp-then": "1.2.0", "mkdirp-then": "1.2.0",
"nanoid": "1.2.1", "nanoid": "1.2.1",
"next-server": "^8.0.0-canary.6", "next-server": "^8.0.0-canary.7",
"prop-types": "15.6.2", "prop-types": "15.6.2",
"prop-types-exact": "1.2.0", "prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0", "react-error-overlay": "4.0.0",
...@@ -95,9 +95,6 @@ ...@@ -95,9 +95,6 @@
"react-dom": "^16.6.0" "react-dom": "^16.6.0"
}, },
"devDependencies": { "devDependencies": {
"@types/loader-utils": "1.1.3",
"@types/node-fetch": "2.1.4",
"@types/rimraf": "2.0.2",
"@babel/parser": "7.2.0", "@babel/parser": "7.2.0",
"@taskr/clear": "1.1.0", "@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0", "@taskr/esnext": "1.1.0",
...@@ -111,9 +108,11 @@ ...@@ -111,9 +108,11 @@
"@types/etag": "1.8.0", "@types/etag": "1.8.0",
"@types/fresh": "0.5.0", "@types/fresh": "0.5.0",
"@types/glob": "7.1.1", "@types/glob": "7.1.1",
"@types/loader-utils": "1.1.3",
"@types/mkdirp": "0.5.2", "@types/mkdirp": "0.5.2",
"@types/nanoid": "1.2.0", "@types/nanoid": "1.2.0",
"@types/node-fetch": "2.1.4", "@types/node-fetch": "2.1.4",
"@types/rimraf": "2.0.2",
"@types/webpack": "4.4.22", "@types/webpack": "4.4.22",
"taskr": "1.1.0", "taskr": "1.1.0",
"typescript": "3.1.6" "typescript": "3.1.6"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册