Skip to content

Commit

Permalink
create-starknet: update starknet-react dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Nov 16, 2023
1 parent a328ffb commit ebdc853
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-grapes-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-starknet": patch
---

Update starknet-react dependencies
4 changes: 2 additions & 2 deletions packages/create-starknet/public/templates/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@starknet-react/chains": "0.1.0-next.1",
"@starknet-react/core": "2.0.0-next.6",
"@starknet-react/chains": "^0.1.0",
"@starknet-react/core": "^2.0.0",
"get-starknet-core": "^3.2.0",
"next": "14.0.2",
"react": "^18",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-starknet/public/templates/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@starknet-react/chains": "^0.1.0-next.1",
"@starknet-react/core": "2.0.0-next.6",
"@starknet-react/chains": "^0.1.0",
"@starknet-react/core": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"get-starknet-core": "^3.2.0",
"next": "^14.0.1",
Expand Down

0 comments on commit ebdc853

Please sign in to comment.