Browse Source

Update react-scripts to fix frozen bug.

master
Yang Luo 3 years ago
parent
commit
e6914c655d
2 changed files with 5033 additions and 7010 deletions
  1. +3
    -3
      web/package.json
  2. +5030
    -7007
      web/yarn.lock

+ 3
- 3
web/package.json View File

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


+ 5030
- 7007
web/yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save