Skip to content

Commit

Permalink
feat: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dristpunk committed Nov 14, 2023
1 parent b38d088 commit 950e29e
Show file tree
Hide file tree
Showing 3 changed files with 334 additions and 374 deletions.
14 changes: 7 additions & 7 deletions out/Greeter.sol/Greeter.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,13 @@
},
"settings": {
"remappings": [
":contracts/=solidity/contracts/",
":ds-test/=node_modules/ds-test/src/",
":forge-std/=node_modules/forge-std/src/",
":interfaces/=solidity/interfaces/",
":isolmate/=node_modules/isolmate/src/",
":prb/test/=node_modules/prb/test/src/",
":test/=solidity/test/"
"contracts/=solidity/contracts/",
"ds-test/=node_modules/ds-test/src/",
"forge-std/=node_modules/forge-std/src/",
"interfaces/=solidity/interfaces/",
"isolmate/=node_modules/isolmate/src/",
"prb/test/=node_modules/prb/test/src/",
"test/=solidity/test/"
],
"optimizer": {
"enabled": true,
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@
"package.json": "sort-package-json"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.0",
"ds-test": "github:dapphub/ds-test#e282159",
"forge-std": "github:foundry-rs/forge-std#v1.5.6",
"isolmate": "github:defi-wonderland/isolmate#59e1804",
"prb/test": "github:paulrberg/prb-test#a245c71"
"prb/test": "github:paulrberg/prb-test#a245c71",
"semver": ">=5.7.2"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
Expand Down
Loading

0 comments on commit 950e29e

Please sign in to comment.