diff --git a/CHANGELOG.md b/CHANGELOG.md index a40e0d38..90580b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 0.89.3 Jan 23, 2022 + +Changes: + +- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 8.3.3 + + ## 0.89.2 Jan 15, 2022 Changes: diff --git a/package.json b/package.json index d46b39b7..1f8fe9a9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.3-1", + "version": "0.89.3", "workspaces": [ "packages/*" ], @@ -32,10 +32,10 @@ "test:one": "polkadot-dev-run-test" }, "devDependencies": { - "@babel/core": "^7.16.10", + "@babel/core": "^7.16.12", "@babel/runtime": "^7.16.7", - "@polkadot/dev": "^0.65.42", - "@polkadot/x-bundle": "^8.3.2", + "@polkadot/dev": "^0.65.43", + "@polkadot/x-bundle": "^8.3.3", "@types/jest": "^27.4.0", "babel-loader": "^8.2.3", "babel-plugin-transform-vue-template": "^0.4.2", diff --git a/packages/example-react/package.json b/packages/example-react/package.json index e1c95ea2..fd51a15e 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7" diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 19b0970e..7a626304 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 1d1ba2e4..2582ab6a 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/keyring": "^8.3.2", - "@polkadot/ui-settings": "0.89.3-1", - "@polkadot/ui-shared": "0.89.3-1", - "@polkadot/util": "^8.3.2", - "@polkadot/util-crypto": "^8.3.2", + "@polkadot/keyring": "^8.3.3", + "@polkadot/ui-settings": "0.89.3", + "@polkadot/ui-shared": "0.89.3", + "@polkadot/util": "^8.3.3", + "@polkadot/util-crypto": "^8.3.3", "color": "^3.2.1", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.1", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index b88167d1..9d7a1be2 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-settings": "0.89.3-1", - "@polkadot/util": "^8.3.2", - "@polkadot/util-crypto": "^8.3.2", + "@polkadot/ui-settings": "0.89.3", + "@polkadot/util": "^8.3.3", + "@polkadot/util-crypto": "^8.3.3", "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 f704a584..4c98f12c 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-shared": "0.89.3-1", - "@polkadot/util": "^8.3.2", - "@polkadot/util-crypto": "^8.3.2", + "@polkadot/ui-shared": "0.89.3", + "@polkadot/util": "^8.3.3", + "@polkadot/util-crypto": "^8.3.3", "react-native-svg": "^12.2.0" }, "devDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 83200ed1..9197d08b 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -13,10 +13,10 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/util": "^8.3.2" + "@polkadot/util": "^8.3.3" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index ea736094..40f99569 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,15 +16,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/hw-ledger": "^8.3.2", - "@polkadot/keyring": "^8.3.2", - "@polkadot/ui-settings": "0.89.3-1", - "@polkadot/util": "^8.3.2", - "@polkadot/util-crypto": "^8.3.2", + "@polkadot/hw-ledger": "^8.3.3", + "@polkadot/keyring": "^8.3.3", + "@polkadot/ui-settings": "0.89.3", + "@polkadot/util": "^8.3.3", + "@polkadot/util-crypto": "^8.3.3", "mkdirp": "^1.0.4", "rxjs": "^7.5.2", "store": "^2.0.12" diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index cbf83ee5..b3928863 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,12 +17,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/networks": "^8.3.2", - "@polkadot/util": "^8.3.2", + "@polkadot/networks": "^8.3.3", + "@polkadot/util": "^8.3.3", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index a7156358..355b2a95 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", "color": "^3.2.1" }, "devDependencies": { - "@polkadot/util": "^8.3.2", - "@polkadot/util-crypto": "^8.3.2", + "@polkadot/util": "^8.3.3", + "@polkadot/util-crypto": "^8.3.3", "@types/color": "^3.0.2", "@types/xmlserializer": "^0.6.2", "xmlserializer": "^0.6.1" diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 69648f3e..281dc8d4 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.3-1", + "version": "0.89.3", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-shared": "0.89.3-1", - "@polkadot/util": "^8.3.2", - "@polkadot/util-crypto": "^8.3.2", + "@polkadot/ui-shared": "0.89.3", + "@polkadot/util": "^8.3.3", + "@polkadot/util-crypto": "^8.3.3", "jdenticon": "3.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 7b535ad4..5a88d715 100644 --- a/yarn.lock +++ b/yarn.lock @@ -48,16 +48,16 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:^7.1.0, @babel/core@npm:^7.1.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.14.0, @babel/core@npm:^7.16.10, @babel/core@npm:^7.7.2, @babel/core@npm:^7.8.0": - version: 7.16.10 - resolution: "@babel/core@npm:7.16.10" +"@babel/core@npm:^7.1.0, @babel/core@npm:^7.1.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.14.0, @babel/core@npm:^7.16.12, @babel/core@npm:^7.7.2, @babel/core@npm:^7.8.0": + version: 7.16.12 + resolution: "@babel/core@npm:7.16.12" dependencies: "@babel/code-frame": ^7.16.7 "@babel/generator": ^7.16.8 "@babel/helper-compilation-targets": ^7.16.7 "@babel/helper-module-transforms": ^7.16.7 "@babel/helpers": ^7.16.7 - "@babel/parser": ^7.16.10 + "@babel/parser": ^7.16.12 "@babel/template": ^7.16.7 "@babel/traverse": ^7.16.10 "@babel/types": ^7.16.8 @@ -67,7 +67,7 @@ __metadata: json5: ^2.1.2 semver: ^6.3.0 source-map: ^0.5.0 - checksum: d34c5edf9258e620d0cbea4ed25a2615f5ab86dc7f7c1b96ac19817fb7d57bfae9af72dc244385a724225dbc701cb878d9559158aee9659e2a3c69d03f93f3e1 + checksum: 29b56f3cb7c329fc038a2efaccf64ac3025835676b3d90f57f2265b6acd477a970114d09021b38d019ac8f20b2bb1596a9e79ce1f820d6b8cf0e4a802891817c languageName: node linkType: hard @@ -358,12 +358,12 @@ __metadata: languageName: node linkType: hard -"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.1.6, @babel/parser@npm:^7.14.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.10, @babel/parser@npm:^7.16.7": - version: 7.16.10 - resolution: "@babel/parser@npm:7.16.10" +"@babel/parser@npm:^7.0.0, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.1.6, @babel/parser@npm:^7.14.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.10, @babel/parser@npm:^7.16.12, @babel/parser@npm:^7.16.7": + version: 7.16.12 + resolution: "@babel/parser@npm:7.16.12" bin: parser: ./bin/babel-parser.js - checksum: d760606039de8ab8c68e993b7d3ae461754ef51dbf1fbd88d1428bf37d7e13bfb7205105332f0ac0a55d3534c231da527ab7b2db26e7cef6e0f9c8940a3c91a3 + checksum: af287f0f3dfa564958a7dddfeb62e08c0de9ce9bd8447fcde0997da26ec477bf19f37161b9d970e2c7e0d1f77e441258907d3347beddd0d42cae85ed46947703 languageName: node linkType: hard @@ -1898,9 +1898,9 @@ __metadata: languageName: node linkType: hard -"@ledgerhq/hw-transport-node-hid-singleton@npm:^6.23.0": - version: 6.23.0 - resolution: "@ledgerhq/hw-transport-node-hid-singleton@npm:6.23.0" +"@ledgerhq/hw-transport-node-hid-singleton@npm:^6.23.1": + version: 6.23.1 + resolution: "@ledgerhq/hw-transport-node-hid-singleton@npm:6.23.1" dependencies: "@ledgerhq/devices": ^6.20.0 "@ledgerhq/errors": ^6.10.0 @@ -1910,7 +1910,7 @@ __metadata: lodash: ^4.17.21 node-hid: 2.1.1 usb-detection: ^4.13.0 - checksum: 43c55799b0617395ce238dd0c1843cfe5dcd47de755cfd34cfda7ca0eab5401999ad796cd4893b5a12036cee1f9448aa59a190d74710be6be833b3e4eae904d8 + checksum: df899b990ca1d035a1f1728ea4cc98406b24558ae5875a1b5e5de60d0e7ce27c492c9da91c399769f13912573a49de6597d4e1a5e6b41d296f50d5caca9e2188 languageName: node linkType: hard @@ -2137,12 +2137,12 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev@npm:^0.65.42": - version: 0.65.42 - resolution: "@polkadot/dev@npm:0.65.42" +"@polkadot/dev@npm:^0.65.43": + version: 0.65.43 + resolution: "@polkadot/dev@npm:0.65.43" dependencies: "@babel/cli": ^7.16.8 - "@babel/core": ^7.16.10 + "@babel/core": ^7.16.12 "@babel/plugin-proposal-nullish-coalescing-operator": ^7.16.7 "@babel/plugin-proposal-numeric-separator": ^7.16.7 "@babel/plugin-proposal-optional-chaining": ^7.16.7 @@ -2225,7 +2225,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: 19e6981297eb49e0aaf9a4184f2bb1d270870c5338febf975fa0e465b0a8c2bdfa402183315be3bb65179d3ec4c9bfcf228302f28f63feb3aff9adfd18633c6e + checksum: cebdfe1fa6325a7b29599478eb3ee5350f96f1d51a781dcd5625310008ae9a884927a4b43d57c9319a1446f9e9f5db293ce74ace798cdee34e40d04277e759f2 languageName: node linkType: hard @@ -2245,57 +2245,57 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:8.3.2": - version: 8.3.2 - resolution: "@polkadot/hw-ledger-transports@npm:8.3.2" +"@polkadot/hw-ledger-transports@npm:8.3.3": + version: 8.3.3 + resolution: "@polkadot/hw-ledger-transports@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 "@ledgerhq/hw-transport": ^6.20.0 - "@ledgerhq/hw-transport-node-hid-singleton": ^6.23.0 + "@ledgerhq/hw-transport-node-hid-singleton": ^6.23.1 "@ledgerhq/hw-transport-webhid": ^6.20.0 "@ledgerhq/hw-transport-webusb": ^6.20.0 - "@polkadot/util": 8.3.2 + "@polkadot/util": 8.3.3 dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true - checksum: ed90581a615b151a58c03b67f441b35106c8df5717afd158f70404c9e1b10c8f44ac886a472304442af4f6950c5a8eab36fceae1d8bcf3e793a39516b313c083 + checksum: 25b12f94340537c57f30f083559c4a3e2db6e2e0adcc2c978641c8fbd605146aec3f23e327f9b59b8d130215ea43665e48c9574de7e6fcf970ffa1e86daf5a85 languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^8.3.2": - version: 8.3.2 - resolution: "@polkadot/hw-ledger@npm:8.3.2" +"@polkadot/hw-ledger@npm:^8.3.3": + version: 8.3.3 + resolution: "@polkadot/hw-ledger@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 "@ledgerhq/hw-transport": ^6.20.0 - "@polkadot/hw-ledger-transports": 8.3.2 - "@polkadot/util": 8.3.2 + "@polkadot/hw-ledger-transports": 8.3.3 + "@polkadot/util": 8.3.3 "@zondax/ledger-substrate": ^0.24.0 - checksum: 2d0441b67f8ad2905e427917b1da451f77f89451f4a76b5a3d4d2106269baf59b1c2e32eaf6922cff902f8dbd17e8956c5040ae1ea06342c37cfa145d0d57ca2 + checksum: 74102f9e7e84963defe9c7047a4a77cbcca2ef6cf547504a223a05727654a360a0cd5907a0bba5dbc1630f7f86efcd684c561a8494e9d5da0e8b004b015d5849 languageName: node linkType: hard -"@polkadot/keyring@npm:^8.3.2": - version: 8.3.2 - resolution: "@polkadot/keyring@npm:8.3.2" +"@polkadot/keyring@npm:^8.3.3": + version: 8.3.3 + resolution: "@polkadot/keyring@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/util": 8.3.2 - "@polkadot/util-crypto": 8.3.2 + "@polkadot/util": 8.3.3 + "@polkadot/util-crypto": 8.3.3 peerDependencies: - "@polkadot/util": 8.3.2 - "@polkadot/util-crypto": 8.3.2 - checksum: a9b51fbe93e5f42eb73afdc120796409dc92cc0bb01563a4f9b5bddbb7f7e606b00d5e3fe4e7cb84bdc35bb04b4dcfa416426b30369c721c90c6b2af97a78b2d + "@polkadot/util": 8.3.3 + "@polkadot/util-crypto": 8.3.3 + checksum: 5e40f25a494c26c2d503cf374e5826c50f83df73af084641329b3dfe7fe9376807e80aa3e99169ff388f86ef4f909acb855084274b99c56cef85ef3ef3418c0f languageName: node linkType: hard -"@polkadot/networks@npm:8.3.2, @polkadot/networks@npm:^8.3.2": - version: 8.3.2 - resolution: "@polkadot/networks@npm:8.3.2" +"@polkadot/networks@npm:8.3.3, @polkadot/networks@npm:^8.3.3": + version: 8.3.3 + resolution: "@polkadot/networks@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/util": 8.3.2 - checksum: 6eaf48b192da44f7a0014e5c50d45f9477080a98c1cf315e5e4181f9068ca3679989b8ecff07408f0798ea7c3c806f313eafe847ad1a6c8333d8f8e7d0ebee26 + "@polkadot/util": 8.3.3 + checksum: 731772f55f9e19c7120319dd64e70baa584ec9fcca8af3b2abde0f71a38cae2296e8cfd971cdb2a37d35ea2fffb3907b628bb563b2cfe19b4131f9b071b3f627 languageName: node linkType: hard @@ -2304,11 +2304,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/keyring": ^8.3.2 - "@polkadot/ui-settings": 0.89.3-1 - "@polkadot/ui-shared": 0.89.3-1 - "@polkadot/util": ^8.3.2 - "@polkadot/util-crypto": ^8.3.2 + "@polkadot/keyring": ^8.3.3 + "@polkadot/ui-settings": 0.89.3 + "@polkadot/ui-shared": 0.89.3 + "@polkadot/util": ^8.3.3 + "@polkadot/util-crypto": ^8.3.3 "@types/react-copy-to-clipboard": ^5.0.2 "@types/react-dom": ^17.0.11 "@types/styled-components": ^5.1.21 @@ -2334,9 +2334,9 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/ui-settings": 0.89.3-1 - "@polkadot/util": ^8.3.2 - "@polkadot/util-crypto": ^8.3.2 + "@polkadot/ui-settings": 0.89.3 + "@polkadot/util": ^8.3.3 + "@polkadot/util-crypto": ^8.3.3 "@types/react-qr-reader": ^2.1.4 "@types/styled-components": ^5.1.21 qrcode-generator: ^1.4.4 @@ -2356,9 +2356,9 @@ __metadata: resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/ui-shared": 0.89.3-1 - "@polkadot/util": ^8.3.2 - "@polkadot/util-crypto": ^8.3.2 + "@polkadot/ui-shared": 0.89.3 + "@polkadot/util": ^8.3.3 + "@polkadot/util-crypto": ^8.3.3 "@types/react-native": ^0.66.15 react-native-svg: ^12.2.0 peerDependencies: @@ -2374,7 +2374,7 @@ __metadata: resolution: "@polkadot/ui-assets@workspace:packages/ui-assets" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/util": ^8.3.2 + "@polkadot/util": ^8.3.3 languageName: unknown linkType: soft @@ -2383,11 +2383,11 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/hw-ledger": ^8.3.2 - "@polkadot/keyring": ^8.3.2 - "@polkadot/ui-settings": 0.89.3-1 - "@polkadot/util": ^8.3.2 - "@polkadot/util-crypto": ^8.3.2 + "@polkadot/hw-ledger": ^8.3.3 + "@polkadot/keyring": ^8.3.3 + "@polkadot/ui-settings": 0.89.3 + "@polkadot/util": ^8.3.3 + "@polkadot/util-crypto": ^8.3.3 "@types/mkdirp": ^1.0.2 "@types/store": ^2.0.2 mkdirp: ^1.0.4 @@ -2400,13 +2400,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.89.3-1, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.89.3, @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.16.7 - "@polkadot/networks": ^8.3.2 - "@polkadot/util": ^8.3.2 + "@polkadot/networks": ^8.3.3 + "@polkadot/util": ^8.3.3 "@types/store": ^2.0.2 eventemitter3: ^4.0.7 store: ^2.0.12 @@ -2416,13 +2416,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.89.3-1, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.89.3, @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.16.7 - "@polkadot/util": ^8.3.2 - "@polkadot/util-crypto": ^8.3.2 + "@polkadot/util": ^8.3.3 + "@polkadot/util-crypto": ^8.3.3 "@types/color": ^3.0.2 "@types/xmlserializer": ^0.6.2 color: ^3.2.1 @@ -2433,40 +2433,40 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:8.3.2, @polkadot/util-crypto@npm:^8.3.2": - version: 8.3.2 - resolution: "@polkadot/util-crypto@npm:8.3.2" +"@polkadot/util-crypto@npm:8.3.3, @polkadot/util-crypto@npm:^8.3.3": + version: 8.3.3 + resolution: "@polkadot/util-crypto@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 "@noble/hashes": 0.5.7 "@noble/secp256k1": 1.3.4 - "@polkadot/networks": 8.3.2 - "@polkadot/util": 8.3.2 + "@polkadot/networks": 8.3.3 + "@polkadot/util": 8.3.3 "@polkadot/wasm-crypto": ^4.5.1 - "@polkadot/x-bigint": 8.3.2 - "@polkadot/x-randomvalues": 8.3.2 + "@polkadot/x-bigint": 8.3.3 + "@polkadot/x-randomvalues": 8.3.3 ed2curve: ^0.3.0 micro-base: ^0.10.2 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 8.3.2 - checksum: 2a15d51673c34338e61f479d59c7244abd09349b0e8fb06a98e6f0387e34c9cf3bb207876cf7d8da48204ba04434fb8f508be7c51feb27af2f905dfbced18ef0 + "@polkadot/util": 8.3.3 + checksum: 57c15a4b4ffac2fb037ef9f7d3f27d8c79e291352b73f85d2c54845d29fec4bf690fac43bda1e2e0b9fa56701c03393bc0fb6d3dcda56fd1142c85273f9c2220 languageName: node linkType: hard -"@polkadot/util@npm:8.3.2, @polkadot/util@npm:^8.3.2": - version: 8.3.2 - resolution: "@polkadot/util@npm:8.3.2" +"@polkadot/util@npm:8.3.3, @polkadot/util@npm:^8.3.3": + version: 8.3.3 + resolution: "@polkadot/util@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/x-bigint": 8.3.2 - "@polkadot/x-global": 8.3.2 - "@polkadot/x-textdecoder": 8.3.2 - "@polkadot/x-textencoder": 8.3.2 + "@polkadot/x-bigint": 8.3.3 + "@polkadot/x-global": 8.3.3 + "@polkadot/x-textdecoder": 8.3.3 + "@polkadot/x-textencoder": 8.3.3 "@types/bn.js": ^4.11.6 bn.js: ^4.12.0 ip-regex: ^4.3.0 - checksum: 8deb8badc9295b420c6b93cb9a2ce77c34833ab5dc38c56b2059f169769d73fbaec5a8e88974e6f0ef9675ce3f87c7df09760ab5d348412ac5b41822b93d8ad6 + checksum: 7ce0efe911fb528800ed01fc501b5eca340722fc12c8c7ee9dee6637260e669b59242183caade532431e5b63631f83fd53bcfd93b29b86cb9119e0469ccf735c languageName: node linkType: hard @@ -2475,9 +2475,9 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/ui-shared": 0.89.3-1 - "@polkadot/util": ^8.3.2 - "@polkadot/util-crypto": ^8.3.2 + "@polkadot/ui-shared": 0.89.3 + "@polkadot/util": ^8.3.3 + "@polkadot/util-crypto": ^8.3.3 jdenticon: 3.1.1 vue: ^2.6.14 peerDependencies: @@ -2519,63 +2519,63 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:8.3.2": - version: 8.3.2 - resolution: "@polkadot/x-bigint@npm:8.3.2" +"@polkadot/x-bigint@npm:8.3.3": + version: 8.3.3 + resolution: "@polkadot/x-bigint@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/x-global": 8.3.2 - checksum: d5fe4d75436c817e712c373163a7e02e4fa8e55ae42f97d9e58f3b6806fefdd5759c28c3658b69c155d0803642085caa65f2b3b87879556f94fe1c966ec6cfec + "@polkadot/x-global": 8.3.3 + checksum: 43cdb0572ab7dd4e77b3af5f4421ee804ad52fc6121415f09c851e1c431574bc7f5bf92cef9f1f0573ba8115ce4d1200273b23e15eb695781ad7dc54eb7970ab languageName: node linkType: hard -"@polkadot/x-bundle@npm:^8.3.2": - version: 8.3.2 - resolution: "@polkadot/x-bundle@npm:8.3.2" +"@polkadot/x-bundle@npm:^8.3.3": + version: 8.3.3 + resolution: "@polkadot/x-bundle@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/util": 8.3.2 + "@polkadot/util": 8.3.3 buffer-es6: ^4.9.3 - checksum: 03aee2225e6d6002fff6d197b9568a161d04913621f10364132c4d7dcc3455878e55a7d1d0bc1605a28e752ceadcf8f356f1ee4c8e8e6adcbf71da6ff56ac1d8 + checksum: 333178d5b39f263bdf37ad1e4aa5eab04aa27da297ba99010009862f1cdba9f78a986b8425ac669d4414240472dfed7c4e0d09e24c609706594b0f72e7c143a5 languageName: node linkType: hard -"@polkadot/x-global@npm:8.3.2": - version: 8.3.2 - resolution: "@polkadot/x-global@npm:8.3.2" +"@polkadot/x-global@npm:8.3.3": + version: 8.3.3 + resolution: "@polkadot/x-global@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 - checksum: a41e672c6ab34cf201ec2ac63e1dcf84994b7470fec4afe03e76836e515bb0418efc8ac0aad3c2e2af2eee648956b88d5d933f6c2e8f07c6cb1a64453ff7e778 + checksum: 992cea4d1e9442195648ae3aac9cd9afa657897e3e6d25f1870690e99bf687555e2296295c9b53ac0694c10ddbce20e158b659c510ae5e0688a5774c9bfac6e9 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:8.3.2": - version: 8.3.2 - resolution: "@polkadot/x-randomvalues@npm:8.3.2" +"@polkadot/x-randomvalues@npm:8.3.3": + version: 8.3.3 + resolution: "@polkadot/x-randomvalues@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/x-global": 8.3.2 - checksum: 3b0210040111ce5d4ca38dd0a0f486dc3e92837c30f8772128096a29d50480305f3d1cd9b40b18d0a9954df67792bdc74fcfb7d51f36d8d097d2367a59301d09 + "@polkadot/x-global": 8.3.3 + checksum: 54546db40525efaadf16035cf23a747229e0a308aac41af8c1852df94123ee6d1a5155bdb2c0cc0bb5599b58e31fbdc8a3d653d5ad34a57b51bd3581cdbd40ed languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:8.3.2": - version: 8.3.2 - resolution: "@polkadot/x-textdecoder@npm:8.3.2" +"@polkadot/x-textdecoder@npm:8.3.3": + version: 8.3.3 + resolution: "@polkadot/x-textdecoder@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/x-global": 8.3.2 - checksum: e9e7da757535f9ccfc42bbc146e628074bcb96151271d9a1ebcaff54ebe2152eda18396196f55ffcf91533e9834391b4a25aead5472a018338bbf16211b366a1 + "@polkadot/x-global": 8.3.3 + checksum: 88df61f32e5ea1f348a4d27bf123bae3bfcf147023b337cb5c0b12660155e92b85e7747085e60cfd724d3365d8507a6003a7f6a7e1d3f5da4754ee389242a82e languageName: node linkType: hard -"@polkadot/x-textencoder@npm:8.3.2": - version: 8.3.2 - resolution: "@polkadot/x-textencoder@npm:8.3.2" +"@polkadot/x-textencoder@npm:8.3.3": + version: 8.3.3 + resolution: "@polkadot/x-textencoder@npm:8.3.3" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/x-global": 8.3.2 - checksum: 69252974497b8d6c8cf917acde534b2e322cad777a8d79fb3e0ffd7d81919d5a592c923d8094a85277eaba459f576fcbcfd03ce647a8212cee31fc6195697fe9 + "@polkadot/x-global": 8.3.3 + checksum: b9a044f0afd6ce13faa62b90b627caea3c4cdb40ce72df54ffb096ab222a667cf47ff28d59f6b9c81e2c186f40c67c07fe40fcfa44d564dcebb3af41fe79c8a9 languageName: node linkType: hard @@ -13053,10 +13053,10 @@ resolve@^2.0.0-next.3: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@babel/core": ^7.16.10 + "@babel/core": ^7.16.12 "@babel/runtime": ^7.16.7 - "@polkadot/dev": ^0.65.42 - "@polkadot/x-bundle": ^8.3.2 + "@polkadot/dev": ^0.65.43 + "@polkadot/x-bundle": ^8.3.3 "@types/jest": ^27.4.0 babel-loader: ^8.2.3 babel-plugin-transform-vue-template: ^0.4.2