Skip to content

Commit

Permalink
bump packages (#11325)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR authored Nov 20, 2023
1 parent 3d25a9e commit 7e1b9ce
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 207 deletions.
26 changes: 13 additions & 13 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepublishOnly": "pnpm compile && ./scripts/prepublish_generate_abi_folder",
"publish-beta": "pnpm publish --tag beta",
"publish-prod": "npm dist-tag add @chainlink/[email protected] latest",
"solhint": "solhint --max-warnings 371 \"./src/v0.8/**/*.sol\""
"solhint": "solhint --max-warnings 369 \"./src/v0.8/**/*.sol\""
},
"files": [
"src/v0.8",
Expand Down Expand Up @@ -47,40 +47,40 @@
"@typechain/ethers-v5": "^7.2.0",
"@typechain/hardhat": "^7.0.0",
"@types/cbor": "5.0.1",
"@types/chai": "^4.3.9",
"@types/debug": "^4.1.10",
"@types/deep-equal-in-any-order": "^1.0.2",
"@types/mocha": "^10.0.3",
"@types/node": "^16.18.58",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@types/chai": "^4.3.10",
"@types/debug": "^4.1.12",
"@types/deep-equal-in-any-order": "^1.0.3",
"@types/mocha": "^10.0.4",
"@types/node": "^16.18.61",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"abi-to-sol": "^0.6.6",
"cbor": "^5.2.0",
"chai": "^4.3.10",
"debug": "^4.3.4",
"eslint": "^8.51.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"deep-equal-in-any-order": "^2.0.6",
"eslint-plugin-prettier": "^5.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "~5.7.2",
"hardhat": "~2.18.1",
"hardhat": "~2.19.1",
"hardhat-abi-exporter": "^2.10.1",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-ignore-warnings": "^0.2.6",
"istanbul": "^0.4.5",
"moment": "^2.29.4",
"prettier": "^3.0.3",
"prettier-plugin-solidity": "1.1.4-dev",
"prettier": "^3.1.0",
"prettier-plugin-solidity": "1.2.0",
"rlp": "^2.2.7",
"solhint": "^4.0.0",
"solhint-plugin-chainlink-solidity": "git+https://github.com/smartcontractkit/chainlink-solhint-rules.git#v1.2.0",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "^0.8.5",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typechain": "^8.2.0",
"typechain": "^8.2.1",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 7e1b9ce

Please sign in to comment.