-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: changed from lodash to es-toolkit (#18162)
* fix: changed from lodash to lodash-es * fix: fixed import * fix: removed console log * test: added transform to the jest.e2e.config.js as well * fix: fixed examples folders to add type module * fix: roll back example folder * fix: removed omit from lodash to use pure JS * fix: added es-toolkit in throttle method in Slider * feat: added es-toolkit for debounce as well * fix: ran yarn * fix: yarn dedupe * test: added skip to failing test in the CI --------- Co-authored-by: Taylor Jones <[email protected]>
- Loading branch information
1 parent
9333db9
commit 4cf18d3
Showing
14 changed files
with
28 additions
and
43 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+691 KB
...lkit-npm-1.27.0-cc8e376cdb-637fb282c1.zip → ...lkit-npm-1.29.0-b51b9a43f3-3985879b51.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2018,14 +2018,12 @@ __metadata: | |
css-loader: "npm:^7.0.0" | ||
downshift: "npm:9.0.8" | ||
enquirer: "npm:^2.3.6" | ||
es-toolkit: "npm:^1.27.0" | ||
fast-glob: "npm:^3.2.7" | ||
flatpickr: "npm:4.6.13" | ||
fs-extra: "npm:^11.0.0" | ||
html-webpack-plugin: "npm:^5.5.0" | ||
invariant: "npm:^2.2.3" | ||
lodash.debounce: "npm:^4.0.8" | ||
lodash.omit: "npm:^4.5.0" | ||
lodash.throttle: "npm:^4.1.1" | ||
mini-css-extract-plugin: "npm:^2.4.5" | ||
postcss: "npm:^8.4.5" | ||
postcss-loader: "npm:^8.0.0" | ||
|
@@ -12537,15 +12535,15 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"es-toolkit@npm:^1.22.0": | ||
version: 1.27.0 | ||
resolution: "es-toolkit@npm:1.27.0" | ||
"es-toolkit@npm:^1.22.0, es-toolkit@npm:^1.27.0": | ||
version: 1.29.0 | ||
resolution: "es-toolkit@npm:1.29.0" | ||
dependenciesMeta: | ||
"@trivago/[email protected]": | ||
unplugged: true | ||
[email protected]: | ||
unplugged: true | ||
checksum: 10/637fb282c17614143aa185f20b44a7b113157b103a92e20d7c483da24170710cf01a5f93285737e33364b03f773765bc4276ccbbfc65702387173c34ec7a259b | ||
checksum: 10/3985879b51f9e8bb7233528c8c7dc7988a9b1a6b755ec167531ff4fcaa7da199d147c3efba714b5e43d68936fa1bbca9cdea4f7e7e1506817bf1c7306828bbca | ||
languageName: node | ||
linkType: hard | ||
|
||
|
@@ -18680,13 +18678,6 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"lodash.omit@npm:^4.5.0": | ||
version: 4.5.0 | ||
resolution: "lodash.omit@npm:4.5.0" | ||
checksum: 10/f5c67cd1df11f1275662060febb629a4d4e7b547c4bea66454508b5e6096162c2af882aab1ff8cb5dcf2b328f22252416de6ca9c1334588f6310edfac525e511 | ||
languageName: node | ||
linkType: hard | ||
|
||
"lodash.snakecase@npm:^4.1.1": | ||
version: 4.1.1 | ||
resolution: "lodash.snakecase@npm:4.1.1" | ||
|
@@ -18729,13 +18720,6 @@ __metadata: | |
languageName: node | ||
linkType: hard | ||
|
||
"lodash.throttle@npm:^4.1.1": | ||
version: 4.1.1 | ||
resolution: "lodash.throttle@npm:4.1.1" | ||
checksum: 10/9be9fb2ffd686c20543167883305542f4564062a5f712a40e8c6f2f0d9fd8254a6e9d801c2470b1b24e0cdf2ae83c1277b55aa0fb4799a2db6daf545f53820e1 | ||
languageName: node | ||
linkType: hard | ||
|
||
"lodash.truncate@npm:^4.4.2": | ||
version: 4.4.2 | ||
resolution: "lodash.truncate@npm:4.4.2" | ||
|