mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 09:27:13 +00:00
chore: update packages
This commit is contained in:
parent
0318a82177
commit
2ee5a2982a
@ -51,13 +51,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.0.0",
|
"@babel/core": "^7.0.0",
|
||||||
"@babel/polyfill": "^7.0.0",
|
"@babel/polyfill": "^7.0.0",
|
||||||
"@nuxtjs/babel-preset-app": "^0.5.0",
|
"@nuxtjs/babel-preset-app": "^0.6.1",
|
||||||
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
|
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
|
||||||
"@nuxtjs/opencollective": "^0.1.0",
|
"@nuxtjs/opencollective": "^0.1.0",
|
||||||
"@nuxtjs/youch": "^4.2.3",
|
"@nuxtjs/youch": "^4.2.3",
|
||||||
"babel-loader": "^8.0.0",
|
"babel-loader": "^8.0.2",
|
||||||
"cache-loader": "^1.2.2",
|
"cache-loader": "^1.2.2",
|
||||||
"caniuse-lite": "^1.0.30000878",
|
"caniuse-lite": "^1.0.30000885",
|
||||||
"chalk": "^2.4.1",
|
"chalk": "^2.4.1",
|
||||||
"chokidar": "^2.0.4",
|
"chokidar": "^2.0.4",
|
||||||
"compression": "^1.7.3",
|
"compression": "^1.7.3",
|
||||||
@ -65,8 +65,8 @@
|
|||||||
"consola": "^1.4.3",
|
"consola": "^1.4.3",
|
||||||
"css-loader": "0.28.11",
|
"css-loader": "0.28.11",
|
||||||
"cssnano": "^4.0.5",
|
"cssnano": "^4.0.5",
|
||||||
"debug": "^3.1.0",
|
"debug": "^4.0.1",
|
||||||
"esm": "^3.0.80",
|
"esm": "^3.0.82",
|
||||||
"etag": "^1.8.1",
|
"etag": "^1.8.1",
|
||||||
"file-loader": "^2.0.0",
|
"file-loader": "^2.0.0",
|
||||||
"fresh": "^0.5.2",
|
"fresh": "^0.5.2",
|
||||||
@ -77,7 +77,7 @@
|
|||||||
"html-webpack-plugin": "^3.2.0",
|
"html-webpack-plugin": "^3.2.0",
|
||||||
"ip": "^1.1.5",
|
"ip": "^1.1.5",
|
||||||
"launch-editor-middleware": "^2.2.1",
|
"launch-editor-middleware": "^2.2.1",
|
||||||
"lodash": "^4.17.10",
|
"lodash": "^4.17.11",
|
||||||
"lru-cache": "^4.1.3",
|
"lru-cache": "^4.1.3",
|
||||||
"memory-fs": "^0.4.1",
|
"memory-fs": "^0.4.1",
|
||||||
"mini-css-extract-plugin": "^0.4.2",
|
"mini-css-extract-plugin": "^0.4.2",
|
||||||
@ -102,17 +102,17 @@
|
|||||||
"upath": "^1.1.0",
|
"upath": "^1.1.0",
|
||||||
"url-loader": "^1.1.1",
|
"url-loader": "^1.1.1",
|
||||||
"vue": "^2.5.17",
|
"vue": "^2.5.17",
|
||||||
"vue-loader": "^15.4.0",
|
"vue-loader": "^15.4.2",
|
||||||
"vue-meta": "^1.5.3",
|
"vue-meta": "^1.5.3",
|
||||||
"vue-no-ssr": "^0.2.2",
|
"vue-no-ssr": "^1.0.0",
|
||||||
"vue-router": "^3.0.1",
|
"vue-router": "^3.0.1",
|
||||||
"vue-server-renderer": "^2.5.17",
|
"vue-server-renderer": "^2.5.17",
|
||||||
"vue-template-compiler": "^2.5.17",
|
"vue-template-compiler": "^2.5.17",
|
||||||
"vuex": "^3.0.1",
|
"vuex": "^3.0.1",
|
||||||
"webpack": "^4.17.1",
|
"webpack": "^4.18.0",
|
||||||
"webpack-bundle-analyzer": "^3.0.1",
|
"webpack-bundle-analyzer": "^3.0.1",
|
||||||
"webpack-dev-middleware": "^3.2.0",
|
"webpack-dev-middleware": "^3.3.0",
|
||||||
"webpack-hot-middleware": "^2.22.3",
|
"webpack-hot-middleware": "^2.23.1",
|
||||||
"webpack-node-externals": "^1.7.2",
|
"webpack-node-externals": "^1.7.2",
|
||||||
"webpackbar": "^2.6.3"
|
"webpackbar": "^2.6.3"
|
||||||
}
|
}
|
||||||
|
@ -50,10 +50,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"minimist": "^1.2.0",
|
"minimist": "^1.2.0",
|
||||||
"vue-no-ssr": "^0.2.2",
|
"vue-no-ssr": "^1.0.0",
|
||||||
"vue-router": "^3.0.1",
|
"vue-router": "^3.0.1",
|
||||||
"vuex": "^3.0.1",
|
"vuex": "^3.0.1",
|
||||||
"lodash": "^4.17.10",
|
"lodash": "^4.17.11",
|
||||||
"hash-sum": "^1.0.2",
|
"hash-sum": "^1.0.2",
|
||||||
"consola": "^1.4.3",
|
"consola": "^1.4.3",
|
||||||
"std-env": "^1.3.1",
|
"std-env": "^1.3.1",
|
||||||
@ -71,7 +71,7 @@
|
|||||||
"launch-editor-middleware": "^2.2.1",
|
"launch-editor-middleware": "^2.2.1",
|
||||||
"server-destroy": "^1.0.1",
|
"server-destroy": "^1.0.1",
|
||||||
"chalk": "^2.4.1",
|
"chalk": "^2.4.1",
|
||||||
"esm": "^3.0.80",
|
"esm": "^3.0.82",
|
||||||
"ip": "^1.1.5",
|
"ip": "^1.1.5",
|
||||||
"compression": "^1.7.3"
|
"compression": "^1.7.3"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user