v9.0.3-canary.6

This commit is contained in:
JJ Kasper 2019-07-30 16:35:15 -05:00
parent b8aee7af77
commit 858f4eb8ec
No known key found for this signature in database
GPG key ID: 6CFC4C3DAD69C3E4
6 changed files with 8 additions and 8 deletions

View file

@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "9.0.3-canary.5"
"version": "9.0.3-canary.6"
}

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "9.0.3-canary.5",
"version": "9.0.3-canary.6",
"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.3-canary.5",
"next-server": "9.0.3-canary.6",
"prop-types": "15.7.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "5.1.6",
@ -119,8 +119,8 @@
"@types/babel__generator": "7.0.2",
"@types/babel__template": "7.0.2",
"@types/babel__traverse": "7.0.6",
"@types/cross-spawn": "6.0.0",
"@types/compression": "0.0.36",
"@types/cross-spawn": "6.0.0",
"@types/etag": "1.8.0",
"@types/find-up": "2.1.1",
"@types/fresh": "0.5.0",