Skip to content

Commit

Permalink
chore: pin updated package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Aug 27, 2024
1 parent 84ca045 commit 3e7c375
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 54 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"@fuels/eslint-plugin": "0.20.0",
"@fuels/prettier-config": "0.0.10",
"@fuels/ts-config": "0.0.10",
"eslint": "^8.49.0",
"eslint": "8.49.0",
"fuels": "0.94.0",
"prettier": "^2.7.1",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"turbo": "^1.10.7"
"prettier": "2.7.1",
"tsup": "7.2.0",
"tsx": "3.12.7",
"turbo": "1.10.7"
},
"devDependencies": {
"@changesets/cli": "2.26.2",
Expand Down
72 changes: 36 additions & 36 deletions packages/solidity-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,47 +30,47 @@
"lint": "prettier --list-different --plugin=prettier-plugin-solidity 'contracts/**/*.sol'"
},
"devDependencies": {
"@fuel-ts/merkle": "^0.21.2",
"@inquirer/prompts": "^5.3.8",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.4",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@fuel-ts/merkle": "0.21.2",
"@inquirer/prompts": "5.3.8",
"@nomicfoundation/hardhat-chai-matchers": "2.0.4",
"@nomicfoundation/hardhat-ethers": "3.0.5",
"@nomicfoundation/hardhat-network-helpers": "1.0.10",
"@nomicfoundation/hardhat-verify": "1.1.1",
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.3",
"@openzeppelin/hardhat-upgrades": "^3.0.4",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.4",
"@openzeppelin/contracts": "4.8.3",
"@openzeppelin/contracts-upgradeable": "4.8.3",
"@openzeppelin/hardhat-upgrades": "3.0.4",
"@typechain/ethers-v6": "0.5.1",
"@typechain/hardhat": "9.1.0",
"@types/chai": "4.3.4",
"@types/cors": "2.8.17",
"@types/express": "^4.17.14",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"chai": "^4.3.7",
"@types/express": "4.17.14",
"@types/lodash": "4.14.202",
"@types/mocha": "10.0.0",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"chai": "4.3.7",
"cors": "2.8.5",
"dotenv": "^16.0.3",
"dotenv": "16.0.3",
"ethers": "6.13.1",
"express": "^4.18.2",
"express": "4.18.2",
"fuels": "0.94.0",
"hardhat": "^2.20.1",
"hardhat-deploy": "^0.12.4",
"inquirer": "^10.1.8",
"lodash": "^4.17.21",
"markdownlint": "^0.26.2",
"markdownlint-cli": "^0.32.2",
"node-fetch": "^2.6.6",
"npm-run-all": "^4.1.5",
"prettier-plugin-solidity": "^1.1.3",
"solc": "^0.8.17",
"hardhat": "2.20.1",
"hardhat-deploy": "0.12.4",
"inquirer": "10.1.8",
"lodash": "4.17.21",
"markdownlint": "0.26.2",
"markdownlint-cli": "0.32.2",
"node-fetch": "2.6.7",
"npm-run-all": "4.1.5",
"prettier-plugin-solidity": "1.1.3",
"solc": "0.8.17",
"solhint": "3.3.7",
"solidity-coverage": "^0.8.5",
"ts-generator": "^0.1.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typechain": "^8.3.2",
"typescript": "^4.9.3"
"solidity-coverage": "0.8.5",
"ts-generator": "0.1.1",
"ts-node": "10.9.1",
"tsup": "7.2.0",
"typechain": "8.3.2",
"typescript": "4.9.3"
}
}
28 changes: 15 additions & 13 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 3e7c375

Please sign in to comment.