Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/radix-ui/react-tabs-…
Browse files Browse the repository at this point in the history
…1.1.0
  • Loading branch information
ryanleecode authored Jul 2, 2024
2 parents 9d40cbe + ae7e029 commit 484ca05
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 30 deletions.
2 changes: 1 addition & 1 deletion examples/light-client-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@polkadot-api/metadata-builders": "^0.3.0",
"@polkadot-api/observable-client": "^0.3.0",
"@polkadot-api/substrate-bindings": "^0.5.0",
"@polkadot-api/substrate-client": "^0.1.3",
"@polkadot-api/substrate-client": "^0.1.2",
"@polkadot-api/utils": "^0.1.0",
"@polkadot-labs/hdkd-helpers": "^0.0.6",
"@substrate/connect-known-chains": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/light-client-extension-helpers-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@picocss/pico": "^2.0.6",
"@polkadot-api/observable-client": "^0.3.0",
"@polkadot-api/substrate-client": "^0.1.3",
"@polkadot-api/substrate-client": "^0.1.2",
"@substrate/light-client-extension-helpers": "workspace:*",
"@substrate/connect-known-chains": "workspace:*",
"react": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"playwright:chromium": "playwright test --project=chromium"
},
"dependencies": {
"@polkadot-api/substrate-client": "^0.1.3",
"@polkadot-api/substrate-client": "^0.1.2",
"@substrate/light-client-extension-helpers": "workspace:*",
"smoldot": "2.0.29"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0",
"@polkadot-api/substrate-client": "^0.1.3",
"@polkadot-api/substrate-client": "^0.1.2",
"eslint": "^8.57.0",
"jsdom": "^24.0.0",
"vitest": "^1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/light-client-extension-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@polkadot-api/observable-client": "^0.3.0",
"@polkadot-api/json-rpc-provider": "^0.0.1",
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0",
"@polkadot-api/substrate-client": "^0.1.3",
"@polkadot-api/substrate-client": "^0.1.2",
"@substrate/connect-extension-protocol": "workspace:^",
"@substrate/connect-known-chains": "workspace:^",
"rxjs": "^7.8.1"
Expand Down
39 changes: 17 additions & 22 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion projects/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@polkadot-api/observable-client": "^0.3.0",
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0",
"@polkadot-api/substrate-client": "^0.1.3",
"@polkadot-api/substrate-client": "^0.1.2",
"@substrate/connect": "workspace:*",
"@substrate/connect-known-chains": "workspace:*",
"rxjs": "^7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion projects/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@substrate/discovery": "workspace:^",
"@substrate/smoldot-discovery": "workspace:^",
"@polkadot-api/observable-client": "^0.3.0",
"@polkadot-api/substrate-client": "^0.1.3",
"@polkadot-api/substrate-client": "^0.1.2",
"@react-rxjs/core": "^0.10.7",
"@react-rxjs/utils": "^0.9.7",
"@substrate/connect-extension-protocol": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion projects/wallet-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@polkadot-api/polkadot-signer": "^0.0.1",
"@polkadot-api/signer": "^0.0.1",
"@polkadot-api/substrate-bindings": "^0.5.0",
"@polkadot-api/substrate-client": "^0.1.3",
"@polkadot-api/substrate-client": "^0.1.2",
"@polkadot-api/utils": "^0.1.0",
"@polkadot-api/view-builder": "^0.2.0",
"@polkadot-labs/hdkd": "^0.0.6",
Expand Down

0 comments on commit 484ca05

Please sign in to comment.