Skip to content

Commit

Permalink
renaming deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Mar 20, 2024
1 parent d37a77a commit 4869a6d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion accounts/safe7579/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/rhinestonewtf/modulekit/issues"
},
"devDependencies": {
"@rhinestone/modulekit": "workspace:*",
"@rhinestone/modulekit-foundry": "workspace:*",
"@rhinestone/sessionkeymanager": "workspace:*",
"@safe-global/safe-contracts": "^1.4.1",
"@openzeppelin/contracts": "5.0.1",
Expand Down
1 change: 0 additions & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"devDependencies": {
"@openzeppelin/contracts": "5.0.1",
"@rhinestone/modulekit": "workspace:*",
"@rhinestone/safe7579": "workspace:*",
"@rhinestone/sessionkeymanager": "workspace:*",
"@prb/math": "^4.0.2",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
],
"dependencies": {},
"devDependencies": {
"@rhinestone/sessionkeymanager": "workspace:*",
"@rhinestone/safe7579": "workspace:*",
"@rhinestone/modulekit": "workspace:*",
"prettier": "^2.8.8",
"solhint": "^4.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/SessionKeyManager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/rhinestonewtf/modulekit/issues"
},
"devDependencies": {
"@rhinestone/modulekit": "workspace:*",
"@rhinestone/modulekit-foundry": "workspace:*",
"ds-test": "github:dapphub/ds-test",
"@ERC4337/account-abstraction": "github:kopy-kat/account-abstraction#develop",
"@ERC4337/account-abstraction-v0.6": "github:eth-infinitism/account-abstraction#v0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/modulekit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@rhinestone/modulekit",
"name": "@rhinestone/modulekit-foundry",
"description": "ModuleKit is a development toolkit to build Smart Account Modules",
"license": "MIT",
"version": "0.3.1",
Expand Down

0 comments on commit 4869a6d

Please sign in to comment.