mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
v7.0.2-canary.0
This commit is contained in:
parent
841eafc55e
commit
1643165e9d
|
@ -10,5 +10,5 @@
|
||||||
"registry": "https://registry.npmjs.org/"
|
"registry": "https://registry.npmjs.org/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": "7.0.1"
|
"version": "7.0.2-canary.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "next-server",
|
"name": "next-server",
|
||||||
"version": "7.0.1",
|
"version": "7.0.2-canary.0",
|
||||||
"main": "./dist/server/next-server.js",
|
"main": "./dist/server/next-server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "taskr",
|
"build": "taskr",
|
||||||
|
@ -13,17 +13,17 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"ansi-html": "0.0.7",
|
||||||
|
"etag": "1.8.1",
|
||||||
"find-up": "3.0.0",
|
"find-up": "3.0.0",
|
||||||
|
"fresh": "0.5.2",
|
||||||
|
"htmlescape": "1.1.1",
|
||||||
"http-errors": "1.6.2",
|
"http-errors": "1.6.2",
|
||||||
"path-to-regexp": "2.1.0",
|
"path-to-regexp": "2.1.0",
|
||||||
"url": "0.11.0",
|
|
||||||
"ansi-html": "0.0.7",
|
|
||||||
"prop-types": "15.6.2",
|
"prop-types": "15.6.2",
|
||||||
"send": "0.16.1",
|
"send": "0.16.1",
|
||||||
"styled-jsx": "3.1.0",
|
"styled-jsx": "3.1.0",
|
||||||
"etag": "1.8.1",
|
"url": "0.11.0"
|
||||||
"fresh": "0.5.2",
|
|
||||||
"htmlescape": "1.1.1"
|
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "next",
|
"name": "next",
|
||||||
"version": "7.0.1",
|
"version": "7.0.2-canary.0",
|
||||||
"description": "Minimalistic framework for server-rendered React applications",
|
"description": "Minimalistic framework for server-rendered React applications",
|
||||||
"main": "./dist/server/next.js",
|
"main": "./dist/server/next.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -47,7 +47,6 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next-server": "7.0.1",
|
|
||||||
"@babel/core": "7.1.2",
|
"@babel/core": "7.1.2",
|
||||||
"@babel/plugin-proposal-class-properties": "7.1.0",
|
"@babel/plugin-proposal-class-properties": "7.1.0",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
|
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
|
||||||
|
@ -82,6 +81,7 @@
|
||||||
"minimist": "1.2.0",
|
"minimist": "1.2.0",
|
||||||
"mkdirp-then": "1.2.0",
|
"mkdirp-then": "1.2.0",
|
||||||
"nanoid": "1.2.1",
|
"nanoid": "1.2.1",
|
||||||
|
"next-server": "^7.0.2-canary.0",
|
||||||
"path-to-regexp": "2.1.0",
|
"path-to-regexp": "2.1.0",
|
||||||
"prop-types": "15.6.2",
|
"prop-types": "15.6.2",
|
||||||
"prop-types-exact": "1.2.0",
|
"prop-types-exact": "1.2.0",
|
||||||
|
|
Loading…
Reference in a new issue