Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Sep 20, 2024
1 parent a983d21 commit 7125ef2
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 266 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,34 +91,34 @@
"source-map-explorer": "^2.5.3"
},
"resolutions": {
"@polkadot/api": "^12.4.2",
"@polkadot/api-augment": "^12.4.2",
"@polkadot/api-base": "^12.4.2",
"@polkadot/api-contract": "^12.4.2",
"@polkadot/api-derive": "^12.4.2",
"@polkadot/hw-ledger": "^13.0.2",
"@polkadot/keyring": "^13.0.2",
"@polkadot/networks": "^13.0.2",
"@polkadot/api": "^13.1.1",
"@polkadot/api-augment": "^13.1.1",
"@polkadot/api-base": "^13.1.1",
"@polkadot/api-contract": "^13.1.1",
"@polkadot/api-derive": "^13.1.1",
"@polkadot/hw-ledger": "^13.1.1",
"@polkadot/keyring": "^13.1.1",
"@polkadot/networks": "^13.1.1",
"@polkadot/phishing": "^0.23.4",
"@polkadot/rpc-augment": "^12.4.2",
"@polkadot/rpc-core": "^12.4.2",
"@polkadot/rpc-provider": "^12.4.2",
"@polkadot/types": "^12.4.2",
"@polkadot/types-augment": "^12.4.2",
"@polkadot/types-codec": "^12.4.2",
"@polkadot/types-create": "^12.4.2",
"@polkadot/types-known": "^12.4.2",
"@polkadot/types-support": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/rpc-augment": "^13.1.1",
"@polkadot/rpc-core": "^13.1.1",
"@polkadot/rpc-provider": "^13.1.1",
"@polkadot/types": "^13.1.1",
"@polkadot/types-augment": "^13.1.1",
"@polkadot/types-codec": "^13.1.1",
"@polkadot/types-create": "^13.1.1",
"@polkadot/types-known": "^13.1.1",
"@polkadot/types-support": "^13.1.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/wasm-crypto": "^7.3.2",
"@polkadot/x-bigint": "^13.0.2",
"@polkadot/x-fetch": "^13.0.2",
"@polkadot/x-global": "^13.0.2",
"@polkadot/x-randomvalues": "^13.0.2",
"@polkadot/x-textdecoder": "^13.0.2",
"@polkadot/x-textencoder": "^13.0.2",
"@polkadot/x-ws": "^13.0.2",
"@polkadot/x-bigint": "^13.1.1",
"@polkadot/x-fetch": "^13.1.1",
"@polkadot/x-global": "^13.1.1",
"@polkadot/x-randomvalues": "^13.1.1",
"@polkadot/x-textdecoder": "^13.1.1",
"@polkadot/x-textencoder": "^13.1.1",
"@polkadot/x-ws": "^13.1.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 7125ef2

Please sign in to comment.