Update dependency vite-plugin-svgr to v4

This commit is contained in:
renovate[bot] 2023-09-26 19:36:47 +00:00 committed by GitHub
parent 4469cece86
commit b72eba33e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -121,7 +121,7 @@
"typescript": "^5.1.6",
"vite": "^4.2.0",
"vite-plugin-html-template": "^1.1.0",
"vite-plugin-svgr": "^3.2.0"
"vite-plugin-svgr": "^4.0.0"
},
"jest": {
"testEnvironment": "./test/environment.ts",

View File

@ -16191,10 +16191,10 @@ vite-plugin-mdx@^3.5.6:
resolve "^1.20.0"
unified "^9.2.1"
vite-plugin-svgr@^3.2.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/vite-plugin-svgr/-/vite-plugin-svgr-3.3.0.tgz#024f083c0f0831497d8507b82e49a8ee2b29701a"
integrity sha512-vWZMCcGNdPqgziYFKQ3Y95XP0d0YGp28+MM3Dp9cTa/px5CKcHHrIoPl2Jw81rgVm6/ZUNONzjXbZQZ7Kw66og==
vite-plugin-svgr@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/vite-plugin-svgr/-/vite-plugin-svgr-4.0.0.tgz#2fb2537bde793602784c126f04210eaf130304bd"
integrity sha512-ingW8FEJ4vz9mQumnMDhNysE+YleiaThYmgflhUIVI4iIjVsVA1SswYIKprWVmyFsiIk1DqcwUeTFCnUJA3Vvg==
dependencies:
"@rollup/pluginutils" "^5.0.4"
"@svgr/core" "^8.1.0"