From 1ad68bca6cba75f589f55e8725db68c4c73d0bc4 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Sat, 22 Nov 2025 20:11:10 +0800 Subject: [PATCH] update pay function --- craco.config.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/craco.config.js b/craco.config.js index ea05ae1e..c02b7fd6 100644 --- a/craco.config.js +++ b/craco.config.js @@ -76,7 +76,7 @@ module.exports = { }, // 日期/日历库 calendar: { - test: /[\\/]node_modules[\\/](dayjs|date-fns|@fullcalendar|react-big-calendar)[\\/]/, + test: /[\\/]node_modules[\\/](dayjs|date-fns|@fullcalendar)[\\/]/, name: 'calendar-lib', priority: 18, reuseExistingChunk: true, diff --git a/package.json b/package.json index bfc3459a..4bd62c0b 100755 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "posthog-js": "^1.295.0", "react": "^19.0.0", "react-apexcharts": "^1.3.9", - "react-big-calendar": "^0.33.2", "react-circular-slider-svg": "^0.1.5", "react-custom-scrollbars-2": "^4.4.0", "react-dom": "^19.0.0", @@ -81,7 +80,8 @@ "overrides": { "uuid": "^9.0.1", "react": "^19.0.0", - "react-dom": "^19.0.0" + "react-dom": "^19.0.0", + "react-is": "^19.0.0" }, "scripts": { "prestart": "kill-port 3000",