v8.1.1-canary.37

This commit is contained in:
JJ Kasper 2019-05-23 14:59:12 -05:00
parent 4ba6447e40
commit bb46c0673b
No known key found for this signature in database
GPG key ID: 6CFC4C3DAD69C3E4
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.36"
"version": "8.1.1-canary.37"
}

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "8.1.1-canary.36",
"version": "8.1.1-canary.37",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
@ -81,7 +81,7 @@
"launch-editor": "2.2.1",
"loader-utils": "1.2.3",
"mkdirp": "0.5.1",
"next-server": "8.1.1-canary.36",
"next-server": "8.1.1-canary.37",
"prop-types": "15.7.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "5.1.6",