From 367cf2b43e9f82b607d4b2564a4ac7a830eb3afa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:41:56 +0000 Subject: [PATCH] fix(deps): update vue requirement from ^3.5.6 to ^3.5.12 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](https://github.com/vuejs/core/compare/v3.5.6...v3.5.12) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 8d0ecedf..6cd9eb91 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "unocss": "^0.62.4", "v-clappr": "^3.4.0", "v-github-icon": "^3.2.2", - "vue": "^3.5.6" + "vue": "^3.5.12" }, "devDependencies": { "@vitejs/plugin-vue": "^5.1.4",