v8.1.1-canary.11

This commit is contained in:
Tim Neutkens 2019-04-25 11:14:51 +02:00
parent 047bcca4bf
commit 78a959bde4
5 changed files with 6 additions and 6 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
} }
}, },
"version": "8.1.1-canary.10" "version": "8.1.1-canary.11"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/bundle-analyzer", "name": "@next/bundle-analyzer",
"version": "8.1.1-canary.10", "version": "8.1.1-canary.11",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "@next/mdx", "name": "@next/mdx",
"version": "8.1.1-canary.10", "version": "8.1.1-canary.11",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": { "repository": {

View file

@ -1,6 +1,6 @@
{ {
"name": "next-server", "name": "next-server",
"version": "8.1.1-canary.10", "version": "8.1.1-canary.11",
"main": "./index.js", "main": "./index.js",
"license": "MIT", "license": "MIT",
"repository": "zeit/next.js", "repository": "zeit/next.js",

View file

@ -1,6 +1,6 @@
{ {
"name": "next", "name": "next",
"version": "8.1.1-canary.10", "version": "8.1.1-canary.11",
"description": "The React Framework", "description": "The React Framework",
"main": "./dist/server/next.js", "main": "./dist/server/next.js",
"license": "MIT", "license": "MIT",
@ -78,7 +78,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.10", "next-server": "8.1.1-canary.11",
"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",