Skip to content

Commit 3e7c375

Browse files
committed
chore: pin updated package versions
1 parent 84ca045 commit 3e7c375

File tree

3 files changed

+56
-54
lines changed

3 files changed

+56
-54
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"@fuels/eslint-plugin": "0.20.0",
3333
"@fuels/prettier-config": "0.0.10",
3434
"@fuels/ts-config": "0.0.10",
35-
"eslint": "^8.49.0",
35+
"eslint": "8.49.0",
3636
"fuels": "0.94.0",
37-
"prettier": "^2.7.1",
38-
"tsup": "^7.2.0",
39-
"tsx": "^3.12.7",
40-
"turbo": "^1.10.7"
37+
"prettier": "2.7.1",
38+
"tsup": "7.2.0",
39+
"tsx": "3.12.7",
40+
"turbo": "1.10.7"
4141
},
4242
"devDependencies": {
4343
"@changesets/cli": "2.26.2",

packages/solidity-contracts/package.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -30,47 +30,47 @@
3030
"lint": "prettier --list-different --plugin=prettier-plugin-solidity 'contracts/**/*.sol'"
3131
},
3232
"devDependencies": {
33-
"@fuel-ts/merkle": "^0.21.2",
34-
"@inquirer/prompts": "^5.3.8",
35-
"@nomicfoundation/hardhat-chai-matchers": "^2.0.4",
36-
"@nomicfoundation/hardhat-ethers": "^3.0.5",
37-
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
33+
"@fuel-ts/merkle": "0.21.2",
34+
"@inquirer/prompts": "5.3.8",
35+
"@nomicfoundation/hardhat-chai-matchers": "2.0.4",
36+
"@nomicfoundation/hardhat-ethers": "3.0.5",
37+
"@nomicfoundation/hardhat-network-helpers": "1.0.10",
3838
"@nomicfoundation/hardhat-verify": "1.1.1",
39-
"@openzeppelin/contracts": "^4.8.3",
40-
"@openzeppelin/contracts-upgradeable": "^4.8.3",
41-
"@openzeppelin/hardhat-upgrades": "^3.0.4",
42-
"@typechain/ethers-v6": "^0.5.1",
43-
"@typechain/hardhat": "^9.1.0",
44-
"@types/chai": "^4.3.4",
39+
"@openzeppelin/contracts": "4.8.3",
40+
"@openzeppelin/contracts-upgradeable": "4.8.3",
41+
"@openzeppelin/hardhat-upgrades": "3.0.4",
42+
"@typechain/ethers-v6": "0.5.1",
43+
"@typechain/hardhat": "9.1.0",
44+
"@types/chai": "4.3.4",
4545
"@types/cors": "2.8.17",
46-
"@types/express": "^4.17.14",
47-
"@types/lodash": "^4.14.202",
48-
"@types/mocha": "^10.0.0",
49-
"@types/node": "^18.11.9",
50-
"@typescript-eslint/eslint-plugin": "^5.43.0",
51-
"@typescript-eslint/parser": "^5.43.0",
52-
"chai": "^4.3.7",
46+
"@types/express": "4.17.14",
47+
"@types/lodash": "4.14.202",
48+
"@types/mocha": "10.0.0",
49+
"@types/node": "18.11.9",
50+
"@typescript-eslint/eslint-plugin": "5.43.0",
51+
"@typescript-eslint/parser": "5.43.0",
52+
"chai": "4.3.7",
5353
"cors": "2.8.5",
54-
"dotenv": "^16.0.3",
54+
"dotenv": "16.0.3",
5555
"ethers": "6.13.1",
56-
"express": "^4.18.2",
56+
"express": "4.18.2",
5757
"fuels": "0.94.0",
58-
"hardhat": "^2.20.1",
59-
"hardhat-deploy": "^0.12.4",
60-
"inquirer": "^10.1.8",
61-
"lodash": "^4.17.21",
62-
"markdownlint": "^0.26.2",
63-
"markdownlint-cli": "^0.32.2",
64-
"node-fetch": "^2.6.6",
65-
"npm-run-all": "^4.1.5",
66-
"prettier-plugin-solidity": "^1.1.3",
67-
"solc": "^0.8.17",
58+
"hardhat": "2.20.1",
59+
"hardhat-deploy": "0.12.4",
60+
"inquirer": "10.1.8",
61+
"lodash": "4.17.21",
62+
"markdownlint": "0.26.2",
63+
"markdownlint-cli": "0.32.2",
64+
"node-fetch": "2.6.7",
65+
"npm-run-all": "4.1.5",
66+
"prettier-plugin-solidity": "1.1.3",
67+
"solc": "0.8.17",
6868
"solhint": "3.3.7",
69-
"solidity-coverage": "^0.8.5",
70-
"ts-generator": "^0.1.1",
71-
"ts-node": "^10.9.1",
72-
"tsup": "^7.2.0",
73-
"typechain": "^8.3.2",
74-
"typescript": "^4.9.3"
69+
"solidity-coverage": "0.8.5",
70+
"ts-generator": "0.1.1",
71+
"ts-node": "10.9.1",
72+
"tsup": "7.2.0",
73+
"typechain": "8.3.2",
74+
"typescript": "4.9.3"
7575
}
7676
}

pnpm-lock.yaml

+15-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)