Skip to content

Commit

Permalink
Merge pull request #181 from corpus-io/feature/updatePackages
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
malteish authored Sep 5, 2023
2 parents b8e1dbc + 206f9ce commit a1e0f3f
Show file tree
Hide file tree
Showing 2 changed files with 996 additions and 785 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@
},
"dependencies": {
"@opengsn/contracts": "2.2.5",
"@openzeppelin/contracts": "4.9.1",
"@openzeppelin/contracts": "4.9.3",
"@openzeppelin/contracts-upgradeable": "4.9.3"
},
"scripts": {
"prepack": "yarn npmignore --auto && yarn test && yarn build ",
"build": "yarn hardhat compile && yarn tsc --declaration",
"test": "forge test --no-match-test Mainnet",
"coverage": "forge coverage --report lcov && genhtml lcov.info --branch-coverage --output-directory=./coverage"
"coverage": "forge coverage --report lcov && genhtml lcov.info --branch-coverage --output-directory=./coverage",
"clean": "yarn hardhat clean && forge clean"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit a1e0f3f

Please sign in to comment.