Skip to content

Commit

Permalink
Update dependency vite-plugin-svgr to v4 (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent f66c1d5 commit fcc0b72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"typescript": "*",
"typescript-plugin-css-modules": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-svgr": "^3.0.0"
"vite-plugin-svgr": "^4.0.0"
},
"packageManager": "yarn@4.1.0"
}
16 changes: 8 additions & 8 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ __metadata:
languageName: node
linkType: hard

"@rollup/pluginutils@npm:^5.0.4":
"@rollup/pluginutils@npm:^5.0.5":
version: 5.1.0
resolution: "@rollup/pluginutils@npm:5.1.0"
dependencies:
Expand Down Expand Up @@ -2038,7 +2038,7 @@ __metadata:
typescript: "npm:*"
typescript-plugin-css-modules: "npm:^5.0.0"
vite: "npm:^5.0.0"
vite-plugin-svgr: "npm:^3.0.0"
vite-plugin-svgr: "npm:^4.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8132,16 +8132,16 @@ __metadata:
languageName: node
linkType: hard

"vite-plugin-svgr@npm:^3.0.0":
version: 3.3.0
resolution: "vite-plugin-svgr@npm:3.3.0"
"vite-plugin-svgr@npm:^4.0.0":
version: 4.2.0
resolution: "vite-plugin-svgr@npm:4.2.0"
dependencies:
"@rollup/pluginutils": "npm:^5.0.4"
"@rollup/pluginutils": "npm:^5.0.5"
"@svgr/core": "npm:^8.1.0"
"@svgr/plugin-jsx": "npm:^8.1.0"
peerDependencies:
vite: ^2.6.0 || 3 || 4
checksum: 8/014840a0d98a54422fb94520086bb20c99c7ee21285d7049e4496f529b7be69e23d34f543a29867372e5cbdf135c5a96eae01474c88ec1223c78b7e4b18008b0
vite: ^2.6.0 || 3 || 4 || 5
checksum: 10c0/0a6400f20905f53d08f1ce7d1f22d9a57db403e110e790f80c2e0411a0064a071a36b781f56f6823654f98052219171003f9ea023d4a31d930b4a4fc01776d1f
languageName: node
linkType: hard

Expand Down

0 comments on commit fcc0b72

Please sign in to comment.