Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Mar 21, 2024
1 parent ece0e75 commit 8ed059a
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 757 deletions.
Empty file removed accounts/safe7579/notes.txt
Empty file.
16 changes: 8 additions & 8 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"url": "https://github.com/rhinestonewtf/modulekit/issues"
},
"devDependencies": {
"@ERC4337/account-abstraction": "github:kopy-kat/account-abstraction#develop",
"@ERC4337/account-abstraction-v0.6": "github:eth-infinitism/account-abstraction#v0.6.0",
"@openzeppelin/contracts": "5.0.1",
"@prb/math": "^4.0.2",
"@rhinestone/safe7579": "workspace:*",
"@rhinestone/sessionkeymanager": "workspace:*",
"@prb/math": "^4.0.2",
"erc4337-validation": "github:rhinestonewtf/erc4337-validation",
"@ERC4337/account-abstraction": "github:kopy-kat/account-abstraction#develop",
"@safe-global/safe-contracts": "^1.4.1",
"@ERC4337/account-abstraction-v0.6": "github:eth-infinitism/account-abstraction#v0.6.0",
"forge-std": "github:foundry-rs/forge-std",
"ds-test": "github:dapphub/ds-test",
"erc4337-validation": "github:rhinestonewtf/erc4337-validation",
"erc7579": "github:erc7579/erc7579-implementation",
"forge-std": "github:foundry-rs/forge-std",
"prettier": "^2.8.8",
"sentinellist": "github:zeroknots/sentinellist",
"solady": "github:vectorized/solady",
"solarray": "github:sablier-labs/solarray",
"solmate": "github:transmissions11/solmate",
"solhint": "^4.1.1",
"prettier": "^2.8.8"
"solhint": "^4.5.2",
"solmate": "github:transmissions11/solmate"
},
"files": [
"artifacts",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
"accounts/**"
],
"devDependencies": {
"erc7579": "github:erc7579/erc7579-implementation",
"prettier": "^2.8.8",
"solhint": "^4.1.1"
"solhint": "^4.5.2"
},
"files": [
"accounts",
Expand Down
1 change: 1 addition & 0 deletions packages/modulekit/remappings.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@rhinestone/=node_modules/@rhinestone/
@rhinestone/sessionkeymanager/=node_modules/@rhinestone/sessionkeymanager/
@ERC4337/=node_modules/@ERC4337/
account-abstraction/=node_modules/@ERC4337/account-abstraction/contracts/
account-abstraction-v0.6/=node_modules/@ERC4337/account-abstraction-v0.6/contracts/
Expand Down
Loading

0 comments on commit 8ed059a

Please sign in to comment.