Skip to content

Commit 5f24430

Browse files
committed
chore: drop un-used dequal
I was tried to use `dequal` to replace our own home-baked deep equal, however I gave up: - Even with `dequal/lite`, it still check `Date` and `RegExp`, both we don't actually need - `dequal` considers `NaN deep equal NaN` where we do not Thus I have turn to optimize existing impl instead. This dependency can be removed
1 parent af4f397 commit 5f24430

2 files changed

Lines changed: 12 additions & 259 deletions

File tree

packages/shared/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"@hey-api/types": "workspace:*",
4646
"ansi-colors": "4.1.3",
4747
"cross-spawn": "7.0.6",
48-
"dequal": "2.0.3",
4948
"open": "11.0.0",
5049
"semver": "7.7.4"
5150
},

pnpm-lock.yaml

Lines changed: 12 additions & 258 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)