Skip to content

Commit

Permalink
fix(deps): Update vue requirement from ^3.4.34 to ^3.4.36 in /example
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/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.34...v3.4.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 6, 2024
1 parent 0e85982 commit 9d4b4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"v-github-icon": "^3.2.2",
"v-spotlight": "^2.1.0",
"vue": "^3.4.34"
"vue": "^3.4.36"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.0",
Expand Down

0 comments on commit 9d4b4a8

Please sign in to comment.