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 Oct 2, 2023
1 parent d9a2379 commit 512b1a3
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 262 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.7.0",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -103,14 +103,14 @@
]
},
"dependencies": {
"@babel/types": "^7.22.19",
"@babel/types": "^7.23.0",
"@rollup/pluginutils": "^5.0.4",
"@vue-macros/common": "^1.8.0",
"ast-walker-scope": "^0.5.0",
"chokidar": "^3.5.3",
"fast-glob": "^3.3.1",
"json5": "^2.2.3",
"local-pkg": "^0.4.3",
"local-pkg": "^0.5.0",
"mlly": "^1.4.2",
"pathe": "^1.1.1",
"scule": "^1.0.0",
Expand All @@ -126,30 +126,30 @@
}
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.5",
"@vitest/coverage-v8": "^0.34.6",
"@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": "^12.1.6",
"happy-dom": "^12.5.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.29.3",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"semver": "^7.5.4",
"ts-expect": "^1.3.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"vite": "^4.4.9",
"vite-plugin-vue-markdown": "^0.23.8",
"vitest": "^0.34.5",
"vitest": "^0.34.6",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"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 @@ -10,7 +10,7 @@
"@vue/tsconfig": "^0.4.0",
"unplugin-vue-router": "workspace:*",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38",
"vite-plugin-inspect": "^0.7.39",
"vue": "^3.3.4"
}
}
Loading

0 comments on commit 512b1a3

Please sign in to comment.