From 4175a97a72887a7c2e9a3809a4af05ea7d831adb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 19:11:10 +0000 Subject: [PATCH] fix(deps): update vue requirement from ^3.5.12 to ^3.5.13 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.12...v3.5.13) --- 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 c105dee1..a516a5a0 100644 --- a/example/package.json +++ b/example/package.json @@ -15,7 +15,7 @@ "unocss": "^0.63.6", "v-clappr": "^3.4.0", "v-github-icon": "^3.2.2", - "vue": "^3.5.12" + "vue": "^3.5.13" }, "devDependencies": { "@vitejs/plugin-vue": "^5.2.1",