Skip to content

Commit 3a1d4b5

Browse files
authored
chore: update kiltprotocol and polkadot dependencies (#753)
* chore: update kiltprotocol and polkadot dependencies * test: update node image
1 parent d3c32a9 commit 3a1d4b5

File tree

4 files changed

+537
-436
lines changed

4 files changed

+537
-436
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"dependencies": {
2424
"@astrojs/node": "^6.1.0",
2525
"@astrojs/react": "^3.6.0",
26-
"@kiltprotocol/sdk-js": "^0.35.2",
27-
"@polkadot/extension-dapp": "^0.46.5",
26+
"@kiltprotocol/sdk-js": "^0.36.0-rc.1",
27+
"@polkadot/extension-dapp": "^0.47.0",
2828
"@polkadot/util": "^12.6.2",
2929
"astro": "^3.6.5",
3030
"dotenv": "^16.4.7",
@@ -80,5 +80,9 @@
8080
"typescript": "^5.4.5",
8181
"vitest": "^0.34.6",
8282
"vitest-github-actions-reporter": "^0.11.1"
83+
},
84+
"resolutions": {
85+
"@kiltprotocol/type-definitions": "1.11501.0-peregrine",
86+
"@kiltprotocol/augment-api": "1.11501.0-peregrine"
8387
}
8488
}

0 commit comments

Comments
 (0)