Skip to content

Commit

Permalink
add missing safe-stable-stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Sep 2, 2024
1 parent da38428 commit e1c382e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"dependencies": {
"ajv-formats": "^3.0.1",
"ethers": "5.7.2"
"ethers": "5.7.2",
"safe-stable-stringify": "2.4.3"
},
"devDependencies": {
"jest": "^29.7.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2277,6 +2277,7 @@ __metadata:
ajv-formats: ^3.0.1
ethers: 5.7.2
jest: ^29.7.0
safe-stable-stringify: 2.4.3
ts-jest: ^29.1.4
typescript: ^4.4.2
languageName: unknown
Expand Down Expand Up @@ -28270,7 +28271,7 @@ __metadata:
languageName: node
linkType: hard

"safe-stable-stringify@npm:^2.1.0, safe-stable-stringify@npm:^2.3.1, safe-stable-stringify@npm:^2.4.3":
"safe-stable-stringify@npm:2.4.3, safe-stable-stringify@npm:^2.1.0, safe-stable-stringify@npm:^2.3.1, safe-stable-stringify@npm:^2.4.3":
version: 2.4.3
resolution: "safe-stable-stringify@npm:2.4.3"
checksum: 3aeb64449706ee1f5ad2459fc99648b131d48e7a1fbb608d7c628020177512dc9d94108a5cb61bbc953985d313d0afea6566d243237743e02870490afef04b43
Expand Down

0 comments on commit e1c382e

Please sign in to comment.