Skip to content

Commit d7181ee

Browse files
fix(deps): update vue requirement from ^3.4.30 to ^3.5.9 in /example
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.30...v3.5.9) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c3c230b commit d7181ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"unocss": "^0.62.3",
1414
"v-github-icon": "^3.2.2",
1515
"v-offline": "^3.5.0",
16-
"vue": "^3.4.30"
16+
"vue": "^3.5.9"
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^5.0.4",

0 commit comments

Comments
 (0)