v7.0.2-canary.3

This commit is contained in:
Tim Neutkens 2018-10-02 16:16:22 +02:00
parent f9d54c1336
commit b1d8d775ee
3 changed files with 4 additions and 4 deletions

View file

@ -10,5 +10,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "7.0.2-canary.2"
"version": "7.0.2-canary.3"
}

View file

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

View file

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