v9.0.2-canary.1

This commit is contained in:
Joe Haddad 2019-07-16 09:32:51 -04:00
parent 5030486a5d
commit 2a2ebfae74
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": "9.0.2-canary.0"
"version": "9.0.2-canary.1"
}

View file

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

View file

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

View file

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

View file

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