From c99aac5a6f5334e9049808e1f0f26750e6d21713 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 May 2022 12:05:01 +0000 Subject: [PATCH] chore(deps): update dependency vite-plugin-svgr to v2.1.0 --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index d98fd85b33..3a2d38d1d1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -96,7 +96,7 @@ "typescript": "4.6.4", "vite": "2.9.8", "vite-plugin-env-compatible": "^1.1.1", - "vite-plugin-svgr": "^2.0.0", + "vite-plugin-svgr": "2.1.0", "vite-tsconfig-paths": "^3.4.1", "vitest": "0.10.4", "whatwg-fetch": "^3.6.2" diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 4891b31e65..58e4c6d53a 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3943,10 +3943,10 @@ vite-plugin-env-compatible@^1.1.1: resolved "https://registry.yarnpkg.com/vite-plugin-env-compatible/-/vite-plugin-env-compatible-1.1.1.tgz#2e11b059a5f3e8fc609d6a4bba84ca497081ee20" integrity sha512-4lqhBWhOzP+SaCPoCVdmpM5cXzjKQV5jgFauxea488oOeElXo/kw6bXkMIooZhrh9q7gclTl8en6N9NmnqUwRQ== -vite-plugin-svgr@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/vite-plugin-svgr/-/vite-plugin-svgr-2.0.0.tgz#4bff030d4a336503506bf0bd8222badb5b25e591" - integrity sha512-nxu542CRXLqAsI7Ebw5EMHFpLp1yb0ix+DTCVAIRz09+YREkOY8sDr2Jl5yKaKSOA3UQnW4yf6Vg4DhArJCvyA== +vite-plugin-svgr@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/vite-plugin-svgr/-/vite-plugin-svgr-2.1.0.tgz#cd66862da737949383e6d8f12d981958b9a65cc5" + integrity sha512-3J19p8pmGfRt297yvc8Fd36+0AC0sLgA/gZYQDjotNAhv3CmSTQyviXIrDbwiRFVrsZjSlHJH1vca7OGFmjDcA== dependencies: "@svgr/core" "^6.2.1"