| @@ -4,11 +4,11 @@ | |||||
| "private": true, | "private": true, | ||||
| "dependencies": { | "dependencies": { | ||||
| "@ant-design/icons": "4.6.2", | "@ant-design/icons": "4.6.2", | ||||
| "@craco/craco": "6.1.1", | |||||
| "@craco/craco": "6.4.5", | |||||
| "antd": "4.15.5", | "antd": "4.15.5", | ||||
| "casdoor-js-sdk": "^0.2.7", | "casdoor-js-sdk": "^0.2.7", | ||||
| "copy-to-clipboard": "^3.3.1", | "copy-to-clipboard": "^3.3.1", | ||||
| "craco-less": "1.17.1", | |||||
| "craco-less": "2.0.0", | |||||
| "i18next": "^19.8.9", | "i18next": "^19.8.9", | ||||
| "moment": "^2.29.1", | "moment": "^2.29.1", | ||||
| "react": "17.0.2", | "react": "17.0.2", | ||||
| @@ -16,7 +16,7 @@ | |||||
| "react-dom": "17.0.2", | "react-dom": "17.0.2", | ||||
| "react-i18next": "^11.8.7", | "react-i18next": "^11.8.7", | ||||
| "react-router-dom": "5.1.2", | "react-router-dom": "5.1.2", | ||||
| "react-scripts": "4.0.3" | |||||
| "react-scripts": "5.0.1" | |||||
| }, | }, | ||||
| "scripts": { | "scripts": { | ||||
| "start": "set PORT=18001 && craco start", | "start": "set PORT=18001 && craco start", | ||||