提交 e4f96e65 编写于 作者: T Tim Neutkens

v8.0.0

上级 b31819fa
...@@ -10,9 +10,12 @@ ...@@ -10,9 +10,12 @@
}, },
"publish": { "publish": {
"npmClient": "npm", "npmClient": "npm",
"allowBranch": ["master", "canary"], "allowBranch": [
"master",
"canary"
],
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
} }
}, },
"version": "8.0.0-canary.23" "version": "8.0.0"
} }
{ {
"name": "next-server", "name": "next-server",
"version": "8.0.0-canary.23", "version": "8.0.0",
"main": "./index.js", "main": "./index.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [
......
{ {
"name": "next", "name": "next",
"version": "8.0.0-canary.23", "version": "8.0.0",
"description": "The React Framework", "description": "The React Framework",
"main": "./dist/server/next.js", "main": "./dist/server/next.js",
"license": "MIT", "license": "MIT",
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,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.23", "next-server": "8.0.0",
"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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册