From 640a743fe8882e3cf44cb36474c84d07d3ba8e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:20:40 +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 6e00af94..961fb611 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",