Skip to content

Commit b7fe7d5

Browse files
committed
tempalte update
1 parent 98e07b4 commit b7fe7d5

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

packages/hardhat-deploy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# hardhat-deploy
22

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- fix template
8+
39
## 2.0.4
410

511
### Patch Changes

packages/hardhat-deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardhat-deploy",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Hardhat plugin for replicable smart contract deployments and easy testing across multiple EVM chains, with support for proxies, diamonds, named accounts, and deployment fixtures",
55
"keywords": [
66
"hardhat",

templates/basic/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"@nomicfoundation/hardhat-node-test-runner": "^3.0.8",
1010
"@nomicfoundation/hardhat-viem": "^3.0.2",
1111
"@nomicfoundation/hardhat-viem-assertions": "^3.0.5",
12-
"@rocketh/deploy": "^0.17.9",
13-
"@rocketh/doc": "^0.17.18",
14-
"@rocketh/export": "^0.17.18",
15-
"@rocketh/node": "^0.17.18",
16-
"@rocketh/proxy": "^0.17.13",
17-
"@rocketh/read-execute": "^0.17.9",
18-
"@rocketh/verifier": "^0.17.18",
19-
"@rocketh/viem": "^0.17.6",
12+
"@rocketh/deploy": "^0.19.2",
13+
"@rocketh/doc": "^0.19.4",
14+
"@rocketh/export": "^0.19.5",
15+
"@rocketh/node": "^0.19.4",
16+
"@rocketh/proxy": "^0.19.7",
17+
"@rocketh/read-execute": "^0.19.1",
18+
"@rocketh/verifier": "^0.19.4",
19+
"@rocketh/viem": "^0.19.1",
2020
"@types/node": "^25.0.10",
2121
"forge-std": "foundry-rs/forge-std#v1.9.4",
2222
"hardhat": "^3.1.5",
2323
"hardhat-deploy": "workspace:*",
24-
"rocketh": "^0.17.14",
25-
"typescript": "~5.9.3",
24+
"rocketh": "^0.19.4",
25+
"typescript": "~6.0.3",
2626
"viem": "^2.43.0"
2727
},
2828
"scripts": {

0 commit comments

Comments
 (0)