mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore(deps): update all non-major dependencies (#3240)
This commit is contained in:
parent
16c2b6113a
commit
7c3327a772
@ -36,7 +36,7 @@
|
||||
"jiti": "^1.12.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/carbon": "^1.1.0",
|
||||
"@iconify-json/carbon": "^1.1.1",
|
||||
"@nuxt/ui": "^0.0.0-alpha.5",
|
||||
"@nuxtjs/eslint-config": "^7.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^7.0.2",
|
||||
@ -58,7 +58,7 @@
|
||||
"pathe": "^0.2.0",
|
||||
"typescript": "^4.5.5",
|
||||
"unbuild": "^0.6.9",
|
||||
"vitest": "^0.3.5",
|
||||
"vitest": "^0.3.6",
|
||||
"vue-router": "next",
|
||||
"vue-tsc": "^0.31.4"
|
||||
},
|
||||
|
@ -22,9 +22,9 @@
|
||||
"ohmyfetch": "^0.4.15"
|
||||
},
|
||||
"devDependencies": {
|
||||
"playwright": "^1.19.0",
|
||||
"playwright": "^1.19.1",
|
||||
"unbuild": "latest",
|
||||
"vitest": "^0.3.5"
|
||||
"vitest": "^0.3.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "3.2.31"
|
||||
|
@ -41,7 +41,7 @@
|
||||
"rollup-plugin-visualizer": "^5.5.4",
|
||||
"ufo": "^0.7.9",
|
||||
"unplugin": "^0.3.2",
|
||||
"vite": "^2.8.2"
|
||||
"vite": "^2.8.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "3.2.31"
|
||||
|
@ -16,7 +16,7 @@
|
||||
"prepack": "unbuild"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.17.2",
|
||||
"@babel/core": "^7.17.4",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
|
||||
"@nuxt/kit": "3.0.0",
|
||||
"@vue/babel-preset-jsx": "^1.2.4",
|
||||
@ -50,7 +50,7 @@
|
||||
"url-loader": "^4.1.1",
|
||||
"vue-loader": "^17.0.0",
|
||||
"vue-style-loader": "^4.1.3",
|
||||
"webpack": "^5.68.0",
|
||||
"webpack": "^5.69.0",
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
"webpack-dev-middleware": "^5.3.1",
|
||||
"webpack-hot-middleware": "^2.25.1",
|
||||
|
@ -232,7 +232,7 @@ class WebpackBundler {
|
||||
|
||||
this.hotMiddleware[name] = pify(
|
||||
webpackHotMiddleware(
|
||||
compiler,
|
||||
compiler as any,
|
||||
{
|
||||
log: false,
|
||||
heartbeat: 10000,
|
||||
|
Loading…
Reference in New Issue
Block a user