forked from casdoor/casdoor
fix: fix Can't resolve 'rc-util/es/isEqual' bug
This commit is contained in:
@@ -108,7 +108,8 @@
|
||||
"stylelint-config-standard": "^28.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"@ant-design/cssinjs": "^2.1.2"
|
||||
"@ant-design/cssinjs": "^2.1.2",
|
||||
"rc-util": "^5.43.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{css,less}": [
|
||||
|
||||
@@ -13230,6 +13230,14 @@ raw-body@2.5.1:
|
||||
iconv-lite "0.4.24"
|
||||
unpipe "1.0.0"
|
||||
|
||||
rc-util@^5.43.0:
|
||||
version "5.44.4"
|
||||
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.44.4.tgz#89ee9037683cca01cd60f1a6bbda761457dd6ba5"
|
||||
integrity sha512-resueRJzmHG9Q6rI/DfK6Kdv9/Lfls05vzMs1Sk3M2P+3cJa+MakaZyWY8IPfehVuhPJFKrIY1IK4GqbiaiY5w==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.18.3"
|
||||
react-is "^18.2.0"
|
||||
|
||||
react-app-polyfill@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz#95221e0a9bd259e5ca6b177c7bb1cb6768f68fd7"
|
||||
|
||||
Reference in New Issue
Block a user