Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 28, 2023
1 parent 4f5b07a commit d797413
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 209 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.6.4",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -103,15 +103,15 @@
]
},
"dependencies": {
"@babel/types": "^7.22.10",
"@rollup/pluginutils": "^5.0.3",
"@vue-macros/common": "^1.7.0",
"@babel/types": "^7.22.11",
"@rollup/pluginutils": "^5.0.4",
"@vue-macros/common": "^1.7.2",
"ast-walker-scope": "^0.5.0",
"chokidar": "^3.5.3",
"fast-glob": "^3.3.1",
"json5": "^2.2.3",
"local-pkg": "^0.4.3",
"mlly": "^1.4.0",
"mlly": "^1.4.1",
"pathe": "^1.1.1",
"scule": "^1.0.0",
"unplugin": "^1.4.0",
Expand All @@ -126,30 +126,30 @@
}
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.2",
"@vitest/coverage-v8": "^0.34.3",
"@volar/vue-language-core": "^1.6.5",
"@vue/test-utils": "^2.4.1",
"chalk": "^5.3.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.4.1",
"esno": "^0.17.0",
"execa": "^7.2.0",
"happy-dom": "^10.10.4",
"happy-dom": "^10.11.0",
"lint-staged": "^13.3.0",
"minimist": "^1.2.8",
"nodemon": "^2.0.22",
"p-series": "^3.0.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"rollup": "^3.28.0",
"rollup": "^3.28.1",
"semver": "^7.5.4",
"ts-expect": "^1.3.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.9",
"vite-plugin-vue-markdown": "^0.23.8",
"vitest": "^0.34.2",
"vitest": "^0.34.3",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-router-mock": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.1",
"@vitejs/plugin-vue": "^4.3.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/tsconfig": "^0.4.0",
"unplugin-vue-router": "workspace:*",
Expand Down
Loading

0 comments on commit d797413

Please sign in to comment.