From 83be7c004a4dc3d1ce9f41c99e366ab808c1b2fb Mon Sep 17 00:00:00 2001 From: zihluwang Date: Sun, 3 Aug 2025 10:54:28 +0800 Subject: [PATCH] chore(dep): upgrade dependencies --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index a066a6e..890d3c5 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -38,7 +38,7 @@ export default tseslint.config( "@typescript-eslint/no-unused-vars": 0 }, settings: { - react: { version: "18.3" }, + react: { version: "19.1" }, }, }, )