From dd1cc639d254f41d2e85cb80585dd661556b751b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9F=83=E6=8B=89?= Date: Sat, 14 Dec 2024 11:55:13 +0800 Subject: [PATCH] chore: dep --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index f7adb30..2b9f74f 100644 --- a/package.json +++ b/package.json @@ -17,14 +17,14 @@ "clsx": "^2.1.1", "highlight.js": "^11.10.0", "install": "^0.13.0", - "katex": "^0.16.11", + "katex": "^0.16.15", "luxon": "^3.5.0", "nanoid": "^5.0.9", "react": "^19.0.0", "react-dom": "^19.0.0", "react-error-boundary": "^4.1.2", "react-markdown": "^9.0.1", - "react-resize-detector": "^11.0.1", + "react-resize-detector": "^12.0.1", "react-router": "^7.0.2", "react-transition-group": "^4.4.5", "rehype-autolink-headings": "^7.1.0", @@ -35,11 +35,11 @@ "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", - "sass": "^1.82.0", + "sass": "^1.83.0", "zustand": "^5.0.2" }, "devDependencies": { - "@eslint/js": "^9.16.0", + "@eslint/js": "^9.17.0", "@iconify-json/solar": "^1.2.1", "@iconify-json/svg-spinners": "^1.2.1", "@svgr/core": "^8.1.0", @@ -47,18 +47,18 @@ "@types/chroma-js": "^2.4.4", "@types/katex": "^0.16.7", "@types/luxon": "^3.4.2", - "@types/node": "^22.10.1", + "@types/node": "^22.10.2", "@types/react": "^19.0.1", - "@types/react-dom": "^19.0.1", - "@types/react-transition-group": "^4.4.11", + "@types/react-dom": "^19.0.2", + "@types/react-transition-group": "^4.4.12", "@vitejs/plugin-react-swc": "^3.7.2", - "eslint": "^9.16.0", + "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.13.0", "prettier": "^3.4.2", "typescript": "^5.7.2", - "typescript-eslint": "^8.17.0", + "typescript-eslint": "^8.18.0", "unplugin-icons": "^0.21.0", "vite": "^6.0.3" }