diff --git a/CHANGELOG.md b/CHANGELOG.md index f92554a1..a2f6a891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # CHANGELOG -## master +## 0.85.1 Aug 15, 2021 Contributed: - Always use `bigint` type to indicate instance (Thanks to https://github.com/ntduan) +Changes: + +- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 7.2.1 + ## 0.84.3 Aug 2, 2021 diff --git a/package.json b/package.json index ccf1ea6d..95e53b06 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@babel/runtime": "^7.15.3", "@polkadot/dev": "^0.62.59", "@polkadot/ts": "^0.4.4", - "@polkadot/x-bundle": "^7.1.3-3", + "@polkadot/x-bundle": "^7.2.1", "@types/jest": "^26.0.24", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", @@ -45,6 +45,6 @@ "webpack-cli": "^3.3.12", "webpack-serve": "^3.2.0" }, - "version": "0.84.4-2", + "version": "0.85.0", "packageManager": "yarn@3.0.1" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index ae196128..985c4cab 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.84.4-2", + "version": "0.85.0", "description": "A very basic example with ui-* & react-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index ed13e70b..1e17d98c 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.84.4-2", + "version": "0.85.0", "description": "A very basic example with ui-* & vue-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index c8f21547..1d81f77b 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.84.4-2", + "version": "0.85.0", "private": true, "scripts": { "copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared", @@ -12,12 +12,12 @@ "test": "jest" }, "dependencies": { - "@polkadot/keyring": "^7.1.3-3", - "@polkadot/reactnative-identicon": "0.84.4-2", - "@polkadot/ui-keyring": "0.84.4-2", - "@polkadot/ui-settings": "0.84.4-2", - "@polkadot/util": "^7.1.3-3", - "@polkadot/util-crypto": "^7.1.3-3", + "@polkadot/keyring": "^7.2.1", + "@polkadot/reactnative-identicon": "0.85.0", + "@polkadot/ui-keyring": "0.85.0", + "@polkadot/ui-settings": "0.85.0", + "@polkadot/util": "^7.2.1", + "@polkadot/util-crypto": "^7.2.1", "@react-native-community/async-storage": "^1.12.1", "fast-text-encoding": "^1.0.3", "get-yarn-workspaces": "^1.0.2", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index f5c20eab..f443dd77 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.84.4-2", + "version": "0.85.0", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", @@ -13,11 +13,11 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/keyring": "^7.1.3-3", - "@polkadot/ui-settings": "0.84.4-2", - "@polkadot/ui-shared": "0.84.4-2", - "@polkadot/util": "^7.1.3-3", - "@polkadot/util-crypto": "^7.1.3-3", + "@polkadot/keyring": "^7.2.1", + "@polkadot/ui-settings": "0.85.0", + "@polkadot/ui-shared": "0.85.0", + "@polkadot/util": "^7.2.1", + "@polkadot/util-crypto": "^7.2.1", "color": "^3.2.1", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.0", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index dd0ed6cc..76aa2160 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.84.4-2", + "version": "0.85.0", "type": "module", "description": "Generates and reads QR codes", "main": "index.js", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/util": "^7.1.3-3", - "@polkadot/util-crypto": "^7.1.3-3", + "@polkadot/util": "^7.2.1", + "@polkadot/util-crypto": "^7.2.1", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.3.0" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 1ee6274f..c6fae381 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.84.4-2", + "version": "0.85.0", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", @@ -13,9 +13,9 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/ui-shared": "0.84.4-2", - "@polkadot/util": "^7.1.3-3", - "@polkadot/util-crypto": "^7.1.3-3", + "@polkadot/ui-shared": "0.85.0", + "@polkadot/util": "^7.2.1", + "@polkadot/util-crypto": "^7.2.1", "react-native-svg": "^12.1.1" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index afb69c3a..ccd09616 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.84.4-2", + "version": "0.85.0", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index dc379009..2f4f68f3 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.84.4-2", + "version": "0.85.0", "type": "module", "main": "index.js", "sideEffects": [ @@ -14,10 +14,10 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/hw-ledger": "^7.1.3-3", - "@polkadot/keyring": "^7.1.3-3", - "@polkadot/ui-settings": "0.84.4-2", - "@polkadot/util": "^7.1.3-3", + "@polkadot/hw-ledger": "^7.2.1", + "@polkadot/keyring": "^7.2.1", + "@polkadot/ui-settings": "0.85.0", + "@polkadot/util": "^7.2.1", "mkdirp": "^1.0.4", "rxjs": "^7.3.0", "store": "^2.0.12" diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 592ebd4a..a6e94d2b 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.84.4-2", + "version": "0.85.0", "type": "module", "description": "Manages app settings", "main": "index.js", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/networks": "^7.1.3-3", - "@polkadot/util": "^7.1.3-3", + "@polkadot/networks": "^7.2.1", + "@polkadot/util": "^7.2.1", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 99564205..37f9a3d3 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.84.4-2", + "version": "0.85.0", "type": "module", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", @@ -17,8 +17,8 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util": "^7.1.3-3", - "@polkadot/util-crypto": "^7.1.3-3", + "@polkadot/util": "^7.2.1", + "@polkadot/util-crypto": "^7.2.1", "@types/color": "^3.0.2", "@types/xmlserializer": "^0.6.2" } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 8437db95..dba6e586 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.84.4-2", + "version": "0.85.0", "type": "module", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", @@ -13,9 +13,9 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.3", - "@polkadot/ui-shared": "0.84.4-2", - "@polkadot/util": "^7.1.3-3", - "@polkadot/util-crypto": "^7.1.3-3", + "@polkadot/ui-shared": "0.85.0", + "@polkadot/util": "^7.2.1", + "@polkadot/util-crypto": "^7.2.1", "jdenticon": "3.1.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 00c83c06..42d79dde 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2271,9 +2271,9 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/hw-ledger-transports@npm:7.1.3-3" +"@polkadot/hw-ledger-transports@npm:7.2.1": + version: 7.2.1 + resolution: "@polkadot/hw-ledger-transports@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 "@ledgerhq/hw-transport": ^6.3.0 @@ -2283,42 +2283,42 @@ __metadata: dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: 14d50acc2c49554fc7b45633b7d699181af02313fb1248db08140378f333ef269de65b51d64a29f6fc90089b687dd1fd1a756778bca13a39bc01357066892828 + checksum: 8aa3d07ee90e712ecea34452e0ad8669ba16e6868c152d2a3dfbee3b8905e972bbd9ba6f72d39aa9c5163229b0b9f68bab558ff9b3cb4186bac27683a29293d0 languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/hw-ledger@npm:7.1.3-3" +"@polkadot/hw-ledger@npm:^7.2.1": + version: 7.2.1 + resolution: "@polkadot/hw-ledger@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/hw-ledger-transports": 7.1.3-3 - "@polkadot/util": 7.1.3-3 + "@polkadot/hw-ledger-transports": 7.2.1 + "@polkadot/util": 7.2.1 "@zondax/ledger-substrate": ^0.17.3 - checksum: 854c4d2ee3fc827acc785facc00a37b2e6c59c5440cc980d88f70713d6723d6a72b740f8b39c69e6d9e5b5b91527ea74625a9d25bd1a498d2824ebf9da4d5009 + checksum: 86c0ecad6cd884369ba4b9f475bb05c0fc5b1b4bed5226229b5b54682f416eecf64c6429f60e40e58e5ccbe84895c643ca4cda0fa18bc6e7fbf4cb57abad5fd5 languageName: node linkType: hard -"@polkadot/keyring@npm:^7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/keyring@npm:7.1.3-3" +"@polkadot/keyring@npm:^7.2.1": + version: 7.2.1 + resolution: "@polkadot/keyring@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/util": 7.1.3-3 - "@polkadot/util-crypto": 7.1.3-3 + "@polkadot/util": 7.2.1 + "@polkadot/util-crypto": 7.2.1 peerDependencies: - "@polkadot/util": 7.1.3-3 - "@polkadot/util-crypto": 7.1.3-3 - checksum: 06b21fda3d023749ba29e7e43e797b489e6917a8eee60cbc9e78cee412d471019fd5d0238d59609da4ede5dc862130ec872bea7650feca2227bd21d136e49f9e + "@polkadot/util": 7.2.1 + "@polkadot/util-crypto": 7.2.1 + checksum: 2d09e0b6c88ff681320669a931b9b5bf0da40a8b47a90fdada997b4a02bdf186641fdaff7c80f1c176cac702cbd7a8a6f6957d2a3a6f7370c8c9f4e48576c1b8 languageName: node linkType: hard -"@polkadot/networks@npm:7.1.3-3, @polkadot/networks@npm:^7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/networks@npm:7.1.3-3" +"@polkadot/networks@npm:7.2.1, @polkadot/networks@npm:^7.2.1": + version: 7.2.1 + resolution: "@polkadot/networks@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - checksum: 87cab47a496372299a33e57f59fb2b34bc896e5819adb5483e40abe349bcde2cb8fd46f1b07cd208453c844e33491adf54f6a5c0aff88361059e4ce7b140d78e + checksum: 95353e8e8bd335fcf2e96beafdb55d46ce6f3c1ffc7d67a42d30a803f0f0aa11cc78dfda66113a32abfef576148651def79d51ef8b01b7c602512fb2a4e3c770 languageName: node linkType: hard @@ -2327,11 +2327,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/keyring": ^7.1.3-3 - "@polkadot/ui-settings": 0.84.4-2 - "@polkadot/ui-shared": 0.84.4-2 - "@polkadot/util": ^7.1.3-3 - "@polkadot/util-crypto": ^7.1.3-3 + "@polkadot/keyring": ^7.2.1 + "@polkadot/ui-settings": 0.85.0 + "@polkadot/ui-shared": 0.85.0 + "@polkadot/util": ^7.2.1 + "@polkadot/util-crypto": ^7.2.1 "@types/react-copy-to-clipboard": ^5.0.1 "@types/react-dom": ^17.0.9 "@types/styled-components": ^5.1.12 @@ -2357,8 +2357,8 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/util": ^7.1.3-3 - "@polkadot/util-crypto": ^7.1.3-3 + "@polkadot/util": ^7.2.1 + "@polkadot/util-crypto": ^7.2.1 "@types/react-qr-reader": ^2.1.4 "@types/styled-components": ^5.1.12 qrcode-generator: ^1.4.4 @@ -2373,14 +2373,14 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/reactnative-identicon@0.84.4-2, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.85.0, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": version: 0.0.0-use.local resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/ui-shared": 0.84.4-2 - "@polkadot/util": ^7.1.3-3 - "@polkadot/util-crypto": ^7.1.3-3 + "@polkadot/ui-shared": 0.85.0 + "@polkadot/util": ^7.2.1 + "@polkadot/util-crypto": ^7.2.1 "@types/react-native": ^0.64.13 react-native-svg: ^12.1.1 peerDependencies: @@ -2408,15 +2408,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-keyring@0.84.4-2, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.85.0, @polkadot/ui-keyring@workspace:packages/ui-keyring": version: 0.0.0-use.local resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/hw-ledger": ^7.1.3-3 - "@polkadot/keyring": ^7.1.3-3 - "@polkadot/ui-settings": 0.84.4-2 - "@polkadot/util": ^7.1.3-3 + "@polkadot/hw-ledger": ^7.2.1 + "@polkadot/keyring": ^7.2.1 + "@polkadot/ui-settings": 0.85.0 + "@polkadot/util": ^7.2.1 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2429,13 +2429,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.84.4-2, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.85.0, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/networks": ^7.1.3-3 - "@polkadot/util": ^7.1.3-3 + "@polkadot/networks": ^7.2.1 + "@polkadot/util": ^7.2.1 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2445,13 +2445,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.84.4-2, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.85.0, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/util": ^7.1.3-3 - "@polkadot/util-crypto": ^7.1.3-3 + "@polkadot/util": ^7.2.1 + "@polkadot/util-crypto": ^7.2.1 "@types/color": ^3.0.2 "@types/xmlserializer": ^0.6.2 color: ^3.2.1 @@ -2461,15 +2461,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:7.1.3-3, @polkadot/util-crypto@npm:^7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/util-crypto@npm:7.1.3-3" +"@polkadot/util-crypto@npm:7.2.1, @polkadot/util-crypto@npm:^7.2.1": + version: 7.2.1 + resolution: "@polkadot/util-crypto@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/networks": 7.1.3-3 - "@polkadot/util": 7.1.3-3 + "@polkadot/networks": 7.2.1 + "@polkadot/util": 7.2.1 "@polkadot/wasm-crypto": ^4.1.2 - "@polkadot/x-randomvalues": 7.1.3-3 + "@polkadot/x-randomvalues": 7.2.1 base-x: ^3.0.8 base64-js: ^1.5.1 blakejs: ^1.1.1 @@ -2483,23 +2483,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 7.1.3-3 - checksum: 2cdd6be74db18fd30f39aebd16755d6ecd1c28027ce4676f7552607b0265477a71356702c6428f88529349c11647d0df4d5398bb3da0b947ca5dd8aa4ed7e5d1 + "@polkadot/util": 7.2.1 + checksum: 9bdf8644e59498da352d4e19644835062d5835fd23a71ac9ff555940e48d4600450ccfd339daac219d22d0ae0fac1e3781393585316ff988cfc73d108ed94e8b languageName: node linkType: hard -"@polkadot/util@npm:7.1.3-3, @polkadot/util@npm:^7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/util@npm:7.1.3-3" +"@polkadot/util@npm:7.2.1, @polkadot/util@npm:^7.2.1": + version: 7.2.1 + resolution: "@polkadot/util@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/x-textdecoder": 7.1.3-3 - "@polkadot/x-textencoder": 7.1.3-3 + "@polkadot/x-textdecoder": 7.2.1 + "@polkadot/x-textencoder": 7.2.1 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 ip-regex: ^4.3.0 - checksum: 5be5543fb7fa4f2c3a4013a9cacd959e5d01eba24d4ee68df2b7db6f56df97c45870e6ef9677fedf2331e7dd661f6d5492fb5aa43ab6bca3057bd9453ad0e66c + checksum: 30d70065cde343e4df85218d2677f4e85df89656c8a6313c001ee88997ee571ea683619eeb78fa37040b1e6846146fa27f8dde803617f70206ab7223e55d346a languageName: node linkType: hard @@ -2508,9 +2508,9 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/ui-shared": 0.84.4-2 - "@polkadot/util": ^7.1.3-3 - "@polkadot/util-crypto": ^7.1.3-3 + "@polkadot/ui-shared": 0.85.0 + "@polkadot/util": ^7.2.1 + "@polkadot/util-crypto": ^7.2.1 jdenticon: 3.1.0 vue: ^2.6.14 peerDependencies: @@ -2552,53 +2552,53 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bundle@npm:^7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/x-bundle@npm:7.1.3-3" +"@polkadot/x-bundle@npm:^7.2.1": + version: 7.2.1 + resolution: "@polkadot/x-bundle@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/util": 7.1.3-3 + "@polkadot/util": 7.2.1 buffer-es6: ^4.9.3 - checksum: 5cbf272c4ade40aeaa0f4ad219f36ec8bc10439445dc14adf21e45888ebbbedcbb305c35d8bfb2339271f8cd32eabbbf31b7c674fe69767e76d3963d190689be + checksum: a8736c5e7763ea0a89531727cf32e8bad4137d19b09929d80a630d24f79ab310adaa0fcc6375b74bec4c3aff7c638b75140f731a8ef6d1e8d9c55d3b3b3d0ca2 languageName: node linkType: hard -"@polkadot/x-global@npm:7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/x-global@npm:7.1.3-3" +"@polkadot/x-global@npm:7.2.1": + version: 7.2.1 + resolution: "@polkadot/x-global@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - checksum: 8b8b738b059b1d1b84d9dbbfa92d68c8155fc34867a4f8b96f7a86e63eabfbfbabd058b813abc7847eb8c0dc53d4ee6431a80ab0e652161237213d890c698a6c + checksum: 32f06711d2f46dce0a4b895409067d2208228095cb427315ae15ed4d9771ff9abf005c745fb8b271123ebf67d67e513b133bb236ef112d17103f02807152bb95 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/x-randomvalues@npm:7.1.3-3" +"@polkadot/x-randomvalues@npm:7.2.1": + version: 7.2.1 + resolution: "@polkadot/x-randomvalues@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/x-global": 7.1.3-3 - checksum: a7c3b3f741c440166db3690597405e59e703360eb7e56c7a3ebc9f610477f775458ad27cc9fd4187b49d9f7810523ebf77f7ec42f54f6c7a1603638a2d03322d + "@polkadot/x-global": 7.2.1 + checksum: 63d5c59c437dc18f5f89a4745f15a5c7af8305c00c81bf0b41818fe26b9bbe8e6aa46370cb1cf36865bf3c6a0b66120c809f5205938e797ff94f51df2a8a2ff8 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/x-textdecoder@npm:7.1.3-3" +"@polkadot/x-textdecoder@npm:7.2.1": + version: 7.2.1 + resolution: "@polkadot/x-textdecoder@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/x-global": 7.1.3-3 - checksum: cf1db5bfef408d81c23ca7d6ed1d66a200928056bb3c3a94f525c4d9d204035b12c625dea79b2abef74ffe401e78434ee908d7cb5112bf79e1a9b7cccbda1da4 + "@polkadot/x-global": 7.2.1 + checksum: 281c37a05d23773aa05bd0fcd711a9c27645fbcb2a890b23d20289b58b80e31ff3bd0c23f97dbea0827d5cf038b9062d4474cac1d3b862431992cf8631878843 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:7.1.3-3": - version: 7.1.3-3 - resolution: "@polkadot/x-textencoder@npm:7.1.3-3" +"@polkadot/x-textencoder@npm:7.2.1": + version: 7.2.1 + resolution: "@polkadot/x-textencoder@npm:7.2.1" dependencies: "@babel/runtime": ^7.15.3 - "@polkadot/x-global": 7.1.3-3 - checksum: 96223d3c4855268a27f7dc6cafe788ca3162f4f07536e87cf51e043412fed973dc1823c5d8d0dffafcc768adeddf0c97c30b429f7ce867864af0c80b4f1ccb3c + "@polkadot/x-global": 7.2.1 + checksum: 344d28789e7c9192611fa8fce2dd26402b757847d91c7caa618da33d91904b573fe6282333b7cc1a4f99384c8687cb29ea5e9887abbfa104f9b4c1fa66df89db languageName: node linkType: hard @@ -7302,12 +7302,12 @@ __metadata: dependencies: "@babel/core": ^7.15.0 "@babel/runtime": ^7.15.3 - "@polkadot/keyring": ^7.1.3-3 - "@polkadot/reactnative-identicon": 0.84.4-2 - "@polkadot/ui-keyring": 0.84.4-2 - "@polkadot/ui-settings": 0.84.4-2 - "@polkadot/util": ^7.1.3-3 - "@polkadot/util-crypto": ^7.1.3-3 + "@polkadot/keyring": ^7.2.1 + "@polkadot/reactnative-identicon": 0.85.0 + "@polkadot/ui-keyring": 0.85.0 + "@polkadot/ui-settings": 0.85.0 + "@polkadot/util": ^7.2.1 + "@polkadot/util-crypto": ^7.2.1 "@react-native-community/async-storage": ^1.12.1 "@react-native-community/cli-platform-ios": ^5.0.2 "@types/react-test-renderer": 17.0.1 @@ -14112,7 +14112,7 @@ resolve@^2.0.0-next.3: "@babel/runtime": ^7.15.3 "@polkadot/dev": ^0.62.59 "@polkadot/ts": ^0.4.4 - "@polkadot/x-bundle": ^7.1.3-3 + "@polkadot/x-bundle": ^7.2.1 "@types/jest": ^26.0.24 babel-plugin-transform-vue-template: ^0.4.2 empty: ^0.10.1