From 921fbfc7ea05fb269ff846fca4720eada8d19604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:25:26 +0000 Subject: [PATCH] fix(deps): Bump unocss from 0.61.9 to 0.62.3 in /example Bumps [unocss](https://github.com/unocss/unocss) from 0.61.9 to 0.62.3. - [Release notes](https://github.com/unocss/unocss/releases) - [Commits](https://github.com/unocss/unocss/compare/v0.61.9...v0.62.3) --- updated-dependencies: - dependency-name: unocss dependency-type: direct:production update-type: version-update:semver-minor ... 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 82d1f292..399e6d32 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "ping.js": "^0.3.0", - "unocss": "^0.61.0", + "unocss": "^0.62.3", "v-github-icon": "^3.2.2", "v-offline": "^3.5.0", "vue": "^3.4.30"