1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

v8.0.0-canary.7

This commit is contained in:
Tim Neutkens 2019-01-14 16:19:20 +01:00
parent 7e7be0e2e8
commit 9ab8714f38
3 changed files with 6 additions and 7 deletions

View file

@ -11,5 +11,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.0-canary.6"
"version": "8.0.0-canary.7"
}

View file

@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "8.0.0-canary.6",
"version": "8.0.0-canary.7",
"main": "./index.js",
"license": "MIT",
"files": [

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "8.0.0-canary.6",
"version": "8.0.0-canary.7",
"description": "Minimalistic framework for server-rendered React applications",
"main": "./dist/server/next.js",
"license": "MIT",
@ -70,7 +70,7 @@
"loader-utils": "1.1.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "^8.0.0-canary.6",
"next-server": "^8.0.0-canary.7",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",
@ -95,9 +95,6 @@
"react-dom": "^16.6.0"
},
"devDependencies": {
"@types/loader-utils": "1.1.3",
"@types/node-fetch": "2.1.4",
"@types/rimraf": "2.0.2",
"@babel/parser": "7.2.0",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
@ -111,9 +108,11 @@
"@types/etag": "1.8.0",
"@types/fresh": "0.5.0",
"@types/glob": "7.1.1",
"@types/loader-utils": "1.1.3",
"@types/mkdirp": "0.5.2",
"@types/nanoid": "1.2.0",
"@types/node-fetch": "2.1.4",
"@types/rimraf": "2.0.2",
"@types/webpack": "4.4.22",
"taskr": "1.1.0",
"typescript": "3.1.6"