Skip to content

Commit

Permalink
Bump deps (#1912)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Jan 24, 2024
1 parent a82ebdf commit a23989c
Show file tree
Hide file tree
Showing 7 changed files with 3,600 additions and 419 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.78.4",
"@types/node": "^20.10.5"
"@polkadot/dev": "^0.78.9",
"@types/node": "^20.11.5"
},
"resolutions": {
"typescript": "^5.3.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/hw-ledger-transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@ledgerhq/hw-transport": "^6.30.1",
"@ledgerhq/hw-transport-webhid": "^6.28.1",
"@ledgerhq/hw-transport-webusb": "^6.28.1",
"@ledgerhq/hw-transport": "^6.30.2",
"@ledgerhq/hw-transport-webhid": "^6.28.2",
"@ledgerhq/hw-transport-webusb": "^6.28.2",
"@polkadot/util": "12.6.3-4-x",
"tslib": "^2.6.2"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid-singleton": "^6.30.1"
"@ledgerhq/hw-transport-node-hid-singleton": "^6.30.2"
}
}
2 changes: 1 addition & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"main": "index.js",
"dependencies": {
"@polkadot/util": "12.6.3-4-x",
"@substrate/ss58-registry": "^1.44.0",
"@substrate/ss58-registry": "^1.46.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
63 changes: 38 additions & 25 deletions packages/networks/test/ss58registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,30 +716,30 @@
"website": "https://pendulumchain.org/"
},
{
"prefix": 63,
"network": "hydradx",
"displayName": "HydraDX",
"prefix": 58,
"network": "eternal-civilization",
"displayName": "Eternal Civilization",
"symbols": [
"HDX"
"ECC"
],
"decimals": [
12
],
"standardAccount": "*25519",
"website": "https://hydradx.io"
"website": "http://www.ysknfr.cn/"
},
{
"prefix": 64,
"network": "ewx",
"displayName": "Energy Web X",
"prefix": 63,
"network": "hydradx",
"displayName": "HydraDX",
"symbols": [
"EWT"
"HDX"
],
"decimals": [
18
12
],
"standardAccount": "*25519",
"website": "https://www.energyweb.org"
"website": "https://hydradx.io"
},
{
"prefix": 65,
Expand Down Expand Up @@ -1129,7 +1129,7 @@
12
],
"standardAccount": "*25519",
"website": "https://vara-network.io/"
"website": "https://vara.network/"
},
{
"prefix": 172,
Expand Down Expand Up @@ -1222,6 +1222,19 @@
"standardAccount": "*25519",
"website": "https://metaquity.xyz/"
},
{
"prefix": 777,
"network": "curio",
"displayName": "Curio",
"symbols": [
"CGT"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://parachain.capitaldex.exchange/"
},
{
"prefix": 789,
"network": "geek",
Expand Down Expand Up @@ -1521,19 +1534,6 @@
"standardAccount": "secp256k1",
"website": "https://www.peerplays.com/"
},
{
"prefix": 4006,
"network": "tangle",
"displayName": "Tangle Network",
"symbols": [
"TNT"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://www.webb.tools/"
},
{
"prefix": 4450,
"network": "g1",
Expand All @@ -1560,6 +1560,19 @@
"standardAccount": "*25519",
"website": "https://humanode.io"
},
{
"prefix": 5845,
"network": "tangle",
"displayName": "Tangle Network",
"symbols": [
"TNT"
],
"decimals": [
18
],
"standardAccount": "*25519",
"website": "https://www.tangle.tools/"
},
{
"prefix": 6094,
"network": "subspace",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@polkadot/util": "12.6.3-4-x",
"@polkadot/wasm-util": "^7.3.2",
"@types/react-native": "^0.72.8"
"@types/react-native": "^0.73.0"
},
"peerDependencies": {
"@polkadot/util": "12.6.3-4-x",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@polkadot/x-global": "12.6.3-4-x",
"tslib": "^2.6.2",
"ws": "^8.15.1"
"ws": "^8.16.0"
},
"devDependencies": {
"@types/ws": "^8.5.10"
Expand Down
Loading

0 comments on commit a23989c

Please sign in to comment.