From a9a90ed93154f2815c5800805e31b4fcbeda6dc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 15:37:56 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 22 +++++++++++----------- playground/package.json | 8 ++++---- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index fffc737f8..63adcfb2d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unplugin-vue-router", "version": "0.7.0", - "packageManager": "pnpm@8.10.2", + "packageManager": "pnpm@8.11.0", "description": "File based typed routing for Vue Router", "keywords": [ "vue-router", @@ -103,18 +103,18 @@ ] }, "dependencies": { - "@babel/types": "^7.23.0", + "@babel/types": "^7.23.4", "@rollup/pluginutils": "^5.0.5", - "@vue-macros/common": "^1.8.0", + "@vue-macros/common": "^1.9.0", "ast-walker-scope": "^0.5.0", "chokidar": "^3.5.3", - "fast-glob": "^3.3.1", + "fast-glob": "^3.3.2", "json5": "^2.2.3", "local-pkg": "^0.5.0", "mlly": "^1.4.2", "pathe": "^1.1.1", - "scule": "^1.0.0", - "unplugin": "^1.5.0", + "scule": "^1.1.0", + "unplugin": "^1.5.1", "yaml": "^2.3.4" }, "peerDependencies": { @@ -128,7 +128,7 @@ "devDependencies": { "@vitest/coverage-v8": "^0.34.6", "@volar/vue-language-core": "^1.6.5", - "@vue/test-utils": "^2.4.1", + "@vue/test-utils": "^2.4.2", "chalk": "^5.3.0", "conventional-changelog-cli": "^2.2.2", "enquirer": "^2.4.1", @@ -141,16 +141,16 @@ "p-series": "^3.0.0", "prettier": "^2.8.8", "rimraf": "^5.0.5", - "rollup": "^4.3.0", + "rollup": "^4.6.0", "semver": "^7.5.4", "ts-expect": "^1.3.0", "tsup": "^7.2.0", - "typescript": "^5.2.2", - "unplugin-auto-import": "^0.16.7", + "typescript": "^5.3.2", + "unplugin-auto-import": "^0.17.1", "vite": "^4.5.0", "vite-plugin-vue-markdown": "^0.23.8", "vitest": "^0.34.6", - "vue": "^3.3.7", + "vue": "^3.3.9", "vue-router": "^4.2.5", "vue-router-mock": "^1.0.0", "webpack": "^5.89.0", diff --git a/playground/package.json b/playground/package.json index 5ac4234c8..6ee3d8015 100644 --- a/playground/package.json +++ b/playground/package.json @@ -5,12 +5,12 @@ "build": "vite build" }, "devDependencies": { - "@vitejs/plugin-vue": "^4.4.0", - "@vue/compiler-sfc": "^3.3.7", + "@vitejs/plugin-vue": "^4.5.0", + "@vue/compiler-sfc": "^3.3.9", "@vue/tsconfig": "^0.4.0", "unplugin-vue-router": "workspace:*", "vite": "^4.5.0", - "vite-plugin-inspect": "^0.7.41", - "vue": "^3.3.7" + "vite-plugin-inspect": "^0.7.42", + "vue": "^3.3.9" } }