Skip to content

Commit

Permalink
fix(deps): update vue requirement from ^3.4.31 to ^3.4.38
Browse files Browse the repository at this point in the history
Updates the requirements on [vue](https://github.com/vuejs/core) to permit the latest version.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/v3.4.38/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.31...v3.4.38)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
1 parent 8663821 commit 753f197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/popup-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepare": "husky"
},
"dependencies": {
"vue": "^3.4.31"
"vue": "^3.4.38"
},
"devDependencies": {
"@bedframe/cli": "^0.0.85",
Expand Down

0 comments on commit 753f197

Please sign in to comment.