Skip to content

Commit 7ee9c18

Browse files
authored
chore: update smoldot to 2.0.34 (#2570)
1 parent ca4769f commit 7ee9c18

File tree

8 files changed

+30
-22
lines changed

8 files changed

+30
-22
lines changed

.changeset/thirty-zoos-punch.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 to 2.0.34

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.33"
20+
"smoldot": "^2.0.34"
2121
},
2222
"devDependencies": {
2323
"typescript": "5.6.2",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"pnpm": {
7070
"overrides": {
7171
"@substrate/connect": "workspace:^",
72-
"smoldot": "2.0.33"
72+
"smoldot": "^2.0.34"
7373
}
7474
}
7575
}

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.33"
86+
"smoldot": "^2.0.34"
8787
},
8888
"devDependencies": {
8989
"typescript": "5.6.2",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@
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.33",
230+
"smoldot": "^2.0.34",
231231
"vitest": "^2.1.4"
232232
},
233233
"peerDependencies": {
234-
"smoldot": "2.x"
234+
"smoldot": "^2"
235235
}
236236
}

pnpm-lock.yaml

+15-15
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.33"
63+
"smoldot": "^2.0.34"
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.33",
127+
"smoldot": "^2.0.34",
128128
"sonner": "^1.4.41",
129129
"swr": "^2.2.5",
130130
"tailwind-merge": "^2.4.0",

0 commit comments

Comments
 (0)