v9.0.4-canary.2

This commit is contained in:
Joe Haddad 2019-08-08 14:19:46 -04:00
parent a4889f964e
commit 43370c1f8a
No known key found for this signature in database
GPG key ID: C5B785A7D0DE1654
6 changed files with 7 additions and 7 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "9.0.4-canary.1"
"version": "9.0.4-canary.2"
}

View file

@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "9.0.4-canary.1",
"version": "9.0.4-canary.2",
"keywords": [
"react",
"next",

View file

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

View file

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

View file

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

View file

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