Skip to content

Commit

Permalink
chore(deps): bump vue-router from 4.3.3 to 4.4.0 (#2779)
Browse files Browse the repository at this point in the history
Bumps [vue-router](https://github.com/vuejs/router) from 4.3.3 to 4.4.0.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.3.3...v4.4.0)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 7737af1 commit b7e15df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion showcases/nuxt-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"nuxt": "^3.11.2",
"vue": "^3.4.30",
"vue-router": "^4.3.0"
"vue-router": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion showcases/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"sa11y": "3.2.1",
"vue": "^3.4.30",
"vue-router": "4.3.3"
"vue-router": "4.4.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
Expand Down

0 comments on commit b7e15df

Please sign in to comment.