30
30
"lint" : " prettier --list-different --plugin=prettier-plugin-solidity 'contracts/**/*.sol'"
31
31
},
32
32
"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" ,
38
38
"@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" ,
45
45
"@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" ,
53
53
"cors" : " 2.8.5" ,
54
- "dotenv" : " ^ 16.0.3" ,
54
+ "dotenv" : " 16.0.3" ,
55
55
"ethers" : " 6.13.1" ,
56
- "express" : " ^ 4.18.2" ,
56
+ "express" : " 4.18.2" ,
57
57
"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" ,
68
68
"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"
75
75
}
76
76
}
0 commit comments