Skip to content

Commit 60f7bfc

Browse files
authored
chore(deps): use sdk rc 4 (#755)
1 parent 54e0ab1 commit 60f7bfc

File tree

2 files changed

+410
-472
lines changed

2 files changed

+410
-472
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"dependencies": {
2424
"@astrojs/node": "^6.1.0",
2525
"@astrojs/react": "^3.6.0",
26-
"@kiltprotocol/sdk-js": "^0.36.0-rc.1",
27-
"@polkadot/extension-dapp": "^0.47.0",
28-
"@polkadot/util": "^12.6.2",
26+
"@kiltprotocol/sdk-js": "^0.36.0-rc.4",
27+
"@polkadot/extension-dapp": "^0.60.1",
28+
"@polkadot/util": "^13.5.2",
2929
"astro": "^3.6.5",
3030
"dotenv": "^16.4.7",
3131
"got": "^12.6.1",
@@ -82,7 +82,7 @@
8282
"vitest-github-actions-reporter": "^0.11.1"
8383
},
8484
"resolutions": {
85-
"@kiltprotocol/type-definitions": "1.11502.0-rc.1",
86-
"@kiltprotocol/augment-api": "1.11502.0-peregrine-rc.1"
85+
"@kiltprotocol/type-definitions": "1.11502.1-rc.1",
86+
"@kiltprotocol/augment-api": "1.11504.0-rc.1"
8787
}
8888
}

0 commit comments

Comments
 (0)