Skip to content

Commit

Permalink
Merge pull request #1327 from privacy-scaling-explorations/fix/build
Browse files Browse the repository at this point in the history
fix(build): add missing typescript dependency for integration tests package
  • Loading branch information
0xmad authored Mar 29, 2024
2 parents 57300c0 + 4f34d4e commit dfb452b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integrationTests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.0.3",
"mocha": "^10.3.0",
"ts-mocha": "^10.0.0"
"ts-mocha": "^10.0.0",
"typescript": "^5.4.3"
},
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dfb452b

Please sign in to comment.