Bump deps (#371)

* Bump deps

* Headers
This commit is contained in:
Jaco Greeff
2020-09-24 15:01:56 +02:00
committed by GitHub
parent 64f630d904
commit 262b8ad7c3
20 changed files with 276 additions and 149 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -32,7 +32,7 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@polkadot/dev": "^0.55.52",
"@polkadot/dev": "^0.55.54",
"@polkadot/ts": "^0.3.47",
"@types/jest": "^26.0.14",
"babel-plugin-transform-vue-template": "^0.4.2",
+3 -3
View File
@@ -29,9 +29,9 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@polkadot/keyring": "^3.4.1",
"@polkadot/util": "^3.4.1",
"@polkadot/util-crypto": "^3.4.1",
"@polkadot/keyring": "^3.5.0-beta.12",
"@polkadot/util": "^3.5.0-beta.12",
"@polkadot/util-crypto": "^3.5.0-beta.12",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "16.9.3",
"babel-jest": "^26.3.0",
+3 -3
View File
@@ -26,9 +26,9 @@
"styled-components": "*"
},
"devDependencies": {
"@polkadot/keyring": "^3.4.1",
"@polkadot/util": "^3.4.1",
"@polkadot/util-crypto": "^3.4.1",
"@polkadot/keyring": "^3.5.0-beta.12",
"@polkadot/util": "^3.5.0-beta.12",
"@polkadot/util-crypto": "^3.5.0-beta.12",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.3",
@@ -1,6 +1,6 @@
// Copyright 2018 Paritytech via paritytech/oo7/polkadot-identicon
// Copyright 2018-2020 @polkadot/react-identicon authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2018 Paritytech via paritytech/oo7/polkadot-identicon
// This has been converted from the original version that can be found at
//
+1 -1
View File
@@ -19,7 +19,7 @@
"react-native": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^3.4.1",
"@polkadot/util-crypto": "^3.5.0-beta.12",
"@types/react-native": "^0.63.18"
}
}
+3 -3
View File
@@ -25,9 +25,9 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^3.4.1",
"@polkadot/types": "^1.34.0-beta.10",
"@polkadot/util": "^3.4.1",
"@polkadot/keyring": "^3.5.0-beta.12",
"@polkadot/types": "^1.35.0-beta.7",
"@polkadot/util": "^3.5.0-beta.12",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.1",
"@types/ledgerhq__hw-transport-webusb": "^4.70.0",
"@types/mkdirp": "^1.0.1",
+1 -1
View File
@@ -14,7 +14,7 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/util": "^3.4.1",
"@polkadot/util": "^3.5.0-beta.12",
"@types/store": "^2.0.2"
},
"peerDependencies": {
+2 -2
View File
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^3.4.1",
"@polkadot/util-crypto": "^3.4.1",
"@polkadot/util": "^3.5.0-beta.12",
"@polkadot/util-crypto": "^3.5.0-beta.12",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.1"
}
@@ -1,6 +1,6 @@
// Copyright 2016 Dan Finlay
// Copyright 2017-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2016 Dan Finlay
import { ColorGen, Seeder } from './types';
@@ -1,6 +1,6 @@
// Copyright 2016 Dan Finlay
// Copyright 2017-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2016 Dan Finlay
export default function container (diameter: number, background = 'white', className = '', _style: { [index: string]: string } = {}): HTMLElement {
const element = document.createElement('div');
@@ -1,6 +1,6 @@
// Copyright 2016 Dan Finlay
// Copyright 2017-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2016 Dan Finlay
const COLORS: string[] = [
// https://sashat.me/2017/01/11/list-of-20-simple-distinct-colors/
@@ -1,6 +1,6 @@
// Copyright 2016 Dan Finlay
// Copyright 2017-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2016 Dan Finlay
import { isNull } from '@polkadot/util';
import { encodeAddress, randomAsU8a } from '@polkadot/util-crypto';
@@ -1,6 +1,6 @@
// Copyright 2016 Dan Finlay
// Copyright 2017-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2016 Dan Finlay
import { Options } from '../types';
@@ -1,6 +1,6 @@
// Copyright 2016 Dan Finlay
// Copyright 2017-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2016 Dan Finlay
import { Seeder } from '../types';
@@ -1,6 +1,6 @@
// Copyright 2016 Dan Finlay
// Copyright 2017-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2016 Dan Finlay
import { Seeder } from '../types';
@@ -1,6 +1,6 @@
// Copyright 2016 Dan Finlay
// Copyright 2017-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2016 Dan Finlay
import createSvg from './svg';
@@ -1,6 +1,6 @@
// Copyright 2016 Dan Finlay
// Copyright 2017-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2016 Dan Finlay
const SVG_NS = 'http://www.w3.org/2000/svg';
+1 -1
View File
@@ -1,6 +1,6 @@
// Copyright 2018 Paritytech via paritytech/oo7/polkadot-identicon
// Copyright 2018-2020 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Copyright 2018 Paritytech via paritytech/oo7/polkadot-identicon
// This has been converted from the original version that can be found at
//
+1 -1
View File
@@ -18,7 +18,7 @@
"vue": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^3.4.1",
"@polkadot/util-crypto": "^3.5.0-beta.12",
"vue": "^2.6.12"
}
}
+249 -122
View File
@@ -3033,9 +3033,9 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/dev@npm:^0.55.52":
version: 0.55.52
resolution: "@polkadot/dev@npm:0.55.52"
"@polkadot/dev@npm:^0.55.54":
version: 0.55.54
resolution: "@polkadot/dev@npm:0.55.54"
dependencies:
"@babel/cli": ^7.11.6
"@babel/core": ^7.11.6
@@ -3058,14 +3058,14 @@ __metadata:
"@babel/register": ^7.11.5
"@babel/runtime": ^7.11.2
"@rushstack/eslint-patch": ^1.0.3
"@typescript-eslint/eslint-plugin": 4.1.1
"@typescript-eslint/parser": 4.1.1
"@typescript-eslint/eslint-plugin": 4.2.0
"@typescript-eslint/parser": 4.2.0
"@vue/component-compiler-utils": ^3.2.0
babel-core: ^7.0.0-bridge.0
babel-jest: ^26.3.0
babel-plugin-module-resolver: ^4.0.0
babel-plugin-styled-components: ^1.11.1
browserslist: ^4.14.2
browserslist: ^4.14.4
chalk: ^4.1.0
coveralls: ^3.1.0
eslint: ^7.9.0
@@ -3075,7 +3075,7 @@ __metadata:
eslint-plugin-import: ^2.22.0
eslint-plugin-node: ^11.1.0
eslint-plugin-promise: ^4.2.1
eslint-plugin-react: ^7.20.6
eslint-plugin-react: ^7.21.1
eslint-plugin-react-hooks: ^4.1.2
eslint-plugin-sort-destructure-keys: ^1.3.5
eslint-plugin-standard: ^4.0.1
@@ -3095,12 +3095,12 @@ __metadata:
mkdirp: ^1.0.4
prettier: ^2.1.2
rimraf: ^3.0.2
typedoc: ^0.19.1
typedoc-plugin-markdown: ^2.4.2
typedoc: ^0.19.2
typedoc-plugin-markdown: ^3.0.2
typedoc-plugin-no-inherit: ^1.2.0
typescript: ^4.0.2
typescript: ^4.0.3
vuepress: ^1.5.4
webpack: ^4.44.1
webpack: ^4.44.2
webpack-cli: ^3.3.12
yargs: ^16.0.3
bin:
@@ -3125,7 +3125,7 @@ __metadata:
polkadot-exec-typedoc: scripts/polkadot-exec-typedoc.js
polkadot-exec-vuepress: scripts/polkadot-exec-vuepress.js
polkadot-exec-webpack: scripts/polkadot-exec-webpack.js
checksum: 72d8af9ad50913285743bead3ccbfc7cf49c1e90ecdec78e9ab1f97701b2589408c769341e66fcc09a8c3a229fabc268ba3734355091aa11f927cba93143c00c
checksum: 99ccd425a85688c4f67276cb0c5f20e935b2f252e0ba5bce0634307f446ac3f6ae6adb50908f0d99d3e695c6c45da98dcadb4721f909d7a2f885b3267656aecb
languageName: node
linkType: hard
@@ -3145,28 +3145,28 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/keyring@npm:^3.4.1":
version: 3.4.1
resolution: "@polkadot/keyring@npm:3.4.1"
"@polkadot/keyring@npm:^3.5.0-beta.12":
version: 3.5.0-beta.12
resolution: "@polkadot/keyring@npm:3.5.0-beta.12"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/util": 3.4.1
"@polkadot/util-crypto": 3.4.1
checksum: d921a26c30dde6656e91644906a11755fca0476bc2be0e25915b8e0c4991091d236852acee5bfd092e71d6132d9f3d9b58fb1bab01b3aedfc19d6322fa20d032
"@polkadot/util": 3.5.0-beta.12
"@polkadot/util-crypto": 3.5.0-beta.12
checksum: 63a1d8cff1f982b4936e6bfb1d8b98920f6f47924f0b231de63d419d3974f31dd8a34716f444837647564bde44a332495ae66b806f4439fc661ff7ac72f8b47c
languageName: node
linkType: hard
"@polkadot/metadata@npm:1.34.0-beta.10":
version: 1.34.0-beta.10
resolution: "@polkadot/metadata@npm:1.34.0-beta.10"
"@polkadot/metadata@npm:1.35.0-beta.7":
version: 1.35.0-beta.7
resolution: "@polkadot/metadata@npm:1.35.0-beta.7"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/types": 1.34.0-beta.10
"@polkadot/types-known": 1.34.0-beta.10
"@polkadot/util": ^3.4.1
"@polkadot/util-crypto": ^3.4.1
"@polkadot/types": 1.35.0-beta.7
"@polkadot/types-known": 1.35.0-beta.7
"@polkadot/util": ^3.5.0-beta.12
"@polkadot/util-crypto": ^3.5.0-beta.12
bn.js: ^5.1.3
checksum: 09075b88e497ac7fc7d4ba6fd0655c9d0fc8932fccbec732d41fa74b0b9f637276c27b89d5bd38679ac94a3f832404cafd7865d21a5d9068c8b60826bc2b7fd6
checksum: 4e24cd437898eca1a3dc39ced458b2e6e93416ac91db9d0029a77f8866a5f1b88e295d974f04c08f6376bccc2cbaae012c5a473dc905e1de7008865244d827c7
languageName: node
linkType: hard
@@ -3175,11 +3175,11 @@ __metadata:
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/keyring": ^3.4.1
"@polkadot/keyring": ^3.5.0-beta.12
"@polkadot/ui-settings": 0.59.0-beta.8
"@polkadot/ui-shared": 0.59.0-beta.8
"@polkadot/util": ^3.4.1
"@polkadot/util-crypto": ^3.4.1
"@polkadot/util": ^3.5.0-beta.12
"@polkadot/util-crypto": ^3.5.0-beta.12
"@types/react-copy-to-clipboard": ^4.3.0
"@types/react-dom": ^16.9.8
"@types/styled-components": ^5.1.3
@@ -3223,7 +3223,7 @@ __metadata:
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/ui-shared": 0.59.0-beta.8
"@polkadot/util-crypto": ^3.4.1
"@polkadot/util-crypto": ^3.5.0-beta.12
"@types/react-native": ^0.63.18
react-native-svg: ^12.1.0
peerDependencies:
@@ -3242,31 +3242,31 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/types-known@npm:1.34.0-beta.10":
version: 1.34.0-beta.10
resolution: "@polkadot/types-known@npm:1.34.0-beta.10"
"@polkadot/types-known@npm:1.35.0-beta.7":
version: 1.35.0-beta.7
resolution: "@polkadot/types-known@npm:1.35.0-beta.7"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/types": 1.34.0-beta.10
"@polkadot/util": ^3.4.1
"@polkadot/types": 1.35.0-beta.7
"@polkadot/util": ^3.5.0-beta.12
bn.js: ^5.1.3
checksum: 3d2783b8d2d7c12e2f1897640035f8e4f42ff83f8fc147d5406aa7678a06b96c14ba1e197d4432a1442c0e7c9da2836a504e777ecc83aa7f830a38d9a52665ee
checksum: 996623e8a3a8ce566cf9cee051d66b70e71e8eae259c9d392754775b5d051496ba451e0ef43aeafe5c552ad68442870ecc62d295c59cec060659783df7c555a7
languageName: node
linkType: hard
"@polkadot/types@npm:1.34.0-beta.10, @polkadot/types@npm:^1.34.0-beta.10":
version: 1.34.0-beta.10
resolution: "@polkadot/types@npm:1.34.0-beta.10"
"@polkadot/types@npm:1.35.0-beta.7, @polkadot/types@npm:^1.35.0-beta.7":
version: 1.35.0-beta.7
resolution: "@polkadot/types@npm:1.35.0-beta.7"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/metadata": 1.34.0-beta.10
"@polkadot/util": ^3.4.1
"@polkadot/util-crypto": ^3.4.1
"@polkadot/metadata": 1.35.0-beta.7
"@polkadot/util": ^3.5.0-beta.12
"@polkadot/util-crypto": ^3.5.0-beta.12
"@types/bn.js": ^4.11.6
bn.js: ^5.1.3
memoizee: ^0.4.14
rxjs: ^6.6.3
checksum: d8513376b5e2b503173198d96a3052381af384aae12ff5e988dd398f1647f383face8f37fd06f0f7e85d2208069d6d2b16e8d78ca9be24ccb99c8d8f322a2cd4
checksum: b77d61d5f877cb8b464fc4e9e9a163c4a08fe01cba044cfc25b0f2437e748b1f6092455fe7dd7567627725794cf0953dc5467866148893a48f58c57a2df81717
languageName: node
linkType: hard
@@ -3285,9 +3285,9 @@ __metadata:
"@babel/runtime": ^7.11.2
"@ledgerhq/hw-transport-node-hid": ^5.23.2
"@ledgerhq/hw-transport-webusb": ^5.23.0
"@polkadot/keyring": ^3.4.1
"@polkadot/types": ^1.34.0-beta.10
"@polkadot/util": ^3.4.1
"@polkadot/keyring": ^3.5.0-beta.12
"@polkadot/types": ^1.35.0-beta.7
"@polkadot/util": ^3.5.0-beta.12
"@types/ledgerhq__hw-transport-node-hid": ^4.22.1
"@types/ledgerhq__hw-transport-webusb": ^4.70.0
"@types/mkdirp": ^1.0.1
@@ -3311,7 +3311,7 @@ __metadata:
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/util": ^3.4.1
"@polkadot/util": ^3.5.0-beta.12
"@types/store": ^2.0.2
eventemitter3: ^4.0.7
store: ^2.0.12
@@ -3325,8 +3325,8 @@ __metadata:
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/util": ^3.4.1
"@polkadot/util-crypto": ^3.4.1
"@polkadot/util": ^3.5.0-beta.12
"@polkadot/util-crypto": ^3.5.0-beta.12
"@types/color": ^3.0.1
"@types/xmlserializer": ^0.6.1
color: ^3.1.2
@@ -3336,12 +3336,12 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:3.4.1, @polkadot/util-crypto@npm:^3.4.1":
version: 3.4.1
resolution: "@polkadot/util-crypto@npm:3.4.1"
"@polkadot/util-crypto@npm:3.5.0-beta.12, @polkadot/util-crypto@npm:^3.5.0-beta.12":
version: 3.5.0-beta.12
resolution: "@polkadot/util-crypto@npm:3.5.0-beta.12"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/util": 3.4.1
"@polkadot/util": 3.5.0-beta.12
"@polkadot/wasm-crypto": ^1.4.1
base-x: ^3.0.8
bip39: ^3.0.2
@@ -3353,21 +3353,23 @@ __metadata:
scryptsy: ^2.1.0
tweetnacl: ^1.0.3
xxhashjs: ^0.2.2
checksum: 518c4a76339efcae6797ea413e1280342194acf321f60d118f73fae201cd7611c27fa0a61c2bff3a3f417f11dedd5b37a1ed64823c63f5a49da334b3a2eaf662
checksum: f366a1826fd05e4396e1adb97353b0bf18a26cb94c7786115c7096f735e528db56fa83b106e3785cd1672c6c44cda3bb4d1c03046d8416c7ee1a7196be6e8800
languageName: node
linkType: hard
"@polkadot/util@npm:3.4.1, @polkadot/util@npm:^3.4.1":
version: 3.4.1
resolution: "@polkadot/util@npm:3.4.1"
"@polkadot/util@npm:3.5.0-beta.12, @polkadot/util@npm:^3.5.0-beta.12":
version: 3.5.0-beta.12
resolution: "@polkadot/util@npm:3.5.0-beta.12"
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/x-textdecoder": ^0.3.2
"@polkadot/x-textencoder": ^0.3.2
"@types/bn.js": ^4.11.6
bn.js: ^5.1.3
camelcase: ^5.3.1
chalk: ^4.1.0
ip-regex: ^4.1.0
checksum: a7f138b980a31d6bf37821c56f4c5272bfa934c851948d1b26b8bf8dee530b8f3a95b23cae03dc0e1ddb90446a161e337ba4b6d693c298a5135d71b3c82357ce
checksum: ad4513479c9b9ed20cb06eae999663c98b1fddf7c2116d7c57d02d722264cb8be100561aa9a2bd6c12cde1f464e4c410f9f1a3d8a1a4c7c1696e35e68c9f7b4d
languageName: node
linkType: hard
@@ -3377,7 +3379,7 @@ __metadata:
dependencies:
"@babel/runtime": ^7.11.2
"@polkadot/ui-shared": 0.59.0-beta.8
"@polkadot/util-crypto": ^3.4.1
"@polkadot/util-crypto": ^3.5.0-beta.12
jdenticon: 2.2.0
vue: ^2.6.12
peerDependencies:
@@ -3395,6 +3397,24 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:^0.3.2":
version: 0.3.2
resolution: "@polkadot/x-textdecoder@npm:0.3.2"
dependencies:
"@babel/runtime": ^7.11.2
checksum: 1a14bc082b35d1b43632ecea504b4050a8311994c0e76f56a0830eb9ab2bf469382967dbddf53867daf8e84f6b3daf9d143deb1acc3816926db2986aa188b498
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:^0.3.2":
version: 0.3.2
resolution: "@polkadot/x-textencoder@npm:0.3.2"
dependencies:
"@babel/runtime": ^7.11.2
checksum: 1e7537c6020929b9f5307d85e644b522789d5428edaf277d164a605528883b8448cc740b79bfc160ef2773f2271a459f1135cdb094eeb2d1f5041c4cb33032d9
languageName: node
linkType: hard
"@react-native-community/async-storage@npm:^1.12.0":
version: 1.12.0
resolution: "@react-native-community/async-storage@npm:1.12.0"
@@ -4020,12 +4040,12 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/eslint-plugin@npm:4.1.1":
version: 4.1.1
resolution: "@typescript-eslint/eslint-plugin@npm:4.1.1"
"@typescript-eslint/eslint-plugin@npm:4.2.0":
version: 4.2.0
resolution: "@typescript-eslint/eslint-plugin@npm:4.2.0"
dependencies:
"@typescript-eslint/experimental-utils": 4.1.1
"@typescript-eslint/scope-manager": 4.1.1
"@typescript-eslint/experimental-utils": 4.2.0
"@typescript-eslint/scope-manager": 4.2.0
debug: ^4.1.1
functional-red-black-tree: ^1.0.1
regexpp: ^3.0.0
@@ -4037,66 +4057,66 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 371ed9fb3091b8f7bdc7e8b06273eca9fcd5c5f6cb82f04a06ce5126949a76e2e7764b97fea4ca6c18c25be24d27dc8afc84f5a63b76cb342a314ccb0dfff8e5
checksum: 925fef9a22a0c99068864153ed70e51fdbef7a958115c6aa23f39017f9befc41df8b9e5047f517e9ca0cdc93ce8b4af54ddfb5950c4381d5b69c78e0202c4890
languageName: node
linkType: hard
"@typescript-eslint/experimental-utils@npm:4.1.1":
version: 4.1.1
resolution: "@typescript-eslint/experimental-utils@npm:4.1.1"
"@typescript-eslint/experimental-utils@npm:4.2.0":
version: 4.2.0
resolution: "@typescript-eslint/experimental-utils@npm:4.2.0"
dependencies:
"@types/json-schema": ^7.0.3
"@typescript-eslint/scope-manager": 4.1.1
"@typescript-eslint/types": 4.1.1
"@typescript-eslint/typescript-estree": 4.1.1
"@typescript-eslint/scope-manager": 4.2.0
"@typescript-eslint/types": 4.2.0
"@typescript-eslint/typescript-estree": 4.2.0
eslint-scope: ^5.0.0
eslint-utils: ^2.0.0
peerDependencies:
eslint: "*"
checksum: 49866a6695109866aba60f260a99ec776389a5ea3e6d973b5a36a65ff1e7d65bf04ee07be190a2f16bd2c20b628c3b022a7f3fe1e148602c7c0c752d626dd9ad
checksum: dc7cb0ab8637d934565fd406f347f229c81e6d5ae3ed958108616c89ed7e7e528a95b69b3e07fd3b38ffee8ba8f611ebe05af0eb30c2d3b297a3fd5c0e2b87b7
languageName: node
linkType: hard
"@typescript-eslint/parser@npm:4.1.1":
version: 4.1.1
resolution: "@typescript-eslint/parser@npm:4.1.1"
"@typescript-eslint/parser@npm:4.2.0":
version: 4.2.0
resolution: "@typescript-eslint/parser@npm:4.2.0"
dependencies:
"@typescript-eslint/scope-manager": 4.1.1
"@typescript-eslint/types": 4.1.1
"@typescript-eslint/typescript-estree": 4.1.1
"@typescript-eslint/scope-manager": 4.2.0
"@typescript-eslint/types": 4.2.0
"@typescript-eslint/typescript-estree": 4.2.0
debug: ^4.1.1
peerDependencies:
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: a80faee257b9bedc14c7580b1a9a3e0ff07b9bbe9fcced0b7517f7cc3e7738bc6026abc7ad81696eab90da6e305118c4ffaea109049fe4cc7f71e22966be636b
checksum: 9f2a40fb1b844191cc60a6fcfbe9e946c4076c8e439fda2af070583a4bdd48b3a33cc74a260efd8beaf53d3c1cf9a89561d2d1de92a52087fdf7bf9115feeee5
languageName: node
linkType: hard
"@typescript-eslint/scope-manager@npm:4.1.1":
version: 4.1.1
resolution: "@typescript-eslint/scope-manager@npm:4.1.1"
"@typescript-eslint/scope-manager@npm:4.2.0":
version: 4.2.0
resolution: "@typescript-eslint/scope-manager@npm:4.2.0"
dependencies:
"@typescript-eslint/types": 4.1.1
"@typescript-eslint/visitor-keys": 4.1.1
checksum: 48d3b5dc0b77a2ba8c6cb3f1be5e7e0e025540348aac6b2fd43bd9a1d8dc1dec8782f32a19911cb11b3432c55b2bfdf2fc5029ba006f595d6d4626d6a9947986
"@typescript-eslint/types": 4.2.0
"@typescript-eslint/visitor-keys": 4.2.0
checksum: 3272b809750e54f5a5e6a80c0bd8fbddf98a6bd44b0402fd1888a6402eb9d7eab70840b8784c4cd7b48a56e42122cfad32cc81c3a6ada46784ae76dad4538eaf
languageName: node
linkType: hard
"@typescript-eslint/types@npm:4.1.1":
version: 4.1.1
resolution: "@typescript-eslint/types@npm:4.1.1"
checksum: 355428839e5749f9df162147ad6665b297e3a0872a966a113222917e1e48244b5d4160f53998c92e10f1b6997c64860cf536163dfb8014ad37d8ba2c011f971b
"@typescript-eslint/types@npm:4.2.0":
version: 4.2.0
resolution: "@typescript-eslint/types@npm:4.2.0"
checksum: 137cadfdbbe908d6366ed226473e3166875a99a3db038280ff8cd7645aebe994a737962b340f1eb0171203d4a2c12394267d0c6f8b59db41b86473a6a07a9afb
languageName: node
linkType: hard
"@typescript-eslint/typescript-estree@npm:4.1.1":
version: 4.1.1
resolution: "@typescript-eslint/typescript-estree@npm:4.1.1"
"@typescript-eslint/typescript-estree@npm:4.2.0":
version: 4.2.0
resolution: "@typescript-eslint/typescript-estree@npm:4.2.0"
dependencies:
"@typescript-eslint/types": 4.1.1
"@typescript-eslint/visitor-keys": 4.1.1
"@typescript-eslint/types": 4.2.0
"@typescript-eslint/visitor-keys": 4.2.0
debug: ^4.1.1
globby: ^11.0.1
is-glob: ^4.0.1
@@ -4106,7 +4126,7 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: b7c101189ac7bad4a81f6fba8557ac2b01b0cd4f5764af3df5b93c9e714936bdf9faae21c64c4a3fbed57207fac867c1823aaf379a23919a78200770efeb8b96
checksum: 5186565a8edb20910446100c5905171f8cde0089b42b23c5bc0e5aa2ab3f4fe98d8141ba530daeeabfb51005cfda63760034f5f4c63f5628726defbe9a915271
languageName: node
linkType: hard
@@ -4128,13 +4148,13 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/visitor-keys@npm:4.1.1":
version: 4.1.1
resolution: "@typescript-eslint/visitor-keys@npm:4.1.1"
"@typescript-eslint/visitor-keys@npm:4.2.0":
version: 4.2.0
resolution: "@typescript-eslint/visitor-keys@npm:4.2.0"
dependencies:
"@typescript-eslint/types": 4.1.1
"@typescript-eslint/types": 4.2.0
eslint-visitor-keys: ^2.0.0
checksum: 0cf9f0f068459fbc683f38f2dd3b47a5b16da00812b46c589ae18fe0f8ff97715064cb0b5577ac32e882d510e12f887db9ef08b87c499c6dd2db264ceb6aa569
checksum: a8cfced7b0cc5b2d2fd8b5706bacef9cd748f3cf4ae31a9f25c7cd21e4c2bdaeb418d13202fc65a138265f33e8b658f7ddfee3f2685f13e8915e8406448289da
languageName: node
linkType: hard
@@ -6026,7 +6046,7 @@ __metadata:
languageName: node
linkType: hard
"browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.14.2, browserslist@npm:^4.8.5":
"browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.8.5":
version: 4.14.2
resolution: "browserslist@npm:4.14.2"
dependencies:
@@ -6040,6 +6060,20 @@ __metadata:
languageName: node
linkType: hard
"browserslist@npm:^4.14.4":
version: 4.14.4
resolution: "browserslist@npm:4.14.4"
dependencies:
caniuse-lite: ^1.0.30001135
electron-to-chromium: ^1.3.570
escalade: ^3.1.0
node-releases: ^1.1.61
bin:
browserslist: cli.js
checksum: 94f6fcfd0acf773916d5656940550f61b93b676332de6fee30e74a636425ecbc669fca1a5a95a2a11d36630956854b65718568d9af51834edcd64d6cf045e250
languageName: node
linkType: hard
"bser@npm:2.1.1":
version: 2.1.1
resolution: "bser@npm:2.1.1"
@@ -6377,6 +6411,13 @@ __metadata:
languageName: node
linkType: hard
"caniuse-lite@npm:^1.0.30001135":
version: 1.0.30001135
resolution: "caniuse-lite@npm:1.0.30001135"
checksum: 108571ada54de1c2751eb9495c7595d49c103225bc68507561a8ac4093db9d2aa5424cd3650807397da2901fabf15ce5df901f57077946e06d45b60a422284e5
languageName: node
linkType: hard
"canvas-renderer@npm:~2.1.1":
version: 2.1.1
resolution: "canvas-renderer@npm:2.1.1"
@@ -8580,6 +8621,13 @@ __metadata:
languageName: node
linkType: hard
"electron-to-chromium@npm:^1.3.570":
version: 1.3.571
resolution: "electron-to-chromium@npm:1.3.571"
checksum: ea6c4dd3f9c14fd94617e40c19086798f6139bffc4c55328ce32706d4fcc166cc31b0a9f82e6b508b3d03ee848171aed9374cb52a0b1bb2524c2acea81a1a9f1
languageName: node
linkType: hard
"elliptic@npm:^6.5.3":
version: 6.5.3
resolution: "elliptic@npm:6.5.3"
@@ -8892,7 +8940,7 @@ __metadata:
languageName: node
linkType: hard
"escalade@npm:^3.0.2":
"escalade@npm:^3.0.2, escalade@npm:^3.1.0":
version: 3.1.0
resolution: "escalade@npm:3.1.0"
checksum: 437c5b2619a412c0b075fb33e590e3516f187f7da8b20035685e08f346e27842722e5740a3398535d7d590ae4fb70068374ed59190d4eb4f9bb06d052e2fc92f
@@ -9055,9 +9103,9 @@ __metadata:
languageName: node
linkType: hard
"eslint-plugin-react@npm:^7.20.6":
version: 7.20.6
resolution: "eslint-plugin-react@npm:7.20.6"
"eslint-plugin-react@npm:^7.21.1":
version: 7.21.1
resolution: "eslint-plugin-react@npm:7.21.1"
dependencies:
array-includes: ^3.1.1
array.prototype.flatmap: ^1.2.3
@@ -9072,7 +9120,7 @@ __metadata:
string.prototype.matchall: ^4.0.2
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7
checksum: e962f31c322f9b1a41187ef20c0c59cb0ca4185959d8a5345132512cc041d760d25fc6576e5763b86fcc01cb8918328400b793b184035384650b22e02c6f2c24
checksum: b35355d47767e240553cbd217fa7423159b308cea54967ea356f222469fe5e7d57d589bfbea65757688ac9e1760732ccb8d383379b640b37695037b265dd2b18
languageName: node
linkType: hard
@@ -9344,12 +9392,12 @@ __metadata:
dependencies:
"@babel/core": ^7.11.6
"@babel/runtime": ^7.11.2
"@polkadot/keyring": ^3.4.1
"@polkadot/keyring": ^3.5.0-beta.12
"@polkadot/reactnative-identicon": 0.59.0-beta.8
"@polkadot/ui-keyring": 0.59.0-beta.8
"@polkadot/ui-settings": 0.59.0-beta.8
"@polkadot/util": ^3.4.1
"@polkadot/util-crypto": ^3.4.1
"@polkadot/util": ^3.5.0-beta.12
"@polkadot/util-crypto": ^3.5.0-beta.12
"@react-native-community/async-storage": ^1.12.0
"@react-native-community/cli-platform-ios": ^4.13.0
"@types/react-test-renderer": 16.9.3
@@ -11031,7 +11079,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard
"highlight.js@npm:^10.0.0":
"highlight.js@npm:^10.0.0, highlight.js@npm:^10.2.0":
version: 10.2.0
resolution: "highlight.js@npm:10.2.0"
checksum: 249ae2aa4504200bb0bf856a0ed40dfd65f0302b5780dffcdc74d30bed31de72c9d1d1c2ab1fb6e365ebf7096064b69288cf1985c1d7bac6967fcb956ea7d247
@@ -18624,7 +18672,7 @@ fsevents@^1.2.7:
dependencies:
"@babel/core": ^7.11.6
"@babel/runtime": ^7.11.2
"@polkadot/dev": ^0.55.52
"@polkadot/dev": ^0.55.54
"@polkadot/ts": ^0.3.47
"@types/jest": ^26.0.14
babel-plugin-transform-vue-template: ^0.4.2
@@ -20829,6 +20877,13 @@ fsevents@^1.2.7:
languageName: node
linkType: hard
"typedoc-default-themes@npm:^0.11.4":
version: 0.11.4
resolution: "typedoc-default-themes@npm:0.11.4"
checksum: 1993030e242ae9cd8b25ec706d7fefccd14b6f8de8f766b55b9bfa1b7044e244eccec9e6ed2382f85a6cea23e547bf398125bcd6f359fa0647212802c0830f4f
languageName: node
linkType: hard
"typedoc-plugin-markdown@npm:^2.4.2":
version: 2.4.2
resolution: "typedoc-plugin-markdown@npm:2.4.2"
@@ -20841,6 +20896,17 @@ fsevents@^1.2.7:
languageName: node
linkType: hard
"typedoc-plugin-markdown@npm:^3.0.2":
version: 3.0.2
resolution: "typedoc-plugin-markdown@npm:3.0.2"
dependencies:
handlebars: ^4.7.6
peerDependencies:
typedoc: ">=0.19.0"
checksum: e6b74b41e241aef698e4bb56330bbceab33d254a27232c2e16996ff85f435b6209308686db8fecea2af059e393e2889ce970dc94391797b8d561948cfe41c17e
languageName: node
linkType: hard
"typedoc-plugin-no-inherit@npm:^1.2.0":
version: 1.2.0
resolution: "typedoc-plugin-no-inherit@npm:1.2.0"
@@ -20873,23 +20939,46 @@ fsevents@^1.2.7:
languageName: node
linkType: hard
"typescript@npm:^4.0.2":
version: 4.0.2
resolution: "typescript@npm:4.0.2"
"typedoc@npm:^0.19.2":
version: 0.19.2
resolution: "typedoc@npm:0.19.2"
dependencies:
fs-extra: ^9.0.1
handlebars: ^4.7.6
highlight.js: ^10.2.0
lodash: ^4.17.20
lunr: ^2.3.9
marked: ^1.1.1
minimatch: ^3.0.0
progress: ^2.0.3
semver: ^7.3.2
shelljs: ^0.8.4
typedoc-default-themes: ^0.11.4
peerDependencies:
typescript: 3.9.x || 4.0.x
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: cc0e7806eee7997a1b4b2990badacc4a8d089893ed0a377f35c9658e2ac392503cb340d0187203ed82e36e427dda94b0fb7107e44a71cca99efac86be26e16ee
typedoc: bin/typedoc
checksum: fc33909c4d66a390fd6dfe7ef88a979d799413403af3f3dea4e320ea5cee07f06d5fda57b9b0872fad0b17a540ebe5e1a8829618c731d9dd7837ddfef8e9f2bf
languageName: node
linkType: hard
"typescript@patch:typescript@npm%3A^4.0.2#builtin<compat/typescript>":
version: 4.0.2
resolution: "typescript@patch:typescript@npm%3A4.0.2#builtin<compat/typescript>::version=4.0.2&hash=5b02a2"
"typescript@npm:^4.0.3":
version: 4.0.3
resolution: "typescript@npm:4.0.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b8b689ef994cce4fe59950d56ddfffce3c4bdda8edb85b72e752d4a6d27bf7df8a318e76ccde25cbe6e642058f2f4ccf47187db4b243bbc98278a2844db9461b
checksum: 5c892e132756a83d22030d7fb38be47cde27613f71d233dbe7faf79e4a92852c5146bfddcaf8c2da1a37d35ae8bf7b8c888fdcd763d5ad184cea6b21e7466838
languageName: node
linkType: hard
"typescript@patch:typescript@npm%3A^4.0.3#builtin<compat/typescript>":
version: 4.0.3
resolution: "typescript@patch:typescript@npm%3A4.0.3#builtin<compat/typescript>::version=4.0.3&hash=5b02a2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 72db87d09f728c83062d64b5e12ed52effb6278963b6bc5c006219b22c104e02b8ce80164261de554923d3c47d894a1ca937ed542328caccb83ebaedeae98a69
languageName: node
linkType: hard
@@ -21823,7 +21912,45 @@ fsevents@^1.2.7:
languageName: node
linkType: hard
"webpack@npm:^4.44.1, webpack@npm:^4.8.1":
"webpack@npm:^4.44.2":
version: 4.44.2
resolution: "webpack@npm:4.44.2"
dependencies:
"@webassemblyjs/ast": 1.9.0
"@webassemblyjs/helper-module-context": 1.9.0
"@webassemblyjs/wasm-edit": 1.9.0
"@webassemblyjs/wasm-parser": 1.9.0
acorn: ^6.4.1
ajv: ^6.10.2
ajv-keywords: ^3.4.1
chrome-trace-event: ^1.0.2
enhanced-resolve: ^4.3.0
eslint-scope: ^4.0.3
json-parse-better-errors: ^1.0.2
loader-runner: ^2.4.0
loader-utils: ^1.2.3
memory-fs: ^0.4.1
micromatch: ^3.1.10
mkdirp: ^0.5.3
neo-async: ^2.6.1
node-libs-browser: ^2.2.1
schema-utils: ^1.0.0
tapable: ^1.1.3
terser-webpack-plugin: ^1.4.3
watchpack: ^1.7.4
webpack-sources: ^1.4.1
peerDependenciesMeta:
webpack-cli:
optional: true
webpack-command:
optional: true
bin:
webpack: bin/webpack.js
checksum: cb4a9051d64df00494d18afd379d26669b96309f3f41e89e55b8531d99d67060bf8b262a996dbcdc2cda99adfb6c1c2bd9966630d329b09f9f9aa9fc732a3259
languageName: node
linkType: hard
"webpack@npm:^4.8.1":
version: 4.44.1
resolution: "webpack@npm:4.44.1"
dependencies: