1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

v8.0.0-canary.24

This commit is contained in:
Connor Davis 2019-02-11 19:29:58 -06:00
parent bd249180c6
commit 68db0992b6
No known key found for this signature in database
GPG key ID: 9E3CD9875570DB83
3 changed files with 4 additions and 4 deletions

View file

@ -14,5 +14,5 @@
"registry": "https://registry.npmjs.org/" "registry": "https://registry.npmjs.org/"
} }
}, },
"version": "8.0.0-canary.23" "version": "8.0.0-canary.24"
} }

View file

@ -1,6 +1,6 @@
{ {
"name": "next-server", "name": "next-server",
"version": "8.0.0-canary.23", "version": "8.0.0-canary.24",
"main": "./index.js", "main": "./index.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [

View file

@ -1,6 +1,6 @@
{ {
"name": "next", "name": "next",
"version": "8.0.0-canary.23", "version": "8.0.0-canary.24",
"description": "The React Framework", "description": "The React Framework",
"main": "./dist/server/next.js", "main": "./dist/server/next.js",
"license": "MIT", "license": "MIT",
@ -72,7 +72,7 @@
"loader-utils": "1.1.0", "loader-utils": "1.1.0",
"mkdirp-then": "1.2.0", "mkdirp-then": "1.2.0",
"nanoid": "1.2.1", "nanoid": "1.2.1",
"next-server": "8.0.0-canary.23", "next-server": "8.0.0-canary.24",
"prop-types": "15.6.2", "prop-types": "15.6.2",
"prop-types-exact": "1.2.0", "prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0", "react-error-overlay": "4.0.0",