Skip to content

Commit

Permalink
chore(deps): bump react-icons from 5.3.0 to 5.4.0 (#180)
Browse files Browse the repository at this point in the history
* chore(deps): bump react-icons from 5.3.0 to 5.4.0

Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump react-icons from 5.3.0 to 5.4.0

Bumps [react-icons](https://github.com/react-icons/react-icons) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: react-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: replace Visual Studio Code icon with Visual Studio icon in data index for the error

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 루밀LuMir <[email protected]>
  • Loading branch information
dependabot[bot] and lumirlumir authored Dec 12, 2024
1 parent 40d91ed commit 57ab7bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
9 changes: 4 additions & 5 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"next": "^14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-icons": "^5.4.0",
"sharp": "^0.33.5"
},
"devDependencies": {
Expand Down
11 changes: 3 additions & 8 deletions src/data/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@ import { LuHeading1 } from 'react-icons/lu';
import { RiJavascriptFill } from 'react-icons/ri';
import { TbBrandNextjs } from 'react-icons/tb';
import { MdDataObject } from 'react-icons/md';
import { BiLogoVisualStudio } from 'react-icons/bi';
import { GiHummingbird } from 'react-icons/gi';
import { LuNetwork } from 'react-icons/lu';
import {
SiCplusplus,
SiVisualstudiocode,
SiOpenai,
SiThealgorithms,
SiSynology,
} from 'react-icons/si';
import { SiCplusplus, SiOpenai, SiThealgorithms, SiSynology } from 'react-icons/si';
import {
FaBook,
FaTag,
Expand Down Expand Up @@ -196,7 +191,7 @@ export const MARKDOWN_DOCUMENT_DATA_TAG_META = Object.freeze({
en: 'VScode',
ko: '비주얼 스튜디오 코드',
},
reactIcons: <SiVisualstudiocode />,
reactIcons: <BiLogoVisualStudio />,
order: 14,
},
openai: {
Expand Down

0 comments on commit 57ab7bf

Please sign in to comment.