diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d142ca0..5d2d548f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.86.4 Nov 6, 2021 + +Changes: + +- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 7.8.1 + + ## 0.86.3 Nov 1, 2021 Changes: diff --git a/package.json b/package.json index e83bbc5a..08521432 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.4-1", + "version": "0.86.4", "workspaces": [ "packages/*" ], @@ -32,18 +32,18 @@ "test:one": "polkadot-dev-run-test" }, "devDependencies": { - "@babel/core": "^7.15.8", - "@babel/runtime": "^7.15.4", - "@polkadot/dev": "^0.63.25", + "@babel/core": "^7.16.0", + "@babel/runtime": "^7.16.0", + "@polkadot/dev": "^0.63.26", "@polkadot/ts": "^0.4.13", - "@polkadot/x-bundle": "^7.7.2-6", + "@polkadot/x-bundle": "^7.8.1", "@types/jest": "^27.0.2", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2", - "react-native": "^0.66.1", + "react-native": "^0.66.2", "vue-template-compiler": "^2.6.14", "webpack": "^4.46.0", "webpack-cli": "^3.3.12", diff --git a/packages/example-react/package.json b/packages/example-react/package.json index abc19fb4..57c41b26 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -14,9 +14,9 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4" + "@babel/runtime": "^7.16.0" } } diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 6ac321e3..2680c06e 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -14,9 +14,9 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4" + "@babel/runtime": "^7.16.0" } } diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 19ae0f06..d581b23a 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.86.4-1", + "version": "0.86.4", "license": "Apache-2.0", "private": true, "scripts": { @@ -21,26 +21,26 @@ }, "sideEffects": false, "dependencies": { - "@polkadot/keyring": "^7.7.2-6", - "@polkadot/reactnative-identicon": "0.86.4-1", - "@polkadot/ui-keyring": "0.86.4-1", - "@polkadot/ui-settings": "0.86.4-1", - "@polkadot/util": "^7.7.2-6", - "@polkadot/util-crypto": "^7.7.2-6", + "@polkadot/keyring": "^7.8.1", + "@polkadot/reactnative-identicon": "0.86.4", + "@polkadot/ui-keyring": "0.86.4", + "@polkadot/ui-settings": "0.86.4", + "@polkadot/util": "^7.8.1", + "@polkadot/util-crypto": "^7.8.1", "@react-native-community/async-storage": "^1.12.1", "fast-text-encoding": "^1.0.3", "get-yarn-workspaces": "^1.0.2", "os-browserify": "^0.3.0", "process": "^0.11.10", "react": "^17.0.2", - "react-native": "^0.66.1", + "react-native": "^0.66.2", "react-native-crypto": "^2.2.0", "react-native-randombytes": "^3.6.1", "stream-http": "^3.2.0" }, "devDependencies": { - "@babel/core": "^7.15.8", - "@babel/runtime": "^7.15.4", + "@babel/core": "^7.16.0", + "@babel/runtime": "^7.16.0", "@react-native-community/cli-platform-ios": "^5.0.2", "@types/react-test-renderer": "17.0.1", "babel-jest": "^27.3.1", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 021e8430..5a305b54 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4", - "@polkadot/keyring": "^7.7.2-6", - "@polkadot/ui-settings": "0.86.4-1", - "@polkadot/ui-shared": "0.86.4-1", - "@polkadot/util": "^7.7.2-6", - "@polkadot/util-crypto": "^7.7.2-6", + "@babel/runtime": "^7.16.0", + "@polkadot/keyring": "^7.8.1", + "@polkadot/ui-settings": "0.86.4", + "@polkadot/ui-shared": "0.86.4", + "@polkadot/util": "^7.8.1", + "@polkadot/util-crypto": "^7.8.1", "color": "^3.2.1", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.1", @@ -34,7 +34,7 @@ }, "devDependencies": { "@types/react-copy-to-clipboard": "^5.0.2", - "@types/react-dom": "^17.0.10", + "@types/react-dom": "^17.0.11", "@types/styled-components": "^5.1.15", "styled-components": "^5.3.3", "xmlserializer": "^0.6.1" diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 2d453caa..b4dafe17 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -14,12 +14,12 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4", - "@polkadot/util": "^7.7.2-6", - "@polkadot/util-crypto": "^7.7.2-6", + "@babel/runtime": "^7.16.0", + "@polkadot/util": "^7.8.1", + "@polkadot/util-crypto": "^7.8.1", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.3.3" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 95558c9d..ca440fdd 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,17 +17,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4", - "@polkadot/ui-shared": "0.86.4-1", - "@polkadot/util": "^7.7.2-6", - "@polkadot/util-crypto": "^7.7.2-6", + "@babel/runtime": "^7.16.0", + "@polkadot/ui-shared": "0.86.4", + "@polkadot/util": "^7.8.1", + "@polkadot/util-crypto": "^7.8.1", "react-native-svg": "^12.2.0" }, "devDependencies": { - "@types/react-native": "^0.66.0" + "@types/react-native": "^0.66.2" }, "peerDependencies": { "@polkadot/util": "*", diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 9741477f..9e6278c3 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -13,9 +13,9 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4" + "@babel/runtime": "^7.16.0" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index fb157f44..d19bfba3 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,14 +16,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4", - "@polkadot/hw-ledger": "^7.7.2-6", - "@polkadot/keyring": "^7.7.2-6", - "@polkadot/ui-settings": "0.86.4-1", - "@polkadot/util": "^7.7.2-6", + "@babel/runtime": "^7.16.0", + "@polkadot/hw-ledger": "^7.8.1", + "@polkadot/keyring": "^7.8.1", + "@polkadot/ui-settings": "0.86.4", + "@polkadot/util": "^7.8.1", "mkdirp": "^1.0.4", "rxjs": "^7.4.0", "store": "^2.0.12" diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 206c3fac..c098f669 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -14,12 +14,12 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4", - "@polkadot/networks": "^7.7.2-6", - "@polkadot/util": "^7.7.2-6", + "@babel/runtime": "^7.16.0", + "@polkadot/networks": "^7.8.1", + "@polkadot/util": "^7.8.1", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 681a7851..901f323b 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -14,15 +14,15 @@ }, "sideEffects": false, "type": "module", - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4", + "@babel/runtime": "^7.16.0", "color": "^3.2.1" }, "devDependencies": { - "@polkadot/util": "^7.7.2-6", - "@polkadot/util-crypto": "^7.7.2-6", + "@polkadot/util": "^7.8.1", + "@polkadot/util-crypto": "^7.8.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 e7c02c75..11c44a58 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.86.4-1", + "version": "0.86.4", "main": "index.js", "dependencies": { - "@babel/runtime": "^7.15.4", - "@polkadot/ui-shared": "0.86.4-1", - "@polkadot/util": "^7.7.2-6", - "@polkadot/util-crypto": "^7.7.2-6", + "@babel/runtime": "^7.16.0", + "@polkadot/ui-shared": "0.86.4", + "@polkadot/util": "^7.8.1", + "@polkadot/util-crypto": "^7.8.1", "jdenticon": "3.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index d0194118..5f88f9f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -48,7 +48,7 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:7.16.0, @babel/core@npm:^7.1.0, @babel/core@npm:^7.1.6, @babel/core@npm:^7.14.0, @babel/core@npm:^7.15.8, @babel/core@npm:^7.16.0, @babel/core@npm:^7.7.2, @babel/core@npm:^7.7.5": +"@babel/core@npm:7.16.0, @babel/core@npm:^7.1.0, @babel/core@npm:^7.1.6, @babel/core@npm:^7.14.0, @babel/core@npm:^7.16.0, @babel/core@npm:^7.7.2, @babel/core@npm:^7.7.5": version: 7.16.0 resolution: "@babel/core@npm:7.16.0" dependencies: @@ -1465,7 +1465,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.15.3, @babel/runtime@npm:^7.15.4, @babel/runtime@npm:^7.16.0, @babel/runtime@npm:^7.8.4": +"@babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.15.3, @babel/runtime@npm:^7.16.0, @babel/runtime@npm:^7.8.4": version: 7.16.0 resolution: "@babel/runtime@npm:7.16.0" dependencies: @@ -2154,9 +2154,9 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev@npm:^0.63.25": - version: 0.63.25 - resolution: "@polkadot/dev@npm:0.63.25" +"@polkadot/dev@npm:^0.63.26": + version: 0.63.26 + resolution: "@polkadot/dev@npm:0.63.26" dependencies: "@babel/cli": ^7.16.0 "@babel/core": ^7.16.0 @@ -2241,7 +2241,7 @@ __metadata: polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs - checksum: 1822a142f911f1489fe718a4da71379c4fa082d27be416b6b050d1e32d1559580d59c99c3f947b713100e2995536d4203669b7d518abb3cc7e75ae618f08eacc + checksum: 531714b546187b96ed0481275088b8929b8a93b7f74ed14ee838a31c380b21867e88242c546ab948947eed783d719d703dabf4529d8a08e0b54df01e0f4f3aff languageName: node linkType: hard @@ -2249,7 +2249,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/example-react@workspace:packages/example-react" dependencies: - "@babel/runtime": ^7.15.4 + "@babel/runtime": ^7.16.0 languageName: unknown linkType: soft @@ -2257,13 +2257,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/example-vue@workspace:packages/example-vue" dependencies: - "@babel/runtime": ^7.15.4 + "@babel/runtime": ^7.16.0 languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/hw-ledger-transports@npm:7.7.2-6" +"@polkadot/hw-ledger-transports@npm:7.8.1": + version: 7.8.1 + resolution: "@polkadot/hw-ledger-transports@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 "@ledgerhq/hw-transport": ^6.11.2 @@ -2273,42 +2273,42 @@ __metadata: dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: ae2c95999c3813db2e23ebebc01c3e1bb65644e5fd63cc11de637a1ac1191639dbda5eb740a501a197c40ee0f1874c230173f2833f46138d0089e36da53e2659 + checksum: af21129c6fe8b9e6df55aea6d1b70bb2706f4336590a154332f59730ccd8e94a846f45011332f9521876cb2fe0d5690f4d4b160bd964885c69b78254b7b51d58 languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/hw-ledger@npm:7.7.2-6" +"@polkadot/hw-ledger@npm:^7.8.1": + version: 7.8.1 + resolution: "@polkadot/hw-ledger@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/hw-ledger-transports": 7.7.2-6 - "@polkadot/util": 7.7.2-6 + "@polkadot/hw-ledger-transports": 7.8.1 + "@polkadot/util": 7.8.1 "@zondax/ledger-substrate": ^0.18.0 - checksum: c411b3d2bd25971c1a5c3f9925a246012d5d6882368497c54fd2e87c1c408ed8ef9f823af782a78aab4dac7e444cc961ae239e12b7b433a9699a7b2eb8ea009b + checksum: b38a361fb3793ffcbd5dee89773e84e48c50128e0fdd1173f5504605b48f1a21aa2b11ba01a9190201a83453701be2073b7a697d05e1e4d11eb5fc91e07552fa languageName: node linkType: hard -"@polkadot/keyring@npm:^7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/keyring@npm:7.7.2-6" +"@polkadot/keyring@npm:^7.8.1": + version: 7.8.1 + resolution: "@polkadot/keyring@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/util": 7.7.2-6 - "@polkadot/util-crypto": 7.7.2-6 + "@polkadot/util": 7.8.1 + "@polkadot/util-crypto": 7.8.1 peerDependencies: - "@polkadot/util": 7.7.2-6 - "@polkadot/util-crypto": 7.7.2-6 - checksum: 80b1a6b7df23cd497bb1ad4ee047429e9ebc7478267045cf5ae4f749bf63a21e2a334e860bccf198ca048013c43debe91dab2df45ce196d3e3cd4db56c5864bf + "@polkadot/util": 7.8.1 + "@polkadot/util-crypto": 7.8.1 + checksum: e83ea2422d95e09ed8a9e093e321836961d855742d0bdd74f3fc44d739a8294e7627348dbb273bdc3c00e2ab8552ec3fc7dd1f1ef5f11e12b29d46c00fda7bb0 languageName: node linkType: hard -"@polkadot/networks@npm:7.7.2-6, @polkadot/networks@npm:^7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/networks@npm:7.7.2-6" +"@polkadot/networks@npm:7.8.1, @polkadot/networks@npm:^7.8.1": + version: 7.8.1 + resolution: "@polkadot/networks@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - checksum: d0845cd484eab24d99deca4e56178867b27ad1a00ed0f29a66441089abb7dd4d1bb4846d203a5986bc16b3c5a9b48ccf5a7c9cc3388215fe0f04172275610fdc + checksum: b2bdd0f8103fa375bf0c7955537a5096caaf030da97f76904c611887581cc588e4ee80a90553c00f1bfbf037818a8ec60300247b2c08557d1bfa9143d6068909 languageName: node linkType: hard @@ -2316,14 +2316,14 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: - "@babel/runtime": ^7.15.4 - "@polkadot/keyring": ^7.7.2-6 - "@polkadot/ui-settings": 0.86.4-1 - "@polkadot/ui-shared": 0.86.4-1 - "@polkadot/util": ^7.7.2-6 - "@polkadot/util-crypto": ^7.7.2-6 + "@babel/runtime": ^7.16.0 + "@polkadot/keyring": ^7.8.1 + "@polkadot/ui-settings": 0.86.4 + "@polkadot/ui-shared": 0.86.4 + "@polkadot/util": ^7.8.1 + "@polkadot/util-crypto": ^7.8.1 "@types/react-copy-to-clipboard": ^5.0.2 - "@types/react-dom": ^17.0.10 + "@types/react-dom": ^17.0.11 "@types/styled-components": ^5.1.15 color: ^3.2.1 ethereum-blockies-base64: ^1.0.2 @@ -2346,9 +2346,9 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: - "@babel/runtime": ^7.15.4 - "@polkadot/util": ^7.7.2-6 - "@polkadot/util-crypto": ^7.7.2-6 + "@babel/runtime": ^7.16.0 + "@polkadot/util": ^7.8.1 + "@polkadot/util-crypto": ^7.8.1 "@types/react-qr-reader": ^2.1.4 "@types/styled-components": ^5.1.15 qrcode-generator: ^1.4.4 @@ -2363,15 +2363,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/reactnative-identicon@0.86.4-1, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.86.4, @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.4 - "@polkadot/ui-shared": 0.86.4-1 - "@polkadot/util": ^7.7.2-6 - "@polkadot/util-crypto": ^7.7.2-6 - "@types/react-native": ^0.66.0 + "@babel/runtime": ^7.16.0 + "@polkadot/ui-shared": 0.86.4 + "@polkadot/util": ^7.8.1 + "@polkadot/util-crypto": ^7.8.1 + "@types/react-native": ^0.66.2 react-native-svg: ^12.2.0 peerDependencies: "@polkadot/util": "*" @@ -2394,19 +2394,19 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/ui-assets@workspace:packages/ui-assets" dependencies: - "@babel/runtime": ^7.15.4 + "@babel/runtime": ^7.16.0 languageName: unknown linkType: soft -"@polkadot/ui-keyring@0.86.4-1, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.86.4, @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.4 - "@polkadot/hw-ledger": ^7.7.2-6 - "@polkadot/keyring": ^7.7.2-6 - "@polkadot/ui-settings": 0.86.4-1 - "@polkadot/util": ^7.7.2-6 + "@babel/runtime": ^7.16.0 + "@polkadot/hw-ledger": ^7.8.1 + "@polkadot/keyring": ^7.8.1 + "@polkadot/ui-settings": 0.86.4 + "@polkadot/util": ^7.8.1 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2419,13 +2419,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.86.4-1, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.86.4, @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.4 - "@polkadot/networks": ^7.7.2-6 - "@polkadot/util": ^7.7.2-6 + "@babel/runtime": ^7.16.0 + "@polkadot/networks": ^7.8.1 + "@polkadot/util": ^7.8.1 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2435,13 +2435,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.86.4-1, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.86.4, @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.4 - "@polkadot/util": ^7.7.2-6 - "@polkadot/util-crypto": ^7.7.2-6 + "@babel/runtime": ^7.16.0 + "@polkadot/util": ^7.8.1 + "@polkadot/util-crypto": ^7.8.1 "@types/color": ^3.0.2 "@types/xmlserializer": ^0.6.2 color: ^3.2.1 @@ -2451,15 +2451,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:7.7.2-6, @polkadot/util-crypto@npm:^7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/util-crypto@npm:7.7.2-6" +"@polkadot/util-crypto@npm:7.8.1, @polkadot/util-crypto@npm:^7.8.1": + version: 7.8.1 + resolution: "@polkadot/util-crypto@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/networks": 7.7.2-6 - "@polkadot/util": 7.7.2-6 + "@polkadot/networks": 7.8.1 + "@polkadot/util": 7.8.1 "@polkadot/wasm-crypto": ^4.2.1 - "@polkadot/x-randomvalues": 7.7.2-6 + "@polkadot/x-randomvalues": 7.8.1 base-x: ^3.0.9 base64-js: ^1.5.1 blakejs: ^1.1.1 @@ -2473,23 +2473,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 7.7.2-6 - checksum: 02b5960601981a37e711db88177b92c61081961fe047b228e7f0af6214473c543e58ca275f7d884d2d3ba99aeee434b50266ce678b44e83d1bdaa467cabf8fef + "@polkadot/util": 7.8.1 + checksum: 420e89f614273f78b6b23081db9d076bbec449c035dc13ca36f4cd919bdab180c3e5d3d5b52ac39325d0661e31640a064bff8a31b05a7487290a98f4fc04e4a2 languageName: node linkType: hard -"@polkadot/util@npm:7.7.2-6, @polkadot/util@npm:^7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/util@npm:7.7.2-6" +"@polkadot/util@npm:7.8.1, @polkadot/util@npm:^7.8.1": + version: 7.8.1 + resolution: "@polkadot/util@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/x-textdecoder": 7.7.2-6 - "@polkadot/x-textencoder": 7.7.2-6 + "@polkadot/x-textdecoder": 7.8.1 + "@polkadot/x-textencoder": 7.8.1 "@types/bn.js": ^4.11.6 bn.js: ^4.12.0 camelcase: ^6.2.0 ip-regex: ^4.3.0 - checksum: ff08216161f69c3b8bcd231272a4a0726fb29378970be48f6fb6b5c2311599bae5ddb4e09232e2f605e4f2f15940aa59895b87473f837b1bf5962dcfe28bddf0 + checksum: f645cc0925c4f2875d9ab7332644c0ffd8ec6f4d419723204731a2732ba31b6c90c192b2957bd56e5dbc8df364125cab0a716a5097030ae16cad1daff6ff15a5 languageName: node linkType: hard @@ -2497,10 +2497,10 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: - "@babel/runtime": ^7.15.4 - "@polkadot/ui-shared": 0.86.4-1 - "@polkadot/util": ^7.7.2-6 - "@polkadot/util-crypto": ^7.7.2-6 + "@babel/runtime": ^7.16.0 + "@polkadot/ui-shared": 0.86.4 + "@polkadot/util": ^7.8.1 + "@polkadot/util-crypto": ^7.8.1 jdenticon: 3.1.1 vue: ^2.6.14 peerDependencies: @@ -2542,53 +2542,53 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bundle@npm:^7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/x-bundle@npm:7.7.2-6" +"@polkadot/x-bundle@npm:^7.8.1": + version: 7.8.1 + resolution: "@polkadot/x-bundle@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/util": 7.7.2-6 + "@polkadot/util": 7.8.1 buffer-es6: ^4.9.3 - checksum: 809ab099ec78e20aaf2e7d402157e9b11ec465e5dd1eb0d10081bed0be7abca804b4d2465947ac3c982e6b909d879545daec1968d1459be290a3c92ee19ad915 + checksum: 0292bdd599aef2ded2bd27fa99d3b569c3d03861007fcf4946ea4e413ea93057e9ae41a735822d3212b99b93c4a60a26a873c59af61c7878ee716d2b7b335a01 languageName: node linkType: hard -"@polkadot/x-global@npm:7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/x-global@npm:7.7.2-6" +"@polkadot/x-global@npm:7.8.1": + version: 7.8.1 + resolution: "@polkadot/x-global@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - checksum: d3cadd7cee39657f0736e004df8de4462358c2c0801cc7dced91cae61033b94bf3cd3f7102c369198d6d81410a38062cf31fe0b700161964c47e9c326323ae12 + checksum: 3b77ee598c9e7b980d7cf429182561054dc8ff672c9533f81a477be63a76aa41f368a3ce0944be999a478d53657b5a49392220ff875c970c3e78adfe57135052 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/x-randomvalues@npm:7.7.2-6" +"@polkadot/x-randomvalues@npm:7.8.1": + version: 7.8.1 + resolution: "@polkadot/x-randomvalues@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/x-global": 7.7.2-6 - checksum: 7c138d5dd4e580f15fcaa227eb6f2f5818b4a9c78f5590d70a521c52df11fc0f3e1f9849c71ecc89623960c44f699e8e7d866009fa095a869420176f7b893aba + "@polkadot/x-global": 7.8.1 + checksum: 6d694cc92816e0f6f47e49c47171a1bcf6b2e4cc2fa65b0f8f6a5c518cd8a3bf8aaa96a39738ef49815dabcde5ce8a00a5ff8d722228b38690eae99f495ecaf7 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/x-textdecoder@npm:7.7.2-6" +"@polkadot/x-textdecoder@npm:7.8.1": + version: 7.8.1 + resolution: "@polkadot/x-textdecoder@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/x-global": 7.7.2-6 - checksum: 535b84c9ecec986bc4e0dbfa5e972ad7b534b96c91e5198af8ae7d3d56daa72285eaf8f2e0180fcbc5ce217b6b735ca5092966c9ba6b4a415cb6471739b4f83f + "@polkadot/x-global": 7.8.1 + checksum: 90d55c772e746afea897ae1689333fea92fcca89a5d1ba059bf105a637d3aa85899b6374d9824e0a97a358f008a966fcb349d8993b3325b104a7a3c30a8a40ac languageName: node linkType: hard -"@polkadot/x-textencoder@npm:7.7.2-6": - version: 7.7.2-6 - resolution: "@polkadot/x-textencoder@npm:7.7.2-6" +"@polkadot/x-textencoder@npm:7.8.1": + version: 7.8.1 + resolution: "@polkadot/x-textencoder@npm:7.8.1" dependencies: "@babel/runtime": ^7.16.0 - "@polkadot/x-global": 7.7.2-6 - checksum: d105cd13c4d654192218beda78e9f638ef06e77529663536a5305b1893aff59425801b13112750bef1a174fc4b9c871b65420ac04a8b71b8341c6f227011a2bf + "@polkadot/x-global": 7.8.1 + checksum: bcb8d33a30a54b69caa85cdd8516041671a7b32b8e9bff407b208a9e6b2d45a412f78a6630d15a34dff2f236ce1feadd81678f4ee9858802af05d388781e6743 languageName: node linkType: hard @@ -3226,21 +3226,21 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:^17.0.10": - version: 17.0.10 - resolution: "@types/react-dom@npm:17.0.10" +"@types/react-dom@npm:^17.0.11": + version: 17.0.11 + resolution: "@types/react-dom@npm:17.0.11" dependencies: "@types/react": "*" - checksum: cc7d8d5b77ee2f3b989c107abd8ec0f2460ba1b1ee6e6d637124e1939594b5619fa4166ef0ea7632a69b68358e0b71aa618de446ccc416dcc0017175549da601 + checksum: 4d5730dffbef86c887cecad7e3cecda424ce6a64d0b5441c63b5b015d48219868660a2bb1aa15e897e565ad8867fa6b885d4358b04e1c4e589ba4c07c3fda55c languageName: node linkType: hard -"@types/react-native@npm:^0.66.0": - version: 0.66.0 - resolution: "@types/react-native@npm:0.66.0" +"@types/react-native@npm:^0.66.2": + version: 0.66.2 + resolution: "@types/react-native@npm:0.66.2" dependencies: "@types/react": "*" - checksum: 4e8e43a15f2ac1e22aa336cba8312d47ec2a3970003bb72b5685f946ea236819e1e57d1ba2462c7edfa40908759d8fc799baec2e45a17a2cbad6905c5d95953c + checksum: fe6f569f1b42218ca3c690cd0a184b5cebc8494c13a4abe9d21938cdca745a4245e850a518147c71f7be81b29ff5a5c922b2e6305900fbb90d52ec6abb11a69d languageName: node linkType: hard @@ -7364,14 +7364,14 @@ __metadata: version: 0.0.0-use.local resolution: "exampleReactNative@workspace:packages/exampleReactNative" dependencies: - "@babel/core": ^7.15.8 - "@babel/runtime": ^7.15.4 - "@polkadot/keyring": ^7.7.2-6 - "@polkadot/reactnative-identicon": 0.86.4-1 - "@polkadot/ui-keyring": 0.86.4-1 - "@polkadot/ui-settings": 0.86.4-1 - "@polkadot/util": ^7.7.2-6 - "@polkadot/util-crypto": ^7.7.2-6 + "@babel/core": ^7.16.0 + "@babel/runtime": ^7.16.0 + "@polkadot/keyring": ^7.8.1 + "@polkadot/reactnative-identicon": 0.86.4 + "@polkadot/ui-keyring": 0.86.4 + "@polkadot/ui-settings": 0.86.4 + "@polkadot/util": ^7.8.1 + "@polkadot/util-crypto": ^7.8.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 @@ -7382,7 +7382,7 @@ __metadata: os-browserify: ^0.3.0 process: ^0.11.10 react: ^17.0.2 - react-native: ^0.66.1 + react-native: ^0.66.2 react-native-crypto: ^2.2.0 react-native-randombytes: ^3.6.1 react-test-renderer: 17.0.2 @@ -13442,9 +13442,9 @@ fsevents@~2.1.2: languageName: node linkType: hard -"react-native@npm:^0.66.1": - version: 0.66.1 - resolution: "react-native@npm:0.66.1" +"react-native@npm:^0.66.2": + version: 0.66.2 + resolution: "react-native@npm:0.66.2" dependencies: "@jest/create-cache-key-function": ^27.0.1 "@react-native-community/cli": ^6.0.0 @@ -13481,7 +13481,7 @@ fsevents@~2.1.2: react: 17.0.2 bin: react-native: cli.js - checksum: fe1701bb398d8f533c51aaf05dabb1c5d11caf80cb39c79fd38f4dbf13a27e8497080216ffdb19aa72f222d5bc75b32b8673bef504fab711f65a8d84dbdb5ddf + checksum: 5a1810d69482397f2eaa22879aad328c4ba4232ceb2c505a3a03bf43db53a7d5e26cf5b7022e139996e09ae040959228df3a02d66f5af8535d6e010a611241c7 languageName: node linkType: hard @@ -14108,18 +14108,18 @@ resolve@^2.0.0-next.3: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@babel/core": ^7.15.8 - "@babel/runtime": ^7.15.4 - "@polkadot/dev": ^0.63.25 + "@babel/core": ^7.16.0 + "@babel/runtime": ^7.16.0 + "@polkadot/dev": ^0.63.26 "@polkadot/ts": ^0.4.13 - "@polkadot/x-bundle": ^7.7.2-6 + "@polkadot/x-bundle": ^7.8.1 "@types/jest": ^27.0.2 babel-plugin-transform-vue-template: ^0.4.2 empty: ^0.10.1 react: ^17.0.2 react-dom: ^17.0.2 react-is: ^17.0.2 - react-native: ^0.66.1 + react-native: ^0.66.2 vue-template-compiler: ^2.6.14 webpack: ^4.46.0 webpack-cli: ^3.3.12