Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
planttheidea committed Feb 26, 2023
1 parent 319c4d6 commit 74fc440
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 168 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="https://img.shields.io/badge/coverage-100%25-brightgreen.svg"/>
<img src="https://img.shields.io/badge/license-MIT-blue.svg"/>

Perform [blazing fast](#benchmarks) equality comparisons (either deep or shallow) on two objects passed. It has no dependencies, and is ~1.75kB when minified and gzipped.
Perform [blazing fast](#benchmarks) equality comparisons (either deep or shallow) on two objects passed. It has no dependencies, and is ~1.74kB when minified and gzipped.

Unlike most equality validation libraries, the following types are handled out-of-the-box:

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.184",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"@types/ramda": "^0.28.23",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"decircularize": "^1.0.0",
"deep-eql": "^4.1.0",
"deep-equal": "^2.0.5",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-webpack-plugin": "^4.0.0",
"fast-deep-equal": "^3.1.3",
Expand All @@ -38,7 +38,7 @@
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.0",
"release-it": "^15.6.0",
"rollup": "^3.16.0",
"rollup": "^3.17.3",
"shallow-equal-fuzzy": "^0.0.2",
"tinybench": "^2.3.1",
"ts-jest": "^29.0.3",
Expand Down
Loading

0 comments on commit 74fc440

Please sign in to comment.