Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Aug 4, 2024
1 parent a4ad55f commit 1bfc739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0-alpha.0",
"version": "0.0.1",
"packages": ["packages/*", "examples/*"],
"npmClient": "pnpm"
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"typescript": "^5.0.3"
},
"dependencies": {
"get-starknet-core": "^3.2.0",
"graphql-request": "^7.1.0",
"@lootsurvivor/core": "workspace:^",
"@tanstack/react-query": "^5.51.15"
"@tanstack/react-query": "^5.51.15",
"get-starknet-core": "^3.2.0",
"graphql-request": "^7.1.0"
}
}

0 comments on commit 1bfc739

Please sign in to comment.