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 Dec 4, 2023
1 parent f18f572 commit f7c8d11
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 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.10.2",
"packageManager": "pnpm@8.11.0",
"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",
"@rollup/pluginutils": "^5.0.5",
"@vue-macros/common": "^1.8.0",
"@babel/types": "^7.23.5",
"@rollup/pluginutils": "^5.1.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.1",
"unplugin": "^1.5.1",
"yaml": "^2.3.4"
},
"peerDependencies": {
Expand All @@ -128,29 +128,29 @@
"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.3",
"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.0",
"minimist": "^1.2.8",
"nodemon": "^3.0.2",
"p-series": "^3.0.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"rollup": "^4.3.0",
"rollup": "^4.6.1",
"semver": "^7.5.4",
"ts-expect": "^1.3.0",
"tsup": "^8.0.1",
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.7",
"vite": "^5.0.4",
"typescript": "^5.3.2",
"unplugin-auto-import": "^0.17.2",
"vite": "^5.0.5",
"vite-plugin-vue-markdown": "^0.23.8",
"vitest": "^0.34.6",
"vue": "^3.3.7",
"vue": "^3.3.9",
"vue-router": "^4.2.5",
"vue-router-mock": "^1.0.0",
"webpack": "^5.89.0",
Expand Down
10 changes: 5 additions & 5 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.1",
"@vue/compiler-sfc": "^3.3.9",
"@vue/tsconfig": "^0.4.0",
"unplugin-vue-router": "workspace:*",
"vite": "^5.0.4",
"vite-plugin-inspect": "^0.7.41",
"vue": "^3.3.7"
"vite": "^5.0.5",
"vite-plugin-inspect": "^0.8.1",
"vue": "^3.3.9"
}
}

0 comments on commit f7c8d11

Please sign in to comment.