Skip to content

Commit b4fe809

Browse files
committed
chore: ensure workspace dependencies are not pinned to specific versions
Signed-off-by: Tomás Migone <tomas@edgeandnode.com>
1 parent ed51926 commit b4fe809

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/horizon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@defi-wonderland/natspec-smells": "^1.1.6",
38-
"@graphprotocol/contracts": "workspace:^7.3.0",
38+
"@graphprotocol/contracts": "workspace:^",
3939
"@graphprotocol/interfaces": "workspace:^",
4040
"@graphprotocol/toolshed": "workspace:^",
4141
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
@@ -63,7 +63,7 @@
6363
"hardhat": "^2.22.18",
6464
"hardhat-contract-sizer": "^2.10.0",
6565
"hardhat-gas-reporter": "^1.0.8",
66-
"hardhat-graph-protocol": "workspace:^0.2.5",
66+
"hardhat-graph-protocol": "workspace:^",
6767
"hardhat-secure-accounts": "^1.0.5",
6868
"lint-staged": "^15.2.2",
6969
"prettier": "^3.2.5",

packages/subgraph-service/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"devDependencies": {
3535
"@defi-wonderland/natspec-smells": "^1.1.6",
36-
"@graphprotocol/contracts": "workspace:^7.3.0",
37-
"@graphprotocol/horizon": "workspace:^0.4.1",
36+
"@graphprotocol/contracts": "workspace:^",
37+
"@graphprotocol/horizon": "workspace:^",
3838
"@graphprotocol/interfaces": "workspace:^",
3939
"@graphprotocol/toolshed": "workspace:^",
4040
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
@@ -62,7 +62,7 @@
6262
"hardhat": "^2.22.18",
6363
"hardhat-contract-sizer": "^2.10.0",
6464
"hardhat-gas-reporter": "^1.0.8",
65-
"hardhat-graph-protocol": "workspace:^0.2.5",
65+
"hardhat-graph-protocol": "workspace:^",
6666
"hardhat-secure-accounts": "^1.0.5",
6767
"json5": "^2.2.3",
6868
"lint-staged": "^15.2.2",

0 commit comments

Comments
 (0)