mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
v7.0.2-canary.15
This commit is contained in:
parent
1388c6897e
commit
7876406723
|
@ -11,5 +11,5 @@
|
|||
"registry": "https://registry.npmjs.org/"
|
||||
}
|
||||
},
|
||||
"version": "7.0.2-canary.14"
|
||||
"version": "7.0.2-canary.15"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "next-server",
|
||||
"version": "7.0.2-canary.14",
|
||||
"version": "7.0.2-canary.15",
|
||||
"main": "./index.js",
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "next",
|
||||
"version": "7.0.2-canary.14",
|
||||
"version": "7.0.2-canary.15",
|
||||
"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.14",
|
||||
"next-server": "^7.0.2-canary.15",
|
||||
"path-to-regexp": "2.1.0",
|
||||
"prop-types": "15.6.2",
|
||||
"prop-types-exact": "1.2.0",
|
||||
|
|
Loading…
Reference in a new issue