Skip to content

Commit a93ec65

Browse files
authored
fix: make sdk and table printer as a dev dep for contracts pkg (#971)
1 parent ce3ec16 commit a93ec65

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.changeset/smooth-balloons-stare.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphprotocol/contracts": patch
3+
---
4+
5+
make sdk and console table printer a dev dep

packages/contracts/package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212
"README.md",
1313
"addresses.json"
1414
],
15-
"dependencies": {
16-
"@graphprotocol/sdk": "workspace:^0.5.0",
17-
"console-table-printer": "^2.11.1"
18-
},
1915
"devDependencies": {
2016
"@arbitrum/sdk": "~3.1.13",
2117
"@defi-wonderland/smock": "^2.0.7",
2218
"@ethersproject/experimental": "^5.6.0",
2319
"@graphprotocol/common-ts": "^1.8.3",
20+
"@graphprotocol/sdk": "workspace:^0.5.0",
2421
"@nomiclabs/hardhat-ethers": "^2.2.3",
2522
"@nomiclabs/hardhat-etherscan": "^3.1.7",
2623
"@nomiclabs/hardhat-waffle": "2.0.3",
@@ -48,6 +45,7 @@
4845
"chai": "^4.3.4",
4946
"chai-as-promised": "^7.1.1",
5047
"cli-table": "^0.3.6",
48+
"console-table-printer": "^2.11.1",
5149
"dotenv": "^9.0.0",
5250
"eslint": "^8.57.0",
5351
"eslint-graph-config": "workspace:^0.0.1",

0 commit comments

Comments
 (0)