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 May 29, 2023
1 parent 3501b13 commit 03fa163
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 258 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.5.1",
"packageManager": "pnpm@8.6.0",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -103,19 +103,19 @@
]
},
"dependencies": {
"@babel/types": "^7.21.5",
"@babel/types": "^7.22.3",
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "^1.3.1",
"@vue-macros/common": "^1.3.3",
"ast-walker-scope": "^0.4.1",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.12",
"json5": "^2.2.3",
"local-pkg": "^0.4.3",
"mlly": "^1.2.1",
"mlly": "^1.3.0",
"pathe": "^1.1.0",
"scule": "^1.0.0",
"unplugin": "^1.3.1",
"yaml": "^2.2.2"
"yaml": "^2.3.1"
},
"peerDependencies": {
"vue-router": "^4.1.0"
Expand All @@ -127,7 +127,7 @@
},
"devDependencies": {
"@volar/vue-language-core": "^1.6.5",
"c8": "^7.13.0",
"c8": "^7.14.0",
"chalk": "^5.2.0",
"conventional-changelog-cli": "^2.2.2",
"enquirer": "^2.3.6",
Expand All @@ -139,18 +139,18 @@
"p-series": "^3.0.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"rollup": "^3.22.1",
"rollup": "^3.23.0",
"semver": "^7.5.1",
"ts-expect": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.16.1",
"vite": "^4.3.8",
"unplugin-auto-import": "^0.16.2",
"vite": "^4.3.9",
"vite-plugin-vue-markdown": "^0.23.5",
"vitest": "^0.31.1",
"vue": "^3.3.4",
"vue-router": "^4.2.1",
"webpack": "^5.83.1",
"webpack": "^5.84.1",
"yorkie": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@vue/compiler-sfc": "^3.3.4",
"@vue/tsconfig": "^0.4.0",
"unplugin-vue-router": "workspace:*",
"vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.26",
"vite": "^4.3.9",
"vite-plugin-inspect": "^0.7.28",
"vue": "^3.3.4"
}
}

0 comments on commit 03fa163

Please sign in to comment.