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

v7.0.2-canary.35

This commit is contained in:
Tim Neutkens 2018-12-03 19:50:59 +01:00
parent 2d31404d07
commit 082db2877d
3 changed files with 4 additions and 4 deletions

View file

@ -11,5 +11,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "7.0.2-canary.34"
"version": "7.0.2-canary.35"
}

View file

@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "7.0.2-canary.34",
"version": "7.0.2-canary.35",
"main": "./index.js",
"license": "MIT",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "7.0.2-canary.34",
"version": "7.0.2-canary.35",
"description": "Minimalistic framework for server-rendered React applications",
"main": "./dist/server/next.js",
"license": "MIT",
@ -69,7 +69,7 @@
"minimist": "1.2.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "^7.0.2-canary.34",
"next-server": "^7.0.2-canary.35",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",