Skip to content

Commit

Permalink
fix: starknet-react and starknetkit version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Sep 30, 2024
1 parent e340842 commit c2be82a
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 476 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format": "prettier --write ."
},
"dependencies": {
"@argent/x-sessions": "^6.7.4",
"@argent/x-sessions": "file:../x-sessions",
"@argent/x-shared": "^1.32.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
Expand All @@ -30,9 +30,9 @@
"react-dom": "^18.3.1",
"starknet": "^6.11.0",
"starknet-react-chains-next": "npm:@starknet-react/[email protected]",
"starknet-react-core-next": "npm:@starknet-react/[email protected].0-beta.3",
"starknet-react-core-next": "npm:@starknet-react/[email protected].1-beta.0",
"starknetkit-latest": "npm:starknetkit@^1.1.9",
"starknetkit-next": "npm:[email protected].0"
"starknetkit-next": "npm:starknetkit@^2.3.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
Expand Down
Loading

0 comments on commit c2be82a

Please sign in to comment.