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 Mar 27, 2023
1 parent cc74674 commit fee29e8
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 179 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-router",
"version": "0.5.4",
"packageManager": "pnpm@7.30.0",
"packageManager": "pnpm@7.30.3",
"description": "File based typed routing for Vue Router",
"keywords": [
"vue-router",
Expand Down Expand Up @@ -94,8 +94,8 @@
"dependencies": {
"@babel/types": "^7.21.3",
"@rollup/pluginutils": "^5.0.2",
"@vue-macros/common": "^1.1.1",
"ast-walker-scope": "^0.4.0",
"@vue-macros/common": "^1.1.4",
"ast-walker-scope": "^0.4.1",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.12",
"json5": "^2.2.3",
Expand Down Expand Up @@ -124,22 +124,22 @@
"execa": "^7.1.1",
"lint-staged": "^13.2.0",
"minimist": "^1.2.8",
"nodemon": "^2.0.21",
"nodemon": "^2.0.22",
"p-series": "^3.0.0",
"prettier": "^2.8.4",
"rimraf": "^4.4.0",
"rollup": "^3.19.1",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"semver": "^7.3.8",
"ts-expect": "^1.3.0",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.15.1",
"vite": "^4.2.0",
"unplugin-auto-import": "^0.15.2",
"vite": "^4.2.1",
"vite-plugin-vue-markdown": "^0.22.4",
"vitest": "^0.29.3",
"vitest": "^0.29.7",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"webpack": "^5.76.2",
"webpack": "^5.76.3",
"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.2.47",
"@vue/tsconfig": "^0.1.3",
"unplugin-vue-router": "workspace:*",
"vite": "^4.2.0",
"vite-plugin-inspect": "^0.7.17",
"vite": "^4.2.1",
"vite-plugin-inspect": "^0.7.18",
"vue": "^3.2.47"
}
}

0 comments on commit fee29e8

Please sign in to comment.