From 733c118c213b990eb3e1675df54ff2de2d093896 Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Tue, 7 Jan 2025 22:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Update=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f5ad887..5b9c552 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,6 @@ "uuid": "^11.0.4" }, "devDependencies": { - "@babel/runtime": "^7.26.0", "@commitlint/cli": "^19.6.1", "@lobehub/i18n-cli": "^1.20.3", "@lobehub/lint": "^1.25.3", @@ -113,6 +112,8 @@ "jsdom": "^25.0.1", "lint-staged": "^15.3.0", "prettier": "^3.4.2", + "react": "^19.0.0", + "react-dom": "^19.0.0", "remark": "^15.0.1", "remark-cli": "^12.0.1", "semantic-release": "^21.1.2",