From 140b1b092bf1c6f1a55f61f2ca646dcca490db14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 17:12:43 +0000 Subject: [PATCH] Bump vite-plugin-checker from 0.4.9 to 0.5.2 Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker) from 0.4.9 to 0.5.2. - [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases) - [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md) - [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.4.9...vite-plugin-checker@0.5.2) --- updated-dependencies: - dependency-name: vite-plugin-checker dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7075e88..e76d44a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "tslib": "^2.4.0", "typescript": "^4.7.4", "vite": "^3.0.4", - "vite-plugin-checker": "^0.4.9", + "vite-plugin-checker": "^0.5.2", "vite-plugin-html": "^3.2.0", "vite-plugin-pwa": "^0.12.3" },