From 77991c0eb16c50092939581ef4e3b55473b77c3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 03:22:00 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 44 ++++++++++++++++++++--------------------- playground/package.json | 10 +++++----- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index 76621ac44..0c330e964 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.15.2", "description": "File based typed routing for Vue Router", "keywords": [ "vue-router", @@ -103,18 +103,18 @@ ] }, "dependencies": { - "@babel/types": "^7.23.0", - "@rollup/pluginutils": "^5.0.5", - "@vue-macros/common": "^1.8.0", - "ast-walker-scope": "^0.5.0", - "chokidar": "^3.5.3", - "fast-glob": "^3.3.1", + "@babel/types": "^7.23.9", + "@rollup/pluginutils": "^5.1.0", + "@vue-macros/common": "^1.10.1", + "ast-walker-scope": "^0.6.0", + "chokidar": "^3.6.0", + "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", + "mlly": "^1.5.0", + "pathe": "^1.1.2", + "scule": "^1.3.0", + "unplugin": "^1.7.1", "yaml": "^2.3.4" }, "peerDependencies": { @@ -128,32 +128,32 @@ "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.4", "chalk": "^5.3.0", "conventional-changelog-cli": "^4.1.0", "enquirer": "^2.4.1", "esno": "^4.0.0", "execa": "^8.0.1", "happy-dom": "^12.10.3", - "lint-staged": "^15.1.0", + "lint-staged": "^15.2.2", "minimist": "^1.2.8", - "nodemon": "^3.0.2", + "nodemon": "^3.0.3", "p-series": "^3.0.0", "prettier": "^2.8.8", "rimraf": "^5.0.5", - "rollup": "^4.3.0", - "semver": "^7.5.4", + "rollup": "^4.10.0", + "semver": "^7.6.0", "ts-expect": "^1.3.0", - "tsup": "^8.0.1", - "typescript": "^5.2.2", - "unplugin-auto-import": "^0.16.7", + "tsup": "^8.0.2", + "typescript": "^5.3.3", + "unplugin-auto-import": "^0.17.5", "vite": "^5.0.4", "vite-plugin-vue-markdown": "^0.23.8", "vitest": "^0.34.6", - "vue": "^3.3.7", + "vue": "^3.4.18", "vue-router": "^4.2.5", - "vue-router-mock": "^1.0.0", - "webpack": "^5.89.0", + "vue-router-mock": "^1.1.0", + "webpack": "^5.90.1", "yorkie": "^2.0.0" } } diff --git a/playground/package.json b/playground/package.json index ea819f2fa..025709c83 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", - "@vue/tsconfig": "^0.4.0", + "@vitejs/plugin-vue": "^4.6.2", + "@vue/compiler-sfc": "^3.4.18", + "@vue/tsconfig": "^0.5.1", "unplugin-vue-router": "workspace:*", "vite": "^5.0.4", - "vite-plugin-inspect": "^0.7.41", - "vue": "^3.3.7" + "vite-plugin-inspect": "^0.8.3", + "vue": "^3.4.18" } }