Skip to content

Commit

Permalink
build: update yarn and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedali8 committed Jan 31, 2024
1 parent 9184feb commit 63b6383
Show file tree
Hide file tree
Showing 5 changed files with 1,374 additions and 1,325 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
2 changes: 1 addition & 1 deletion lib/forge-std
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,44 +31,44 @@
},
"devDependencies": {
"@ethersproject/bignumber": "^5.7.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.3",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.4",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.3",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.11",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"chai": "4.4.0",
"@types/node": "^20.11.13",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"chai": "4.4.1",
"chalk": "4.1.2",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "6.9.2",
"ethers": "6.10.0",
"evm-bn": "^1.1.2",
"fs-extra": "^11.2.0",
"hardhat": "2.19.4",
"hardhat": "2.19.5",
"hardhat-contract-sizer": "2.10.0",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy-ethers": "^0.4.1",
"hardhat-gas-reporter": "1.0.9",
"hardhat-gas-reporter": "1.0.10",
"hardhat-preprocessor": "^0.1.5",
"hardhat-test-suite-generator": "^2.0.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"shx": "0.3.4",
"solhint-community": "^3.7.0",
"solidity-coverage": "0.8.5",
"solidity-coverage": "0.8.6",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
Expand All @@ -88,5 +88,5 @@
"template"
],
"license": "UNLICENSED",
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit 63b6383

Please sign in to comment.