Skip to content

Commit

Permalink
chore: bump starknet.js to use latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala authored and avimak committed Jul 4, 2023
1 parent c6d3609 commit cd4a6f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-rivers-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"get-starknet-core": minor
---

use latest stable starknet.js v5
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"devDependencies": {
"c8": "^7.12.0",
"happy-dom": "^6.0.4",
"starknet": "^5.12.0",
"starknet": "^5.14.1",
"starknet4": "npm:starknet@4.22.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-plugin-dts": "^1.4.0",
"vitest": "^0.19.1"
},
"peerDependencies": {
"starknet": "^5.0.0"
"starknet": "^5.14.1"
},
"peerDependenciesMeta": {
"starknet": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd4a6f7

Please sign in to comment.