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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-11-02 12:26:26 +01:00 committed by GitHub
parent bd654364b9
commit 266578b76e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 689 additions and 122 deletions

View File

@ -19,7 +19,7 @@
"pathe": "^0.2.0",
"rimraf": "^3.0.2",
"scule": "^0.2.1",
"untyped": "^0.2.10",
"untyped": "^0.2.11",
"vue-mq": "^1.0.1",
"vue-plausible": "^1.2.1"
},

View File

@ -7328,7 +7328,12 @@ mlly@^0.3.0:
resolved "https://registry.yarnpkg.com/mlly/-/mlly-0.3.0.tgz#5705b2a95551d79ad33feedc046daf7c6d079748"
integrity sha512-6XphOVPsnIzuqNYlcZPMJhaMDDdrEgbLUlA7BPis8O0kkLPbOVA8GcXGeICGcnDotCtTkxAEWBT+FlhywrXTmg==
mlly@^0.3.10, mlly@^0.3.6:
mlly@^0.3.11:
version "0.3.11"
resolved "https://registry.yarnpkg.com/mlly/-/mlly-0.3.11.tgz#b3a29ef090b43d27cafaf7a1653b17aae8de8b65"
integrity sha512-Md4jt3kLrp7ebOTdJ2YAF6TXE5Yd5D1CqdizxqG/Km6jHtR7tatu0oefAjvi1EgfvN8vu/Y/7mAutzpYCrHktw==
mlly@^0.3.6:
version "0.3.10"
resolved "https://registry.yarnpkg.com/mlly/-/mlly-0.3.10.tgz#cf3353565c84e951311c46c8d2c8b320d90f9eb3"
integrity sha512-vD3A7naDtIOqHYZhnYUrECRO6UODWNqz6T0TS/pxwolzVoWKX/mXJF1XSM3qxruCDtkzJbzJPgesByihY/r3EA==
@ -11149,10 +11154,10 @@ unstorage@^0.2.3:
ufo "^0.7.9"
ws "^8.2.1"
untyped@^0.2.10:
version "0.2.10"
resolved "https://registry.yarnpkg.com/untyped/-/untyped-0.2.10.tgz#daee5d2b94ff5040be251077e9ddb91732017ac1"
integrity sha512-Ym1bZHJK3rE7n6WYVlIQPOkpCtkWcZbiy0obnmQ0Pn7a82lJVXWgyLhKE1XSyCvmg3HvEQW8kgHAE+r17G4l2Q==
untyped@^0.2.11:
version "0.2.11"
resolved "https://registry.yarnpkg.com/untyped/-/untyped-0.2.11.tgz#a956977e82ad1186232995bc4ba4b68ae7d20b26"
integrity sha512-KVNcu9jB+mlnQJiunAzmqpnnn9R+yniT+AkOk9ZgCIsThwh0nlP6wO+O7mJjHM7Y2yplEu3v6NNtRvb82+uGxw==
untyped@^0.2.5, untyped@^0.2.8, untyped@^0.2.9:
version "0.2.9"

View File

@ -40,7 +40,7 @@
"@types/node": "^14.17.32",
"@types/object-hash": "^2",
"chai": "^4.3.4",
"esbuild": "^0.13.10",
"esbuild": "^0.13.12",
"eslint": "^8.1.0",
"eslint-plugin-jsdoc": "^37.0.3",
"execa": "^5.1.1",

View File

@ -18,12 +18,12 @@
"prepack": "unbuild"
},
"dependencies": {
"@babel/plugin-transform-typescript": "^7.15.8",
"@babel/plugin-transform-typescript": "^7.16.1",
"@nuxt/kit": "3.0.0",
"@nuxt/nitro": "3.0.0",
"@nuxt/postcss8": "^1.1.3",
"@vitejs/plugin-legacy": "^1.6.2",
"@vue/composition-api": "^1.3.0",
"@vue/composition-api": "^1.3.1",
"@vueuse/head": "^0.6.0",
"acorn": "^8.5.0",
"consola": "^2.15.3",
@ -35,7 +35,7 @@
"globby": "^11.0.4",
"hash-sum": "^2.0.0",
"magic-string": "^0.25.7",
"mlly": "^0.3.10",
"mlly": "^0.3.11",
"node-fetch": "^3.0.0",
"nuxi": "3.0.0",
"p-debounce": "^4.0.0",
@ -49,7 +49,7 @@
"semver": "^7.3.5",
"ufo": "^0.7.9",
"unplugin": "^0.2.19",
"unplugin-vue2-script-setup": "0.6.12",
"unplugin-vue2-script-setup": "0.6.13",
"vite": "^2.6.13",
"vite-plugin-vue2": "^1.9.0",
"vue-template-compiler": "^2.6.14"

View File

@ -28,7 +28,7 @@
"hookable": "^5.0.0",
"jiti": "^1.12.9",
"lodash.template": "^4.5.0",
"mlly": "^0.3.10",
"mlly": "^0.3.11",
"pathe": "^0.2.0",
"pkg-types": "^0.3.1",
"rc9": "^1.2.0",
@ -37,7 +37,7 @@
"std-env": "^2.3.1",
"ufo": "^0.7.9",
"unctx": "^1.0.2",
"untyped": "^0.2.10"
"untyped": "^0.2.11"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"

View File

@ -37,7 +37,7 @@
"defu": "^5.0.0",
"destr": "^1.1.0",
"dot-prop": "^6.0.1",
"esbuild": "^0.13.10",
"esbuild": "^0.13.12",
"etag": "^1.8.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
@ -50,7 +50,7 @@
"jiti": "^1.12.9",
"listhen": "^0.2.5",
"mime": "^2.5.2",
"mlly": "^0.3.10",
"mlly": "^0.3.11",
"node-fetch": "^3.0.0",
"ohmyfetch": "^0.4.2",
"ora": "^6.0.1",
@ -58,7 +58,7 @@
"pathe": "^0.2.0",
"pkg-types": "^0.3.1",
"pretty-bytes": "^5.6.0",
"rollup": "^2.58.3",
"rollup": "^2.59.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.2",
"serve-placeholder": "^1.2.4",
@ -77,7 +77,7 @@
"@types/node-fetch": "^3.0.2",
"@types/serve-static": "^1.13.10",
"unbuild": "latest",
"vue": "3.2.20"
"vue": "3.2.21"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"

View File

@ -34,7 +34,7 @@
"flat": "^5.0.2",
"jiti": "^1.12.9",
"listhen": "^0.2.5",
"mlly": "^0.3.10",
"mlly": "^0.3.11",
"mri": "^1.2.0",
"p-debounce": "^4.0.0",
"pathe": "^0.2.0",

View File

@ -24,8 +24,8 @@
"@nuxt/nitro": "3.0.0",
"@nuxt/vite-builder": "3.0.0",
"@nuxt/webpack-builder": "3.0.0",
"@vue/reactivity": "^3.2.20",
"@vue/shared": "^3.2.20",
"@vue/reactivity": "^3.2.21",
"@vue/shared": "^3.2.21",
"@vueuse/head": "^0.6.0",
"chokidar": "^3.5.2",
"consola": "^2.15.3",
@ -34,7 +34,7 @@
"hash-sum": "^2.0.0",
"hookable": "^5.0.0",
"ignore": "^5.1.8",
"mlly": "^0.3.10",
"mlly": "^0.3.11",
"murmurhash-es": "^0.1.1",
"nuxi": "3.0.0",
"ohmyfetch": "^0.4.2",
@ -42,7 +42,7 @@
"scule": "^0.2.1",
"ufo": "^0.7.9",
"unplugin": "^0.2.19",
"vue": "^3.2.20",
"vue": "^3.2.21",
"vue-router": "^4.0.12"
},
"devDependencies": {

View File

@ -14,7 +14,7 @@
},
"devDependencies": {
"unbuild": "latest",
"vue": "3.2.20"
"vue": "3.2.21"
},
"dependencies": {
"@nuxt/kit": "3.0.0",
@ -24,7 +24,7 @@
"chokidar": "^3.5.2",
"consola": "^2.15.3",
"defu": "^5.0.0",
"esbuild": "^0.13.10",
"esbuild": "^0.13.12",
"externality": "^0.1.4",
"fs-extra": "^10.0.0",
"magic-string": "^0.25.7",
@ -38,7 +38,7 @@
"vite": "^2.6.13"
},
"peerDependencies": {
"vue": "3.2.20"
"vue": "3.2.21"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"

View File

@ -16,7 +16,7 @@
"prepack": "unbuild"
},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/core": "^7.16.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "3.0.0",
"@vue/babel-preset-jsx": "^1.2.4",
@ -34,7 +34,7 @@
"lodash-es": "^4.17.21",
"memfs": "^3.3.0",
"mini-css-extract-plugin": "^2.4.3",
"mlly": "^0.3.10",
"mlly": "^0.3.11",
"pathe": "^0.2.0",
"pify": "^5.0.0",
"postcss": "^8.3.11",
@ -48,7 +48,7 @@
"url-loader": "^4.1.1",
"vue-loader": "^16.8.2",
"vue-style-loader": "^4.1.3",
"webpack": "^5.60.0",
"webpack": "^5.61.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-middleware": "^5.2.1",
"webpack-hot-middleware": "^2.25.1",
@ -63,10 +63,10 @@
"@types/webpack-hot-middleware": "^2.25.5",
"@types/webpack-virtual-modules": "^0",
"unbuild": "latest",
"vue": "3.2.20"
"vue": "3.2.21"
},
"peerDependencies": {
"vue": "3.2.20"
"vue": "3.2.21"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"

746
yarn.lock

File diff suppressed because it is too large Load Diff