Skip to content

Commit

Permalink
Merge pull request #24 from argentlabs/fix/deps
Browse files Browse the repository at this point in the history
fix: remove unused deps and move starknetjs to peer dep
  • Loading branch information
gergold authored Aug 22, 2024
2 parents 019f7c6 + 4afbd73 commit 6e45c34
Show file tree
Hide file tree
Showing 2 changed files with 4,288 additions and 3,638 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
"vitest": "1.3.1"
},
"dependencies": {
"minimalistic-assert": "^1.0.1",
"starknet": "6.9.0",
"starknet4": "npm:[email protected]",
"starknet5": "npm:[email protected].0"
"minimalistic-assert": "^1.0.1"
},
"peerDependencies": {
"starknet": "6.9.0"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
Expand Down
Loading

0 comments on commit 6e45c34

Please sign in to comment.