Skip to content

Commit

Permalink
chore: update smoldot (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed May 22, 2024
1 parent f6f3ed0 commit 75e0266
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@polkadot-api/substrate-client": "^0.1.2",
"@substrate/light-client-extension-helpers": "workspace:*",
"smoldot": "2.0.22"
"smoldot": "2.0.26"
},
"devDependencies": {
"@playwright/test": "^1.43.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@substrate/light-client-extension-helpers": "workspace:^",
"@substrate/connect-extension-protocol": "workspace:^",
"@substrate/connect-known-chains": "workspace:^",
"smoldot": "2.0.22"
"smoldot": "2.0.26"
},
"devDependencies": {
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0",
Expand Down
32 changes: 16 additions & 16 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/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"rxjs": "^7.8.1",
"smoldot": "2.0.22"
"smoldot": "2.0.26"
}
}
2 changes: 1 addition & 1 deletion projects/wallet-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"react-resizable-panels": "^2.0.19",
"react-router-dom": "^6.22.3",
"rxjs": "^7.8.1",
"smoldot": "2.0.22",
"sonner": "^1.4.41",
"smoldot": "2.0.26",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
Expand Down

0 comments on commit 75e0266

Please sign in to comment.