Skip to content

Commit

Permalink
fix:remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Oct 13, 2024
1 parent 7632ed0 commit edc1ec6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node-linker=hoisted
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@
"url": "https://github.com/bcnmy"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.2",
"@rhinestone/modulekit": "^0.4.10",
"@uniswap/v3-core": "https://github.com/Uniswap/v3-core#0.8",
"@uniswap/v3-periphery": "https://github.com/Uniswap/v3-periphery#0.8",
"accountabstraction": "https://github.com/eth-infinitism/account-abstraction#develop",
"nexus": "https://github.com/bcnmy/nexus#dev"
},
"devDependencies": {
"erc7579": "https://github.com/erc7579/erc7579-implementation",
"@openzeppelin": "https://github.com/OpenZeppelin/openzeppelin-contracts#master",
"excessively-safe-call": "github:nomad-xyz/ExcessivelySafeCall",
"@bonadocs/docgen": "^1.0.1-alpha.1",
"@ethersproject/abstract-provider": "^5.7.0",
"@openzeppelin": "https://github.com/OpenZeppelin/openzeppelin-contracts#master",
"@prb/test": "^0.6.4",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^4.3.11",
Expand All @@ -27,7 +26,9 @@
"account-abstraction": "github:eth-infinitism/account-abstraction#develop",
"chai": "^4.3.7",
"codecov": "^3.8.3",
"erc7579": "https://github.com/erc7579/erc7579-implementation",
"ethers": "^6.11.1",
"excessively-safe-call": "github:nomad-xyz/ExcessivelySafeCall",
"module-bases": "github:rhinestonewtf/module-bases",
"modulekit": "github:rhinestonewtf/modulekit",
"prettier": "^3.2.5",
Expand Down
6 changes: 3 additions & 3 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@openzeppelin/contracts/=node_modules/@openzeppelin/.ignored_contracts/
@openzeppelin/=node_modules/@openzeppelin/.ignored_contracts
@openzeppelin/contracts/contracts/=node_modules/@openzeppelin/.ignored_contracts/
@openzeppelin/contracts/=node_modules/@openzeppelin/contracts/
@openzeppelin/=node_modules/@openzeppelin/contracts
@openzeppelin/contracts/contracts/=node_modules/@openzeppelin/contracts/
@prb/test/=node_modules/@prb/test/
@nexus/=node_modules/nexus/
forge-std/=lib/forge-std/src/
Expand Down

0 comments on commit edc1ec6

Please sign in to comment.