Skip to content

Commit 20eea99

Browse files
authored
chore: update smoldot to 2.0.33 (#2562)
1 parent 1e796db commit 20eea99

File tree

8 files changed

+42
-26
lines changed

8 files changed

+42
-26
lines changed

.changeset/violet-rings-give.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@substrate/light-client-extension-helpers": patch
3+
"@substrate/wallet-template": patch
4+
"@substrate/extension": patch
5+
"@substrate/connect": patch
6+
---
7+
8+
chore: update smoldot

examples/light-client-extension-helpers-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@polkadot-api/substrate-client": "~0.3.0",
1919
"@substrate/light-client-extension-helpers": "workspace:^",
20-
"smoldot": "2.0.30"
20+
"smoldot": "2.0.33"
2121
},
2222
"devDependencies": {
2323
"typescript": "5.6.2",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"pnpm": {
6969
"overrides": {
7070
"@substrate/connect": "workspace:^",
71-
"smoldot": "2.0.30"
71+
"smoldot": "2.0.33"
7272
}
7373
}
7474
}

packages/connect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@substrate/connect-extension-protocol": "workspace:^",
8484
"@substrate/connect-known-chains": "workspace:^",
8585
"@substrate/smoldot-discovery": "workspace:^",
86-
"smoldot": "2.0.30"
86+
"smoldot": "2.0.33"
8787
},
8888
"devDependencies": {
8989
"typescript": "5.6.2",

packages/light-client-extension-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"@polkadot-api/json-rpc-provider": "~0.0.4",
228228
"@polkadot-api/polkadot-signer": "~0.1.6",
229229
"@types/chrome": "^0.0.270",
230-
"smoldot": "2.0.30",
230+
"smoldot": "2.0.33",
231231
"vitest": "^2.1.4"
232232
},
233233
"peerDependencies": {

pnpm-lock.yaml

+28-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"react-dom": "^18.2.0",
6161
"react-icons": "^5.3.0",
6262
"rxjs": "^7.8.1",
63-
"smoldot": "2.0.30"
63+
"smoldot": "2.0.33"
6464
}
6565
}

projects/wallet-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"react-resizable-panels": "^2.1.6",
125125
"react-router-dom": "^6.27.0",
126126
"rxjs": "^7.8.1",
127-
"smoldot": "2.0.30",
127+
"smoldot": "2.0.33",
128128
"sonner": "^1.4.41",
129129
"swr": "^2.2.5",
130130
"tailwind-merge": "^2.4.0",

0 commit comments

Comments
 (0)