From 5f0f9f872cf4ffe2522062eb5da527c2f98c2dd6 Mon Sep 17 00:00:00 2001 From: paituo <330435863@qq.com> Date: Fri, 30 Aug 2024 17:54:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d0059b6..cad0d22 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,11 @@ "@mdx-js/loader": "^2.3.0", "@mdx-js/react": "^2.3.0", "@monaco-editor/react": "^4.6.0", + "@remixicon/react": "^4.2.0", "@tailwindcss/line-clamp": "^0.4.2", "@types/node": "18.15.0", - "@types/react": "18.0.28", - "@types/react-dom": "18.0.11", + "@types/react": "^18.3.4", + "@types/react-dom": "^18.3.0", "@types/react-syntax-highlighter": "^15.5.6", "ahooks": "^3.7.5", "axios": "^1.3.5", @@ -81,4 +82,4 @@ "eslint --fix" ] } -} \ No newline at end of file +}