Skip to content

Commit

Permalink
chore: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed May 13, 2024
1 parent 420f62e commit 9417dcf
Show file tree
Hide file tree
Showing 5 changed files with 9,049 additions and 10,327 deletions.
1 change: 0 additions & 1 deletion contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import "hardhat-deploy-ethers";
import "hardhat-watcher";
import "hardhat-docgen";
import "hardhat-contract-sizer";
import "hardhat-tracer";
require("./scripts/simulations/tasks");
require("./scripts/populatePolicyRegistry");
require("./scripts/populateCourts");
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
"hardhat-deploy-tenderly": "^0.2.0",
"hardhat-docgen": "^1.3.0",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-tracer": "^2.7.0",
"hardhat-watcher": "^2.5.0",
"node-fetch": "^3.3.2",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
"shelljs": "^0.8.5",
"solc": "^0.8.25",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "0.8.2",
"ts-node": "^10.9.2",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.0",
"process": "^0.11.10",
"string_decoder": "^1.3.0"
"string_decoder": "^1.3.0",
"vm-browserify": "^1.1.2"
},
"resolutions": {
"async@npm^2.4.0": "^2.6.4",
Expand Down
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"@tanstack/react-query": "^4.28.0",
"@tractors/lifi-sdk-parcel": "^2.5.3",
"@types/react-modal": "^3.16.3",
"@walletconnect/utils": "^2.12.1",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"@yornaath/batshit": "^0.9.0",
Expand Down
Loading

0 comments on commit 9417dcf

Please sign in to comment.