Skip to content

Commit

Permalink
refactor: replace lodash.isEqual with react-fast-compare (#2925)
Browse files Browse the repository at this point in the history
* fix: 解决微信小程序滚动报错问题

* fix(countup): 分隔符文字颜色支持css变量修改

* refactor: replace lodash.isEqual with react-fast-compare

* fix: update case

* fix: update lock文件

* fix: update lock文件
  • Loading branch information
irisSong authored Jan 7, 2025
1 parent 3a8fea2 commit 1539068
Show file tree
Hide file tree
Showing 5 changed files with 5,771 additions and 7,240 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@use-gesture/react": "10.2.20",
"async-validator": "^4.2.5",
"classnames": "^2.5.1",
"lodash.isequal": "^4.5.0",
"react-fast-compare": "^3.2.2",
"lodash.kebabcase": "^4.1.1",
"lottie-miniprogram": "^1.0.12",
"lottie-react": "^2.4.0",
Expand Down Expand Up @@ -141,7 +141,6 @@
"@testing-library/react": "^16.0.0",
"@types/fs-extra": "^11.0.4",
"@types/loadable__component": "^5.13.8",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.11.19",
"@types/postcss-import": "^14.0.3",
Expand Down
Loading

0 comments on commit 1539068

Please sign in to comment.