Skip to content

Commit

Permalink
build: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pegahcarter committed Jan 16, 2024
1 parent 355b4ad commit da9eece
Show file tree
Hide file tree
Showing 2 changed files with 924 additions and 5,266 deletions.
33 changes: 15 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,27 @@
"dependencies": {
"@chainlink/contracts": "^0.6.1",
"@openzeppelin/contracts": "^5.0.1",
"@solidity-parser/parser": "^0.17.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.15.11",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.7",
"change-case": "^4.1.2",
"commander": "^10.0.0",
"date-fns": "^2.29.3",
"commander": "^10.0.1",
"date-fns": "^2.30.0",
"ds-test": "github:dapphub/ds-test",
"forge-std": "github:foundry-rs/forge-std#e8a047e3f40f13fa37af6fe14e6e06283d9a060e",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"nodemon": "^3.0.1",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.3",
"solc": "^0.8.19",
"solhint": "^3.4.0",
"solhint-plugin-prettier": "^0.0.5",
"solidity-bytes-utils": "github:GNSPS/solidity-bytes-utils",
"solidity-parser": "^0.4.0",
"lint-staged": "^13.3.0",
"prettier": "^3.2.2",
"prettier-plugin-solidity": "^1.3.1",
"solc": "^0.8.23",
"solhint": "^3.6.2",
"solhint-plugin-prettier": "^0.1.0",
"solidity-bytes-utils": "^0.8.2",
"toml": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"devDependencies": {
"glob": "^10.2.1"
"glob": "^10.3.10"
}
}
Loading

0 comments on commit da9eece

Please sign in to comment.