Skip to content

Commit

Permalink
Update package.json and remappings.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Sep 17, 2024
1 parent db8b924 commit c4d0a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"url": "https://github.com/bcnmy"
},
"dependencies": {
"@biconomy-devx/erc7579-msa": "^0.0.4",
"@openzeppelin/contracts": "^5.0.1"
"@biconomy-devx/erc7579-msa": "^0.0.4"
},
"devDependencies": {
"@bonadocs/docgen": "^1.0.1-alpha.1",
Expand All @@ -20,6 +19,7 @@
"@types/node": ">=20.11.19",
"account-abstraction": "github:eth-infinitism/account-abstraction#develop",
"chai": "^4.3.7",
"@openzeppelin": "https://github.com/OpenZeppelin/openzeppelin-contracts/",
"codecov": "^3.8.3",
"ethers": "^6.11.1",
"modulekit": "github:rhinestonewtf/modulekit",
Expand Down
2 changes: 1 addition & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@openzeppelin/=lib/openzeppelin-contracts/contracts/
@openzeppelin/=node_modules/@openzeppelin/contracts/
@prb/test/=node_modules/@prb/test/
@nexus/=lib/nexus/
@forge-std/=lib/forge-std/
Expand Down

0 comments on commit c4d0a64

Please sign in to comment.