From 89637b6b31ed54377667ad484754a8269db3f24a Mon Sep 17 00:00:00 2001 From: lishenfeng Date: Tue, 20 May 2025 09:45:14 +0800 Subject: [PATCH] =?UTF-8?q?fix():=E7=89=88=E6=9C=AC=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 76 ++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index 1f128f6..eddc6f7 100644 --- a/package.json +++ b/package.json @@ -3,45 +3,45 @@ "version": "0.1.0", "private": true, "dependencies": { - "@craco/craco": "^5.8.0", - "@date-io/moment": "^1.3.13", - "@fullcalendar/core": "^4.2.0", - "@fullcalendar/daygrid": "^4.2.0", - "@fullcalendar/interaction": "^4.2.0", - "@fullcalendar/react": "^4.2.0", - "@material-ui/core": "^4.11.0", - "@material-ui/icons": "^4.9.1", - "@material-ui/lab": "^4.0.0-alpha.57", - "@material-ui/pickers": "^3.2.10", - "@rematch/core": "^1.4.0", - "@rematch/persist": "^1.1.6", - "@turf/turf": "^5.1.6", - "clone": "^2.1.2", - "clsx": "^1.1.1", - "craco-less": "^1.17.0", - "d3-contour": "^2.0.0", - "echarts": "^4.9.0", + "@craco/craco": "5.8.0", + "@date-io/moment": "1.3.13", + "@fullcalendar/core": "4.2.0", + "@fullcalendar/daygrid": "4.2.0", + "@fullcalendar/interaction": "4.2.0", + "@fullcalendar/react": "4.2.0", + "@material-ui/core": "4.11.0", + "@material-ui/icons": "4.9.1", + "@material-ui/lab": "4.0.0-alpha.57", + "@material-ui/pickers": "3.2.10", + "@rematch/core": "1.4.0", + "@rematch/persist": "1.1.6", + "@turf/turf": "5.1.6", + "clone": "2.1.2", + "clsx": "1.1.1", + "craco-less": "1.17.0", + "d3-contour": "2.0.0", + "echarts": "4.9.0", "echarts-for-react": "2.0.16", - "http-proxy-middleware": "^1.0.6", - "localforage": "^1.9.0", - "mapbox-gl": "^2.2.0", - "moment": "^2.29.1", - "polylabel": "^1.1.0", - "rc-tree": "^4.1.5", - "rc-trigger": "^5.2.5", - "react": "^17.0.1", - "react-custom-scrollbars": "^4.2.1", - "react-dom": "^17.0.1", - "react-double-marquee": "^1.0.6", - "react-hook-form": "^7.2.1", - "react-redux": "^7.2.2", - "react-router": "^5.2.0", - "react-router-config": "^5.1.1", - "react-router-dom": "^5.2.0", - "react-scripts": "^4.0.0", - "react-transition-group": "^4.4.1", - "redux": "^4.0.5", - "reselect": "^4.0.0" + "http-proxy-middleware": "1.0.6", + "localforage": "1.9.0", + "mapbox-gl": "2.2.0", + "moment": "2.29.1", + "polylabel": "1.1.0", + "rc-tree": "4.1.5", + "rc-trigger": "5.2.5", + "react": "17.0.1", + "react-custom-scrollbars": "4.2.1", + "react-dom": "17.0.1", + "react-double-marquee": "1.0.6", + "react-hook-form": "7.2.1", + "react-redux": "7.2.2", + "react-router": "5.2.0", + "react-router-config": "5.1.1", + "react-router-dom": "5.2.0", + "react-scripts": "4.0.0", + "react-transition-group": "4.4.1", + "redux": "4.0.5", + "reselect": "4.0.0" }, "scripts": { "start": "craco start",