Skip to content

Commit

Permalink
jg-bump-deps (#1834)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored May 25, 2023
1 parent dcf214f commit 7dc38e7
Show file tree
Hide file tree
Showing 16 changed files with 140 additions and 413 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.75.4",
"@types/node": "^20.2.1"
"@polkadot/dev": "^0.75.8",
"@types/node": "^20.2.3"
},
"resolutions": {
"typescript": "^5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-ledger-transports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@ledgerhq/hw-transport-webhid": "^6.27.14",
"@ledgerhq/hw-transport-webusb": "^6.27.14",
"@polkadot/util": "12.2.2-2-x",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid-singleton": "^6.28.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/hw-ledger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@polkadot/hw-ledger-transports": "12.2.2-2-x",
"@polkadot/util": "12.2.2-2-x",
"@zondax/ledger-substrate": "^0.40.7",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@polkadot/util": "12.2.2-2-x",
"@polkadot/util-crypto": "12.2.2-2-x",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
},
"peerDependencies": {
"@polkadot/util": "12.2.2-2-x",
Expand Down
2 changes: 1 addition & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@polkadot/util": "12.2.2-2-x",
"@substrate/ss58-registry": "^1.40.0",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
},
"devDependencies": {
"@polkadot/hw-ledger": "12.2.2-2-x"
Expand Down
2 changes: 1 addition & 1 deletion packages/util-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@polkadot/x-bigint": "12.2.2-2-x",
"@polkadot/x-randomvalues": "12.2.2-2-x",
"@scure/base": "1.1.1",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
},
"peerDependencies": {
"@polkadot/util": "12.2.2-2-x"
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@polkadot/x-textencoder": "12.2.2-2-x",
"@types/bn.js": "^5.1.1",
"bn.js": "^5.2.1",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
},
"devDependencies": {
"@polkadot/x-randomvalues": "12.2.2-2-x"
Expand Down
2 changes: 1 addition & 1 deletion packages/x-bigint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"version": "12.2.2-2-x",
"dependencies": {
"@polkadot/x-global": "12.2.2-2-x",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/x-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"dependencies": {
"@polkadot/util": "12.2.2-2-x",
"buffer-es6": "^4.9.3",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/x-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"dependencies": {
"@polkadot/x-global": "12.2.2-2-x",
"node-fetch": "^3.3.1",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/x-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"version": "12.2.2-2-x",
"main": "index.js",
"dependencies": {
"tslib": "^2.5.1"
"tslib": "^2.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/x-randomvalues/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "12.2.2-2-x",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
},
"devDependencies": {
"@polkadot/util": "12.2.2-2-x",
"@polkadot/wasm-util": "^7.2.1",
"@types/react-native": "^0.72.0"
"@types/react-native": "^0.72.1"
},
"peerDependencies": {
"@polkadot/util": "12.2.2-2-x",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-textdecoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "12.2.2-2-x",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/x-textencoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "12.2.2-2-x",
"tslib": "^2.5.1"
"tslib": "^2.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/x-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react-native": "react-native.js",
"dependencies": {
"@polkadot/x-global": "12.2.2-2-x",
"tslib": "^2.5.1",
"tslib": "^2.5.2",
"ws": "^8.13.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 7dc38e7

Please sign in to comment.