v7.0.2-canary.12

This commit is contained in:
Tim Neutkens 2018-11-04 03:33:08 +01:00
parent b04923775b
commit cb6fc6b8a8
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.11"
"version": "7.0.2-canary.12"
}

View file

@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "7.0.2-canary.11",
"version": "7.0.2-canary.12",
"main": "./index.js",
"files": [
"dist",

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "7.0.2-canary.11",
"version": "7.0.2-canary.12",
"description": "Minimalistic framework for server-rendered React applications",
"main": "./dist/server/next.js",
"license": "MIT",
@ -70,7 +70,7 @@
"minimist": "1.2.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "^7.0.2-canary.11",
"next-server": "^7.0.2-canary.12",
"path-to-regexp": "2.1.0",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",