mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
chore: update dependencies (#3794)
Remaining: - For `css-loader`: #3741 - For `eslint`: #3494 - For `postcss`: #3679
This commit is contained in:
parent
43f639b88e
commit
f7ca6cd2a2
27
package.json
27
package.json
@ -70,13 +70,13 @@
|
||||
"npm": ">=5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "7.0.0-rc.1",
|
||||
"@nuxtjs/babel-preset-app": "^0.3.0",
|
||||
"@babel/core": "7.0.0-rc.2",
|
||||
"@nuxtjs/babel-preset-app": "0.4.0",
|
||||
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
|
||||
"@nuxtjs/youch": "^4.2.3",
|
||||
"babel-loader": "^8.0.0-beta",
|
||||
"babel-loader": "^8.0.0-beta.6",
|
||||
"cache-loader": "^1.2.2",
|
||||
"caniuse-lite": "^1.0.30000877",
|
||||
"caniuse-lite": "^1.0.30000878",
|
||||
"chalk": "^2.4.1",
|
||||
"chokidar": "^2.0.4",
|
||||
"compression": "^1.7.3",
|
||||
@ -85,9 +85,9 @@
|
||||
"css-loader": "0.28.11",
|
||||
"cssnano": "^4.0.5",
|
||||
"debug": "^3.1.0",
|
||||
"esm": "^3.0.79",
|
||||
"esm": "^3.0.80",
|
||||
"etag": "^1.8.1",
|
||||
"file-loader": "^1.1.11",
|
||||
"file-loader": "^2.0.0",
|
||||
"fresh": "^0.5.2",
|
||||
"fs-extra": "^7.0.0",
|
||||
"glob": "^7.1.2",
|
||||
@ -99,7 +99,7 @@
|
||||
"lodash": "^4.17.10",
|
||||
"lru-cache": "^4.1.3",
|
||||
"memory-fs": "^0.4.1",
|
||||
"mini-css-extract-plugin": "^0.4.1",
|
||||
"mini-css-extract-plugin": "^0.4.2",
|
||||
"minimist": "^1.2.0",
|
||||
"opencollective": "^1.0.3",
|
||||
"pify": "^4.0.0",
|
||||
@ -121,23 +121,24 @@
|
||||
"upath": "^1.1.0",
|
||||
"url-loader": "^1.1.1",
|
||||
"vue": "^2.5.17",
|
||||
"vue-loader": "^15.3.0",
|
||||
"vue-loader": "^15.4.0",
|
||||
"vue-meta": "^1.5.3",
|
||||
"vue-no-ssr": "^0.2.2",
|
||||
"vue-router": "^3.0.1",
|
||||
"vue-server-renderer": "^2.5.17",
|
||||
"vue-template-compiler": "^2.5.17",
|
||||
"vuex": "^3.0.1",
|
||||
"webpack": "^4.16.4",
|
||||
"webpack": "^4.17.1",
|
||||
"webpack-bundle-analyzer": "^2.13.1",
|
||||
"webpack-dev-middleware": "^3.1.3",
|
||||
"webpack-dev-middleware": "^3.2.0",
|
||||
"webpack-hot-middleware": "^2.22.3",
|
||||
"webpack-node-externals": "^1.7.2",
|
||||
"webpackbar": "^2.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-external-helpers": "7.0.0-rc.1",
|
||||
"@babel/polyfill": "7.0.0-rc.1",
|
||||
"@babel/plugin-external-helpers": "7.0.0-rc.2",
|
||||
"@babel/polyfill": "7.0.0-rc.2",
|
||||
"@babel/preset-env": "^7.0.0-rc.2",
|
||||
"babel-core": "^7.0.0-0",
|
||||
"babel-eslint": "^9.0.0-beta",
|
||||
"babel-jest": "^23.4.2",
|
||||
@ -158,7 +159,7 @@
|
||||
"finalhandler": "^1.1.1",
|
||||
"get-port": "^4.0.0",
|
||||
"jest": "^23.5.0",
|
||||
"jsdom": "^11.12.0",
|
||||
"jsdom": "^12.0.0",
|
||||
"nsp": "^3.2.1",
|
||||
"pug": "^2.0.3",
|
||||
"pug-plain-loader": "^1.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user