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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-15 10:53:20 +01:00 committed by GitHub
parent 3c563fa48f
commit cc9d525650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 397 additions and 302 deletions

View File

@ -36,18 +36,18 @@
"jiti": "^1.12.15"
},
"devDependencies": {
"@iconify-json/carbon": "^1.0.15",
"@iconify-json/carbon": "^1.1.0",
"@nuxt/ui": "^0.0.0-alpha.5",
"@nuxtjs/eslint-config": "^7.0.0",
"@nuxtjs/eslint-config-typescript": "^7.0.2",
"@types/jsdom": "^16",
"@types/node": "^16.11.24",
"@types/node": "^16.11.25",
"@types/object-hash": "^2",
"@unocss/reset": "^0.24.3",
"@unocss/reset": "^0.24.4",
"esbuild": "^0.14.21",
"eslint": "^8.8.0",
"eslint-plugin-jsdoc": "^37.8.2",
"execa": "^6.0.0",
"eslint": "^8.9.0",
"eslint-plugin-jsdoc": "^37.9.1",
"execa": "^6.1.0",
"expect-type": "^0.13.0",
"globby": "^13.1.1",
"jiti": "^1.12.15",
@ -58,9 +58,9 @@
"pathe": "^0.2.0",
"typescript": "^4.5.5",
"unbuild": "^0.6.9",
"vitest": "^0.3.4",
"vitest": "^0.3.5",
"vue-router": "next",
"vue-tsc": "^0.31.2"
"vue-tsc": "^0.31.4"
},
"packageManager": "yarn@3.1.1",
"engines": {

View File

@ -14,7 +14,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
"@netlify/functions": "^0.11.0",
"@netlify/functions": "^0.11.1",
"@nuxt/design": "0.1.5",
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "3.0.0",
@ -23,7 +23,7 @@
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-replace": "^3.1.0",
"@rollup/plugin-virtual": "^2.0.3",
"@rollup/plugin-wasm": "^5.1.2",
"@rollup/pluginutils": "^4.1.2",
@ -82,7 +82,7 @@
"@types/node-fetch": "^3.0.2",
"@types/serve-static": "^1.13.10",
"unbuild": "latest",
"vue": "3.2.30"
"vue": "3.2.31"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"

View File

@ -31,7 +31,7 @@
"consola": "^2.15.3",
"deep-object-diff": "^1.1.7",
"destr": "^1.1.0",
"execa": "^6.0.0",
"execa": "^6.1.0",
"flat": "^5.0.2",
"jiti": "^1.12.15",
"listhen": "^0.2.6",

View File

@ -25,8 +25,8 @@
"@nuxt/schema": "3.0.0",
"@nuxt/vite-builder": "3.0.0",
"@nuxt/webpack-builder": "3.0.0",
"@vue/reactivity": "^3.2.30",
"@vue/shared": "^3.2.30",
"@vue/reactivity": "^3.2.31",
"@vue/shared": "^3.2.31",
"@vueuse/head": "^0.7.5",
"chokidar": "^3.5.3",
"consola": "^2.15.3",
@ -50,7 +50,7 @@
"scule": "^0.2.1",
"ufo": "^0.7.9",
"unplugin": "^0.3.2",
"vue": "^3.2.30",
"vue": "^3.2.31",
"vue-router": "^4.0.12"
},
"devDependencies": {

View File

@ -16,18 +16,18 @@
"@nuxt/kit": "3.0.0",
"@nuxt/schema": "3.0.0",
"defu": "^5.0.1",
"execa": "^6.0.0",
"execa": "^6.1.0",
"get-port-please": "^2.3.0",
"jiti": "^1.12.15",
"ohmyfetch": "^0.4.15"
},
"devDependencies": {
"playwright": "^1.18.1",
"playwright": "^1.19.0",
"unbuild": "latest",
"vitest": "^0.3.4"
"vitest": "^0.3.5"
},
"peerDependencies": {
"vue": "3.2.30"
"vue": "3.2.31"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"

View File

@ -15,12 +15,12 @@
"devDependencies": {
"@nuxt/schema": "3.0.0",
"unbuild": "latest",
"vue": "3.2.30"
"vue": "3.2.31"
},
"dependencies": {
"@nuxt/kit": "3.0.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.4",
"@vitejs/plugin-vue-jsx": "^1.3.7",
"autoprefixer": "^10.4.2",
"chokidar": "^3.5.3",
"consola": "^2.15.3",
@ -41,10 +41,10 @@
"rollup-plugin-visualizer": "^5.5.4",
"ufo": "^0.7.9",
"unplugin": "^0.3.2",
"vite": "^2.8.1"
"vite": "^2.8.2"
},
"peerDependencies": {
"vue": "3.2.30"
"vue": "3.2.31"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"

View File

@ -63,13 +63,13 @@
"@types/terser-webpack-plugin": "^5.0.4",
"@types/webpack-bundle-analyzer": "^4.4.1",
"@types/webpack-dev-middleware": "^5.0.2",
"@types/webpack-hot-middleware": "^2.25.5",
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-virtual-modules": "^0",
"unbuild": "latest",
"vue": "3.2.30"
"vue": "3.2.31"
},
"peerDependencies": {
"vue": "3.2.30"
"vue": "3.2.31"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"

647
yarn.lock

File diff suppressed because it is too large Load Diff