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 Dec 5, 2022
1 parent ab19111 commit 63fa7a8
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 105 deletions.
14 changes: 7 additions & 7 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.2.3",
"packageManager": "pnpm@7.17.0",
"packageManager": "pnpm@7.18.0",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -88,7 +88,7 @@
]
},
"dependencies": {
"@babel/types": "^7.20.2",
"@babel/types": "^7.20.5",
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "^0.13.4",
"ast-walker-scope": "^0.3.0",
Expand Down Expand Up @@ -118,20 +118,20 @@
"enquirer": "^2.3.6",
"esno": "^0.16.3",
"execa": "^6.1.0",
"lint-staged": "^13.0.3",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"nodemon": "^2.0.20",
"p-series": "^3.0.0",
"prettier": "^2.7.1",
"prettier": "^2.8.0",
"rimraf": "^3.0.2",
"rollup": "^3.3.0",
"rollup": "^3.5.1",
"semver": "^7.3.8",
"ts-expect": "^1.3.0",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.11.4",
"unplugin-auto-import": "^0.12.0",
"vite": "^3.2.4",
"vitest": "^0.25.2",
"vitest": "^0.25.3",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"webpack": "^5.75.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -10,7 +10,7 @@
"@vue/tsconfig": "^0.1.3",
"unplugin-vue-router": "workspace:*",
"vite": "^3.2.4",
"vite-plugin-inspect": "^0.7.8",
"vite-plugin-inspect": "^0.7.9",
"vue": "^3.2.45"
}
}

0 comments on commit 63fa7a8

Please sign in to comment.