Skip to content

Commit

Permalink
Merge pull request #552 from codecentric/renovate/vite-plugin-svgr-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency vite-plugin-svgr to v4
  • Loading branch information
cc-ju authored Sep 29, 2023
2 parents 8bb0dd7 + b363fb9 commit 2aaf72a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions services/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"prettier-plugin-tailwindcss": "0.5.4",
"tailwindcss": "3.3.3",
"vite": "^4.3.9",
"vite-plugin-svgr": "^3.2.0",
"vite-plugin-svgr": "^4.0.0",
"vitest": "^0.34.6"
},
"msw": {
Expand Down
2 changes: 1 addition & 1 deletion services/ui/src/footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import LinkSection, { LinkSectionData } from "./LinkSection";
import { ReactComponent as Codecentric } from "../cc-black-logo.svg";
import Codecentric from "../cc-black-logo.svg?react";
import { SiInstagram, SiLinkedin, SiTwitter } from "@icons-pack/react-simple-icons";

const linkSections: Array<LinkSectionData> = [
Expand Down

0 comments on commit 2aaf72a

Please sign in to comment.