mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
v8.0.0
This commit is contained in:
parent
b31819fa50
commit
e4f96e65d3
|
@ -10,9 +10,12 @@
|
|||
},
|
||||
"publish": {
|
||||
"npmClient": "npm",
|
||||
"allowBranch": ["master", "canary"],
|
||||
"allowBranch": [
|
||||
"master",
|
||||
"canary"
|
||||
],
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
}
|
||||
},
|
||||
"version": "8.0.0-canary.23"
|
||||
"version": "8.0.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "next-server",
|
||||
"version": "8.0.0-canary.23",
|
||||
"version": "8.0.0",
|
||||
"main": "./index.js",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "next",
|
||||
"version": "8.0.0-canary.23",
|
||||
"version": "8.0.0",
|
||||
"description": "The React Framework",
|
||||
"main": "./dist/server/next.js",
|
||||
"license": "MIT",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"loader-utils": "1.1.0",
|
||||
"mkdirp-then": "1.2.0",
|
||||
"nanoid": "1.2.1",
|
||||
"next-server": "8.0.0-canary.23",
|
||||
"next-server": "8.0.0",
|
||||
"prop-types": "15.6.2",
|
||||
"prop-types-exact": "1.2.0",
|
||||
"react-error-overlay": "4.0.0",
|
||||
|
|
Loading…
Reference in a new issue