v8.1.1-canary.15

This commit is contained in:
Tim Neutkens 2019-04-26 09:41:20 +02:00
parent b963863106
commit 6f0e795f9b
5 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "8.1.1-canary.14",
"version": "8.1.1-canary.15",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -80,7 +80,7 @@
"launch-editor": "2.2.1",
"loader-utils": "1.1.0",
"mkdirp": "0.5.1",
"next-server": "8.1.1-canary.14",
"next-server": "8.1.1-canary.15",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "5.1.4",