Skip to content

Commit

Permalink
sync packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Oct 29, 2024
1 parent 554e92e commit a0d1687
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"organizeImports": {
"enabled": true
},
"json": {
"formatter": {
"enabled": false
}
},
"files": {
"ignore": [
"**/node_modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starknet-react/chains",
"version": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com/",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starknet-react/core",
"version": "3.2.0",
"version": "3.3.0",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-starknet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-starknet",
"version": "3.2.0",
"version": "3.3.0",
"description": "Create starknet apps with one command",
"main": "./dist/index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/kakarot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starknet-react/kakarot",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"repository": "apibara/starknet-react",
"homepage": "https://www.starknet-react.com/",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@starknet-io/types-js": "^0.7.7",
"@starknet-react/chains": "^3.0.4",
"@starknet-react/chains": "^3.0.5",
"@starknet-react/core": "workspace:^",
"mipd": "^0.0.7",
"starknet": "^6.11.0",
Expand Down
10 changes: 5 additions & 5 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 a0d1687

Please sign in to comment.