From 57ab7bfcf913822cdfd32241fb3c5f6cc1173315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:57:09 +0900 Subject: [PATCH] chore(deps): bump react-icons from 5.3.0 to 5.4.0 (#180) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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](https://github.com/react-icons/react-icons/compare/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] * 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](https://github.com/react-icons/react-icons/compare/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] * chore: replace Visual Studio Code icon with Visual Studio icon in data index for the error --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 루밀LuMir --- package-lock.json | 9 ++++----- package.json | 2 +- src/data/index.jsx | 11 +++-------- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ccfaae..32ca803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,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": { @@ -8413,10 +8413,9 @@ } }, "node_modules/react-icons": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz", - "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==", - "license": "MIT", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==", "peerDependencies": { "react": "*" } diff --git a/package.json b/package.json index 08c09f4..46df037 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/data/index.jsx b/src/data/index.jsx index b061dc5..7cb0cc0 100644 --- a/src/data/index.jsx +++ b/src/data/index.jsx @@ -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, @@ -196,7 +191,7 @@ export const MARKDOWN_DOCUMENT_DATA_TAG_META = Object.freeze({ en: 'VScode', ko: '비주얼 스튜디오 코드', }, - reactIcons: , + reactIcons: , order: 14, }, openai: {