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

v7.0.3-alpha.5

This commit is contained in:
Tim Neutkens 2018-11-01 01:44:22 +01:00
parent 68c1fcc478
commit a29a8fe10a
4 changed files with 7 additions and 7 deletions

View file

@ -14,5 +14,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "7.0.3-alpha.4"
"version": "7.0.3-alpha.5"
}

View file

@ -1,11 +1,11 @@
{
"name": "next-build",
"version": "7.0.3-alpha.4",
"version": "7.0.3-alpha.5",
"main": "index.js",
"dependencies": {
"@mdx-js/parcel-plugin-mdx": "0.15.5",
"@mdx-js/tag": "0.15.0",
"next-server": "^7.0.3-alpha.4",
"next-server": "^7.0.3-alpha.5",
"parcel": "1.10.3"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "7.0.3-alpha.4",
"version": "7.0.3-alpha.5",
"main": "./index.js",
"files": [
"dist",

View file

@ -1,6 +1,6 @@
{
"name": "next",
"version": "7.0.3-alpha.4",
"version": "7.0.3-alpha.5",
"description": "Minimalistic framework for server-rendered React applications",
"main": "./dist/server/next.js",
"license": "MIT",
@ -81,8 +81,8 @@
"minimist": "1.2.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-build": "^7.0.3-alpha.4",
"next-server": "^7.0.3-alpha.4",
"next-build": "^7.0.3-alpha.5",
"next-server": "^7.0.3-alpha.5",
"path-to-regexp": "2.1.0",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",