Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LukassF committed Oct 4, 2024
1 parent 87d5823 commit 4f40cfc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sdk/packages/aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@aptos-labs/ts-sdk": "^1.9.1",
"@aptos-labs/wallet-standard": "^0.0.11",
"@nightlylabs/nightly-connect-base": "^0.0.3",
"@nightlylabs/nightly-connect-base": "^0.0.30",
"eventemitter3": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion sdk/packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nightlylabs/nightly-connect-base",
"version": "0.0.3",
"version": "0.0.30",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/packages/selector-aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@aptos-labs/wallet-standard": "^0.0.11",
"@nightlylabs/nightly-connect-aptos": "0.0.5",
"@nightlylabs/wallet-selector-base": "0.4.3",
"@nightlylabs/nightly-connect-base": "^0.0.3",
"@nightlylabs/nightly-connect-base": "^0.0.30",
"@wallet-standard/core": "^1.0.3",
"eventemitter3": "^5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/packages/selector-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@nightlylabs/nightly-connect-base": "^0.0.3",
"@nightlylabs/nightly-connect-base": "^0.0.30",
"@nightlylabs/wallet-selector-modal": "0.2.1",
"@wallet-standard/core": "^1.0.3",
"isomorphic-localstorage": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion sdk/packages/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "^5.1.3"
},
"dependencies": {
"@nightlylabs/nightly-connect-base": "^0.0.3",
"@nightlylabs/nightly-connect-base": "^0.0.30",
"@solana/web3.js": "^1.77.2",
"eventemitter3": "^5.0.1",
"uuid": "^9.0.0"
Expand Down
8 changes: 4 additions & 4 deletions sdk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f40cfc

Please sign in to comment.