Skip to content

Commit

Permalink
fix: make sdk and table printer as a dev dep for contracts pkg (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Oct 3, 2024
1 parent ce3ec16 commit a93ec65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-balloons-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphprotocol/contracts": patch
---

make sdk and console table printer a dev dep
6 changes: 2 additions & 4 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@
"README.md",
"addresses.json"
],
"dependencies": {
"@graphprotocol/sdk": "workspace:^0.5.0",
"console-table-printer": "^2.11.1"
},
"devDependencies": {
"@arbitrum/sdk": "~3.1.13",
"@defi-wonderland/smock": "^2.0.7",
"@ethersproject/experimental": "^5.6.0",
"@graphprotocol/common-ts": "^1.8.3",
"@graphprotocol/sdk": "workspace:^0.5.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-waffle": "2.0.3",
Expand Down Expand Up @@ -48,6 +45,7 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"cli-table": "^0.3.6",
"console-table-printer": "^2.11.1",
"dotenv": "^9.0.0",
"eslint": "^8.57.0",
"eslint-graph-config": "workspace:^0.0.1",
Expand Down

0 comments on commit a93ec65

Please sign in to comment.