Skip to content

Commit

Permalink
Remove lodash.isEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkao committed Sep 13, 2024
1 parent d4b31c4 commit ae4dcec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion packages/widget-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"jotai-effect": "^1.0.2",
"jotai-tanstack-query": "^0.8.6",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"match-sorter": "^6.3.4",
"pluralize": "^8.0.0",
"rc-virtual-list": "^3.14.5",
Expand Down
1 change: 0 additions & 1 deletion packages/widget-v2/src/state/skipClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { atomWithQuery } from "jotai-tanstack-query";
import { apiURL, endpointOptions } from "@/constants/skipClientDefault";
import { debouncedDestinationAssetAmount, debouncedSourceAssetAmount, destinationAssetAtom, routeAmountEffect, sourceAssetAtom, swapDirectionAtom } from "./swapPage";
import { getAmountWei } from "@/utils/number";
import { atomWithDebounce } from "@/utils/atomWithDebounce";

export const skipClientConfigAtom = atom<SkipClientOptions>({
apiURL,
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23039,7 +23039,7 @@ __metadata:
languageName: node
linkType: hard

"lodash.isequal@npm:4.5.0, lodash.isequal@npm:^4.5.0":
"lodash.isequal@npm:4.5.0":
version: 4.5.0
resolution: "lodash.isequal@npm:4.5.0"
checksum: da27515dc5230eb1140ba65ff8de3613649620e8656b19a6270afe4866b7bd461d9ba2ac8a48dcc57f7adac4ee80e1de9f965d89d4d81a0ad52bb3eec2609644
Expand Down Expand Up @@ -31129,7 +31129,6 @@ __metadata:
jotai-effect: ^1.0.2
jotai-tanstack-query: ^0.8.6
lodash.debounce: ^4.0.8
lodash.isequal: ^4.5.0
match-sorter: ^6.3.4
pluralize: ^8.0.0
rc-virtual-list: ^3.14.5
Expand Down

0 comments on commit ae4dcec

Please sign in to comment.