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 +}