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] authored Nov 18, 2023
1 parent 6fe1928 commit 384a65d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.7.0",
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -103,18 +103,18 @@
]
},
"dependencies": {
"@babel/types": "^7.23.0",
"@babel/types": "^7.23.3",
"@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": {
Expand All @@ -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",
Expand All @@ -141,16 +141,16 @@
"p-series": "^3.0.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"rollup": "^4.3.0",
"rollup": "^4.5.0",
"semver": "^7.5.4",
"ts-expect": "^1.3.0",
"tsup": "^7.2.0",
"tsup": "^7.3.0",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.7",
"vite": "^4.5.0",
"vite-plugin-vue-markdown": "^0.23.8",
"vitest": "^0.34.6",
"vue": "^3.3.7",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue-router-mock": "^1.0.0",
"webpack": "^5.89.0",
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.8",
"@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.8"
}
}

0 comments on commit 384a65d

Please sign in to comment.