Skip to content

Commit

Permalink
Merge pull request #110 from argentlabs/SK-8
Browse files Browse the repository at this point in the history
fix: update starknetkit to be compatible with starknet-react v3
  • Loading branch information
bluecco authored Jul 3, 2024
2 parents 5df3c53 + b6a70ea commit 88ec99c
Show file tree
Hide file tree
Showing 26 changed files with 843 additions and 650 deletions.
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
### Issue / feature description

`Quick description of the issue or the feature that is implemented in the pr ie: add new transitions between screens`

### Changes

`quick list regarding the related changes within the pr`

ie:

- add new connector
- fix injected connector
- ...

### Checklist

- [ ] Rebased to the last commit of the target branch (or merged)
- [ ] Code self-reviewed
- [ ] Code self-tested
- [ ] Tests updated (if needed)
- [ ] All tests are passing locally

Please keep your pull request as small as possible. If you need to make multiple changes, please create separate pull requests for each change. Create a draft pull request if you need early feedback. This will mark the pull request as a work in progress and prevent it from being reviewed or merged until you are ready.

Please move drafts to the ready for review (regular PR) when you are ready to start the review process and other developers will pick it up from there.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,16 @@
"dev": "vite build --watch"
},
"dependencies": {
"@starknet-io/get-starknet": "^4.0.0",
"@starknet-io/get-starknet-core": "^4.0.0",
"@starknet-io/types-js": "^0.7.2",
"@trpc/client": "^10.38.1",
"@trpc/server": "^10.38.1",
"@walletconnect/sign-client": "^2.11.0",
"bowser": "^2.11.0",
"detect-browser": "^5.3.0",
"eventemitter3": "^5.0.1",
"events": "^3.3.0",
"get-starknet-core": "4.0.0-next.5",
"get-starknet-coreV3": "npm:[email protected]",
"lodash-es": "^4.17.21",
"svelte-forms": "^2.3.1",
Expand Down Expand Up @@ -98,7 +100,8 @@
"prettier": "^3.0.3",
"prettier-plugin-import-sort": "^0.0.7",
"semantic-release": "^21.1.1",
"starknet-types": "^0.7.2",
"starknet4": "npm:[email protected]",
"starknet5": "npm:[email protected]",
"svelte": "^4.0.0",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5.0.4",
Expand All @@ -109,9 +112,7 @@
"vite-plugin-dts": "^3.0.0",
"vitest": "^1.6.0",
"ws": "^8.8.1",
"zod": "^3.20.6",
"starknet4": "npm:[email protected]",
"starknet5": "npm:[email protected]"
"zod": "^3.20.6"
},
"peerDependencies": {
"starknet": "^6.9.0"
Expand Down
Loading

0 comments on commit 88ec99c

Please sign in to comment.