提交 498ec618 编写于 作者: T Tim Neutkens

v8.1.1-canary.3

上级 c7955832
...@@ -17,5 +17,5 @@ ...@@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
} }
}, },
"version": "8.1.1-canary.2" "version": "8.1.1-canary.3"
} }
{ {
"name": "@next/bundle-analyzer", "name": "@next/bundle-analyzer",
"version": "8.1.1-canary.2", "version": "8.1.1-canary.3",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
......
{ {
"name": "@next/mdx", "name": "@next/mdx",
"version": "8.1.1-canary.2", "version": "8.1.1-canary.3",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
......
{ {
"name": "next-server", "name": "next-server",
"version": "8.1.1-canary.2", "version": "8.1.1-canary.3",
"main": "./index.js", "main": "./index.js",
"license": "MIT", "license": "MIT",
"repository": "zeit/next.js", "repository": "zeit/next.js",
......
{ {
"name": "next", "name": "next",
"version": "8.1.1-canary.2", "version": "8.1.1-canary.3",
"description": "The React Framework", "description": "The React Framework",
"main": "./dist/server/next.js", "main": "./dist/server/next.js",
"license": "MIT", "license": "MIT",
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
] ]
}, },
"dependencies": { "dependencies": {
"@babel/preset-typescript": "7.3.3",
"@babel/core": "7.1.2", "@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.1.0", "@babel/plugin-proposal-class-properties": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0", "@babel/plugin-proposal-object-rest-spread": "7.0.0",
...@@ -48,6 +47,7 @@ ...@@ -48,6 +47,7 @@
"@babel/plugin-transform-runtime": "7.1.0", "@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0", "@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0", "@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@babel/runtime": "7.1.2", "@babel/runtime": "7.1.2",
"@babel/runtime-corejs2": "7.1.2", "@babel/runtime-corejs2": "7.1.2",
"amphtml-validator": "1.0.23", "amphtml-validator": "1.0.23",
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"launch-editor": "2.2.1", "launch-editor": "2.2.1",
"loader-utils": "1.1.0", "loader-utils": "1.1.0",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"next-server": "8.1.1-canary.2", "next-server": "8.1.1-canary.3",
"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": "5.1.4", "react-error-overlay": "5.1.4",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册