Skip to content

Commit

Permalink
events uses deps to other react packages via local path rather than e…
Browse files Browse the repository at this point in the history
…xternal pub'd versions
  • Loading branch information
sreuland committed Apr 26, 2023
1 parent c6ea08a commit 5599b9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"/dist"
],
"dependencies": {
"@soroban-react/core": "4.1.0",
"@soroban-react/types": "^4.0.0",
"@soroban-react/core": "./packages/core",
"@soroban-react/types": "./packages/types",
"soroban-client": "https://github.com/stellar/js-soroban-client#main"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,16 @@
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718"
integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==

"@soroban-react/core@./packages/core":
version "4.1.0"
dependencies:
"@soroban-react/freighter" "^4.0.0"
"@soroban-react/types" "^4.0.0"
soroban-client "https://github.com/stellar/js-soroban-client#main"

"@soroban-react/types@./packages/types":
version "4.0.0"

"@stellar/freighter-api@^1.3.1":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@stellar/freighter-api/-/freighter-api-1.4.0.tgz#f53ab58792733caa1fe33d60050ec24164e331f3"
Expand Down

0 comments on commit 5599b9a

Please sign in to comment.