mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
Update to rc4
This commit is contained in:
parent
e5012372b0
commit
ed98aa91ae
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxt",
|
"name": "nuxt",
|
||||||
"version": "1.0.0-rc3",
|
"version": "1.0.0-rc4",
|
||||||
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxt-start",
|
"name": "nuxt-start",
|
||||||
"version": "1.0.0-rc3",
|
"version": "1.0.0-rc4",
|
||||||
"description": "runtime-only build for nuxt",
|
"description": "runtime-only build for nuxt",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
@ -52,14 +52,14 @@
|
|||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"hash-sum": "^1.0.2",
|
"hash-sum": "^1.0.2",
|
||||||
"tappable": "^1.1.0",
|
"tappable": "^1.1.0",
|
||||||
"debug": "^2.6.8",
|
"debug": "^3.0.0",
|
||||||
"chalk": "^2.0.1",
|
"chalk": "^2.1.0",
|
||||||
"ansi-html": "^0.0.7",
|
"ansi-html": "^0.0.7",
|
||||||
"serialize-javascript": "^1.4.0",
|
"serialize-javascript": "^1.4.0",
|
||||||
"etag": "^1.8.0",
|
"etag": "^1.8.0",
|
||||||
"fresh": "^0.5.0",
|
"fresh": "^0.5.0",
|
||||||
"pify": "^3.0.0",
|
"pify": "^3.0.0",
|
||||||
"serve-static": "^1.12.3",
|
"serve-static": "^1.12.4",
|
||||||
"compression": "^1.7.0",
|
"compression": "^1.7.0",
|
||||||
"fs-extra": "^4.0.1",
|
"fs-extra": "^4.0.1",
|
||||||
"vue-server-renderer": "~2.4.2",
|
"vue-server-renderer": "~2.4.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user