chore(deps): update all non-major dependencies (#3240)

This commit is contained in:
renovate[bot] 2022-02-16 20:11:21 +01:00 committed by GitHub
parent 16c2b6113a
commit 7c3327a772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 374 additions and 308 deletions

View File

@ -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"
},

View File

@ -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"

View File

@ -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"

View File

@ -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",

View File

@ -232,7 +232,7 @@ class WebpackBundler {
this.hotMiddleware[name] = pify(
webpackHotMiddleware(
compiler,
compiler as any,
{
log: false,
heartbeat: 10000,

666
yarn.lock

File diff suppressed because it is too large Load Diff