v8.0.4-canary.26

This commit is contained in:
Joe Haddad 2019-03-27 15:22:03 -04:00
parent b871e43601
commit 4fd794e8ae
No known key found for this signature in database
GPG key ID: E2A1A46C17873A2B
5 changed files with 6 additions and 6 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.4-canary.25"
"version": "8.0.4-canary.26"
}

View file

@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "8.0.4-canary.25",
"version": "8.0.4-canary.26",
"main": "index.js",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "8.0.4-canary.25",
"version": "8.0.4-canary.26",
"main": "index.js",
"license": "MIT",
"repository": {

View file

@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "8.0.4-canary.25",
"version": "8.0.4-canary.26",
"main": "./index.js",
"license": "MIT",
"files": [

View file

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