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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-01-05 19:37:56 +01:00 committed by GitHub
parent e9128f39a2
commit c8b02972d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 953 additions and 338 deletions

View File

@ -23,6 +23,6 @@
"vue-plausible": "^1.3.1" "vue-plausible": "^1.3.1"
}, },
"dependencies": { "dependencies": {
"three": "^0.135.0" "three": "^0.136.0"
} }
} }

View File

@ -10584,10 +10584,10 @@ thread-loader@^3.0.4:
neo-async "^2.6.2" neo-async "^2.6.2"
schema-utils "^3.0.0" schema-utils "^3.0.0"
three@^0.135.0: three@^0.136.0:
version "0.135.0" version "0.136.0"
resolved "https://registry.yarnpkg.com/three/-/three-0.135.0.tgz#cff4ec8edd3c51ce9bc7e88d13e8eafed4d0ddfc" resolved "https://registry.yarnpkg.com/three/-/three-0.136.0.tgz#b1504db021b46398ef468aa7849f3dcabb814f50"
integrity sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ== integrity sha512-+fEMX7nYLz2ZesVP/dyifli5Jf8gR3XPAnFJveQ80aMhibFduzrADnjMbARXh8+W9qLK7rshJCjAIL/6cDxC+A==
through2@^2.0.0: through2@^2.0.0:
version "2.0.5" version "2.0.5"

View File

@ -28,7 +28,7 @@
}, },
"resolutions": { "resolutions": {
"nuxt3": "workspace:./packages/nuxt3", "nuxt3": "workspace:./packages/nuxt3",
"@nuxt/ui": "npm:@nuxt/ui-edge@^0.0.0-27337800.43e0b6e", "@nuxt/ui": "npm:@nuxt/ui-edge@^0.0.0-27346724.df72ccf",
"unbuild": "^0.6.7", "unbuild": "^0.6.7",
"jiti": "^1.12.9" "jiti": "^1.12.9"
}, },
@ -40,13 +40,13 @@
"@types/chai": "^4.3.0", "@types/chai": "^4.3.0",
"@types/jsdom": "^16", "@types/jsdom": "^16",
"@types/mocha": "^9.0.0", "@types/mocha": "^9.0.0",
"@types/node": "^14.18.2", "@types/node": "^14.18.5",
"@types/object-hash": "^2", "@types/object-hash": "^2",
"@unocss/reset": "^0.15.5", "@unocss/reset": "^0.21.2",
"chai": "^4.3.4", "chai": "^4.3.4",
"esbuild": "^0.14.8", "esbuild": "^0.14.10",
"eslint": "^8.5.0", "eslint": "^8.6.0",
"eslint-plugin-jsdoc": "^37.4.0", "eslint-plugin-jsdoc": "^37.5.1",
"execa": "^6.0.0", "execa": "^6.0.0",
"globby": "^11.0.4", "globby": "^11.0.4",
"jiti": "^1.12.9", "jiti": "^1.12.9",

View File

@ -18,15 +18,15 @@
"prepack": "unbuild" "prepack": "unbuild"
}, },
"dependencies": { "dependencies": {
"@babel/plugin-transform-typescript": "^7.16.1", "@babel/plugin-transform-typescript": "^7.16.7",
"@nuxt/kit": "3.0.0", "@nuxt/kit": "3.0.0",
"@nuxt/nitro": "3.0.0", "@nuxt/nitro": "3.0.0",
"@nuxt/postcss8": "^1.1.3", "@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "3.0.0", "@nuxt/schema": "3.0.0",
"@vitejs/plugin-legacy": "^1.6.4", "@vitejs/plugin-legacy": "^1.6.4",
"@vue/composition-api": "^1.4.2", "@vue/composition-api": "^1.4.3",
"@vueuse/head": "^0.7.4", "@vueuse/head": "^0.7.4",
"acorn": "^8.6.0", "acorn": "^8.7.0",
"consola": "^2.15.3", "consola": "^2.15.3",
"cookie-es": "^0.5.0", "cookie-es": "^0.5.0",
"defu": "^5.0.0", "defu": "^5.0.0",
@ -48,15 +48,15 @@
"postcss": "^8", "postcss": "^8",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
"postcss-import-resolver": "^2.0.0", "postcss-import-resolver": "^2.0.0",
"postcss-preset-env": "^7.1.0", "postcss-preset-env": "^7.2.0",
"postcss-url": "^10.1.3", "postcss-url": "^10.1.3",
"scule": "^0.2.1", "scule": "^0.2.1",
"semver": "^7.3.5", "semver": "^7.3.5",
"ufo": "^0.7.9", "ufo": "^0.7.9",
"unplugin": "^0.2.21", "unplugin": "^0.3.0",
"unplugin-vue2-script-setup": "0.8.3", "unplugin-vue2-script-setup": "0.8.3",
"vite": "^2.7.10", "vite": "^2.7.10",
"vite-plugin-vue2": "^1.9.0", "vite-plugin-vue2": "^1.9.2",
"vue-template-compiler": "^2.6.14" "vue-template-compiler": "^2.6.14"
}, },
"devDependencies": { "devDependencies": {

View File

@ -18,12 +18,12 @@
"@nuxt/design": "0.1.5", "@nuxt/design": "0.1.5",
"@nuxt/devalue": "^2.0.0", "@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "3.0.0", "@nuxt/kit": "3.0.0",
"@rollup/plugin-alias": "^3.1.8", "@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-inject": "^4.0.3", "@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1", "@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.0", "@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-virtual": "^2.0.3", "@rollup/plugin-virtual": "^2.0.3",
"@rollup/plugin-wasm": "^5.1.2", "@rollup/plugin-wasm": "^5.1.2",
"@rollup/pluginutils": "^4.1.2", "@rollup/pluginutils": "^4.1.2",
@ -37,7 +37,7 @@
"defu": "^5.0.0", "defu": "^5.0.0",
"destr": "^1.1.0", "destr": "^1.1.0",
"dot-prop": "^6.0.1", "dot-prop": "^6.0.1",
"esbuild": "^0.14.8", "esbuild": "^0.14.10",
"etag": "^1.8.1", "etag": "^1.8.1",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"globby": "^11.0.4", "globby": "^11.0.4",
@ -58,13 +58,13 @@
"pathe": "^0.2.0", "pathe": "^0.2.0",
"pkg-types": "^0.3.2", "pkg-types": "^0.3.2",
"pretty-bytes": "^5.6.0", "pretty-bytes": "^5.6.0",
"rollup": "^2.61.1", "rollup": "^2.63.0",
"rollup-plugin-terser": "^7.0.2", "rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.2", "rollup-plugin-visualizer": "^5.5.2",
"serve-placeholder": "^1.2.4", "serve-placeholder": "^1.2.4",
"serve-static": "^1.14.2", "serve-static": "^1.14.2",
"std-env": "^3.0.1", "std-env": "^3.0.1",
"table": "^6.7.5", "table": "^6.8.0",
"ufo": "^0.7.9", "ufo": "^0.7.9",
"unenv": "^0.4.3", "unenv": "^0.4.3",
"unstorage": "^0.3.3", "unstorage": "^0.3.3",

View File

@ -45,7 +45,7 @@
"pathe": "^0.2.0", "pathe": "^0.2.0",
"scule": "^0.2.1", "scule": "^0.2.1",
"ufo": "^0.7.9", "ufo": "^0.7.9",
"unplugin": "^0.2.21", "unplugin": "^0.3.0",
"vue": "^3.2.26", "vue": "^3.2.26",
"vue-router": "^4.0.12" "vue-router": "^4.0.12"
}, },

View File

@ -21,11 +21,11 @@
"@nuxt/kit": "3.0.0", "@nuxt/kit": "3.0.0",
"@vitejs/plugin-vue": "^2.0.1", "@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.3", "@vitejs/plugin-vue-jsx": "^1.3.3",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.1",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"consola": "^2.15.3", "consola": "^2.15.3",
"defu": "^5.0.0", "defu": "^5.0.0",
"esbuild": "^0.14.8", "esbuild": "^0.14.10",
"externality": "^0.1.5", "externality": "^0.1.5",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"magic-string": "^0.25.7", "magic-string": "^0.25.7",

View File

@ -16,11 +16,11 @@
"prepack": "unbuild" "prepack": "unbuild"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.16.5", "@babel/core": "^7.16.7",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2", "@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "3.0.0", "@nuxt/kit": "3.0.0",
"@vue/babel-preset-jsx": "^1.2.4", "@vue/babel-preset-jsx": "^1.2.4",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.1",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"consola": "^2.15.3", "consola": "^2.15.3",
"css-loader": "^6.5.1", "css-loader": "^6.5.1",
@ -32,7 +32,7 @@
"glob": "^7.2.0", "glob": "^7.2.0",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"memfs": "^3.4.0", "memfs": "^3.4.1",
"mini-css-extract-plugin": "^2.4.5", "mini-css-extract-plugin": "^2.4.5",
"mlly": "^0.3.16", "mlly": "^0.3.16",
"pathe": "^0.2.0", "pathe": "^0.2.0",

1231
yarn.lock

File diff suppressed because it is too large Load Diff