Skip to content

Commit

Permalink
remove incorrect npm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgj committed Sep 20, 2024
1 parent 14d807a commit 5a294c9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"license": "MIT",
"dependencies": {
"solmate": "^6.2.0",
"forge-std": "^1.6.0",
"@openzeppelin/contracts": "^5.0.0"
}
}
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
# yarn lockfile v1


"@openzeppelin/contracts@^5.0.0":
version "5.0.2"
resolved "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-5.0.2.tgz"
integrity sha512-ytPc6eLGcHHnapAZ9S+5qsdomhjo6QBHTDRRBFfTxXIpsicMhVPouPgmUPebZZZGX7vt9USA+Z+0M0dSVtSUEA==

solmate@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/solmate/-/solmate-6.2.0.tgz#edd29b5f3d6faafafdcf65fe4d1d959b4841cfa8"
resolved "https://registry.npmjs.org/solmate/-/solmate-6.2.0.tgz"
integrity sha512-AM38ioQ2P8zRsA42zenb9or6OybRjOLXIu3lhIT8rhddUuduCt76pUEuLxOIg9GByGojGz+EbpFdCB6B+QZVVA==

0 comments on commit 5a294c9

Please sign in to comment.