Re-enable esnext builds (#398)

This commit is contained in:
Jaco Greeff
2020-11-10 14:19:29 +01:00
committed by GitHub
parent 24b91a73c7
commit e5a8d695bb
11 changed files with 118 additions and 110 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.5",
"@polkadot/dev": "^0.59.21",
"@polkadot/dev": "^0.59.22",
"@polkadot/ts": "^0.3.53",
"@types/jest": "^26.0.15",
"babel-plugin-transform-vue-template": "^0.4.2",
+3 -3
View File
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^4.0.2-7",
"@polkadot/keyring": "^4.0.2-8",
"@polkadot/reactnative-identicon": "0.62.2-3",
"@polkadot/ui-keyring": "0.62.2-3",
"@polkadot/ui-settings": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
+4 -4
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -12,11 +12,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/keyring": "^4.0.2-7",
"@polkadot/keyring": "^4.0.2-8",
"@polkadot/ui-settings": "0.62.2-3",
"@polkadot/ui-shared": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "2.2.0",
+3 -3
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Generates and reads QR codes",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -12,8 +12,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.2.1"
+3 -3
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -13,8 +13,8 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
+4 -4
View File
@@ -2,7 +2,7 @@
"name": "@polkadot/ui-keyring",
"version": "0.62.2-3",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -21,16 +21,16 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@ledgerhq/hw-transport-webusb": "^5.28.0",
"@polkadot/keyring": "^4.0.2-7",
"@polkadot/keyring": "^4.0.2-8",
"@polkadot/ui-settings": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@zondax/ledger-polkadot": "^0.11.0",
"mkdirp": "^1.0.4",
"rxjs": "^6.6.3",
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/types": "^2.6.2-2",
"@polkadot/types": "^2.6.2-4",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/mkdirp": "^1.0.1",
+3 -3
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Manages app settings",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -12,8 +12,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/networks": "^4.0.2-7",
"@polkadot/util": "^4.0.2-7",
"@polkadot/networks": "^4.0.2-8",
"@polkadot/util": "^4.0.2-8",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+3 -3
View File
@@ -3,7 +3,7 @@
"version": "0.62.2-3",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -19,8 +19,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.1"
}
+3 -3
View File
@@ -7,14 +7,14 @@
"Jaco Greeff <jacogr@gmail.com>"
],
"main": "index.js",
"module": "esnext/index.js",
"module": "index.mjs",
"sideEffects": false,
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "0.62.2-3",
"@polkadot/util": "^4.0.2-7",
"@polkadot/util-crypto": "^4.0.2-7",
"@polkadot/util": "^4.0.2-8",
"@polkadot/util-crypto": "^4.0.2-8",
"jdenticon": "2.2.0"
},
"peerDependencies": {
+91 -83
View File
@@ -2090,9 +2090,9 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/dev@npm:^0.59.21":
version: 0.59.21
resolution: "@polkadot/dev@npm:0.59.21"
"@polkadot/dev@npm:^0.59.22":
version: 0.59.22
resolution: "@polkadot/dev@npm:0.59.22"
dependencies:
"@babel/cli": ^7.12.1
"@babel/core": ^7.12.3
@@ -2119,6 +2119,7 @@ __metadata:
"@typescript-eslint/parser": 4.6.1
"@vue/component-compiler-utils": ^3.2.0
babel-jest: ^26.6.3
babel-plugin-module-extension-resolver: ^0.3.0
babel-plugin-module-resolver: ^4.0.0
babel-plugin-styled-components: ^1.11.1
browserslist: ^4.14.6
@@ -2178,7 +2179,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: c853d9077c256e68074fc2c08ff8e7e140f01e547e71a8021c71373c3b0fedf7a0e013e9e91eef463f3be60031ca5a1e5c7b490740d5eba5cc5e96b337369a2f
checksum: cdd11d3f5c5a3bb525be7a954b1d9679771e627719b703fd799fcc4e32694b519260607dc0df7c2ec98450cf61f711f61bed6f9801a6792be84547ff6cf75c43
languageName: node
linkType: hard
@@ -2198,40 +2199,40 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/keyring@npm:^4.0.2-7":
version: 4.0.2-7
resolution: "@polkadot/keyring@npm:4.0.2-7"
"@polkadot/keyring@npm:^4.0.2-8":
version: 4.0.2-8
resolution: "@polkadot/keyring@npm:4.0.2-8"
dependencies:
"@babel/runtime": ^7.12.1
"@polkadot/util": 4.0.2-7
"@polkadot/util-crypto": 4.0.2-7
"@polkadot/util": 4.0.2-8
"@polkadot/util-crypto": 4.0.2-8
peerDependencies:
"@polkadot/util": 4.0.2-7
"@polkadot/util-crypto": 4.0.2-7
checksum: 21e0be9ccc5a5adac9ccfaa949c0ff80f1fbc4e171583de631c8a6055f3d91faaccd2dedcd07ee5fce93a4916528deb34dec557bfb2302129f4c09460851e1b6
"@polkadot/util": 4.0.2-8
"@polkadot/util-crypto": 4.0.2-8
checksum: 7703a93a2a6e9f836bae5522c42a81f30b1e4372b2e30562a91d50256124070c0017391f0d0110814e5908e52641aec0b6f606eeb84c0650c6f78c4b882acc45
languageName: node
linkType: hard
"@polkadot/metadata@npm:2.6.2-2":
version: 2.6.2-2
resolution: "@polkadot/metadata@npm:2.6.2-2"
"@polkadot/metadata@npm:2.6.2-4":
version: 2.6.2-4
resolution: "@polkadot/metadata@npm:2.6.2-4"
dependencies:
"@babel/runtime": ^7.12.1
"@polkadot/types": 2.6.2-2
"@polkadot/types-known": 2.6.2-2
"@polkadot/util": ^4.0.2-7
"@polkadot/util-crypto": ^4.0.2-7
"@polkadot/types": 2.6.2-4
"@polkadot/types-known": 2.6.2-4
"@polkadot/util": ^4.0.2-8
"@polkadot/util-crypto": ^4.0.2-8
bn.js: ^5.1.3
checksum: dbbc5c1d8555d520bf040dea81cbf0fa57fe4a192032878db1b9410266aeed261bef93251e350c424fc91e884fa2f6943dcdc90310cb713a5782e488c22a2905
checksum: 2f3e98be13e82a5cf5283b43dc3696b4a433f512c6a85ff6b444e4257064fb7edbaac77950c7ec82703b23324630444096041ef587cb104ba6d495fc1d5a9241
languageName: node
linkType: hard
"@polkadot/networks@npm:4.0.2-7, @polkadot/networks@npm:^4.0.2-7":
version: 4.0.2-7
resolution: "@polkadot/networks@npm:4.0.2-7"
"@polkadot/networks@npm:4.0.2-8, @polkadot/networks@npm:^4.0.2-8":
version: 4.0.2-8
resolution: "@polkadot/networks@npm:4.0.2-8"
dependencies:
"@babel/runtime": ^7.12.1
checksum: 2502c6db7cb7f5a69b54b8eca7f26479b819cf85065df901ec9aea2979a2932521d5c1bb907ea07c68119adefd92bc91817c6d011e7c4098d3ba193d0fedc7b4
checksum: 252915eb0f0ab0e852bc3276b0b7f2f507ef2b8527229edaa8b77231b511145e1bcbe5593bde1d1c21a1cb054b70865c0ac91ab163a88056864a27dcc9680e92
languageName: node
linkType: hard
@@ -2240,11 +2241,11 @@ __metadata:
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/keyring": ^4.0.2-7
"@polkadot/keyring": ^4.0.2-8
"@polkadot/ui-settings": 0.62.2-3
"@polkadot/ui-shared": 0.62.2-3
"@polkadot/util": ^4.0.2-7
"@polkadot/util-crypto": ^4.0.2-7
"@polkadot/util": ^4.0.2-8
"@polkadot/util-crypto": ^4.0.2-8
"@types/react-copy-to-clipboard": ^4.3.0
"@types/react-dom": ^16.9.9
"@types/styled-components": ^5.1.4
@@ -2270,8 +2271,8 @@ __metadata:
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/util": ^4.0.2-7
"@polkadot/util-crypto": ^4.0.2-7
"@polkadot/util": ^4.0.2-8
"@polkadot/util-crypto": ^4.0.2-8
"@types/react-qr-reader": ^2.1.3
"@types/styled-components": ^5.1.4
qrcode-generator: ^1.4.4
@@ -2292,8 +2293,8 @@ __metadata:
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/ui-shared": 0.62.2-3
"@polkadot/util": ^4.0.2-7
"@polkadot/util-crypto": ^4.0.2-7
"@polkadot/util": ^4.0.2-8
"@polkadot/util-crypto": ^4.0.2-8
"@types/react-native": ^0.63.32
react-native-svg: ^12.1.0
peerDependencies:
@@ -2313,31 +2314,31 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/types-known@npm:2.6.2-2":
version: 2.6.2-2
resolution: "@polkadot/types-known@npm:2.6.2-2"
"@polkadot/types-known@npm:2.6.2-4":
version: 2.6.2-4
resolution: "@polkadot/types-known@npm:2.6.2-4"
dependencies:
"@babel/runtime": ^7.12.1
"@polkadot/types": 2.6.2-2
"@polkadot/util": ^4.0.2-7
"@polkadot/types": 2.6.2-4
"@polkadot/util": ^4.0.2-8
bn.js: ^5.1.3
checksum: 3444482df413fd488fed478d803c832fb2326748555646c9e9c3c4969cb10c390616ae319b8160fa813f3d874fefe4c8b0fac85e92bb2c67652c02767476be7b
checksum: 1c3ffa7dc01fc8d082627321133b7552acd8c31c018c9d83f9e9835d9e7f30cbbbac695366ee1ec8916b8ebc4cce50988c926e3e6396660def2b4072668c752a
languageName: node
linkType: hard
"@polkadot/types@npm:2.6.2-2, @polkadot/types@npm:^2.6.2-2":
version: 2.6.2-2
resolution: "@polkadot/types@npm:2.6.2-2"
"@polkadot/types@npm:2.6.2-4, @polkadot/types@npm:^2.6.2-4":
version: 2.6.2-4
resolution: "@polkadot/types@npm:2.6.2-4"
dependencies:
"@babel/runtime": ^7.12.1
"@polkadot/metadata": 2.6.2-2
"@polkadot/util": ^4.0.2-7
"@polkadot/util-crypto": ^4.0.2-7
"@polkadot/metadata": 2.6.2-4
"@polkadot/util": ^4.0.2-8
"@polkadot/util-crypto": ^4.0.2-8
"@types/bn.js": ^4.11.6
bn.js: ^5.1.3
memoizee: ^0.4.14
rxjs: ^6.6.3
checksum: ce2042b496b71a4bd07281c6df02f435282d34d90f3c6f29e4f6b8405ca2cfdf5e458195e9be64c323ab2ed4b423f151087627a88fae654b81a2d5a8032a4af4
checksum: 27284f6d3c54d0f2dc97c85e7667e1827ab5680f944cd85bc0543a0355112898316d2d4b0848b7cf1183f043de2c1f8d11af8d4099f537d4709f314f326f647f
languageName: node
linkType: hard
@@ -2356,10 +2357,10 @@ __metadata:
"@babel/runtime": ^7.12.5
"@ledgerhq/hw-transport-node-hid": ^5.28.0
"@ledgerhq/hw-transport-webusb": ^5.28.0
"@polkadot/keyring": ^4.0.2-7
"@polkadot/types": ^2.6.2-2
"@polkadot/keyring": ^4.0.2-8
"@polkadot/types": ^2.6.2-4
"@polkadot/ui-settings": 0.62.2-3
"@polkadot/util": ^4.0.2-7
"@polkadot/util": ^4.0.2-8
"@types/ledgerhq__hw-transport-node-hid": ^4.22.2
"@types/ledgerhq__hw-transport-webusb": ^4.70.1
"@types/mkdirp": ^1.0.1
@@ -2383,8 +2384,8 @@ __metadata:
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/networks": ^4.0.2-7
"@polkadot/util": ^4.0.2-7
"@polkadot/networks": ^4.0.2-8
"@polkadot/util": ^4.0.2-8
"@types/store": ^2.0.2
eventemitter3: ^4.0.7
store: ^2.0.12
@@ -2399,8 +2400,8 @@ __metadata:
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/util": ^4.0.2-7
"@polkadot/util-crypto": ^4.0.2-7
"@polkadot/util": ^4.0.2-8
"@polkadot/util-crypto": ^4.0.2-8
"@types/color": ^3.0.1
"@types/xmlserializer": ^0.6.1
color: ^3.1.3
@@ -2410,15 +2411,15 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:4.0.2-7, @polkadot/util-crypto@npm:^4.0.2-7":
version: 4.0.2-7
resolution: "@polkadot/util-crypto@npm:4.0.2-7"
"@polkadot/util-crypto@npm:4.0.2-8, @polkadot/util-crypto@npm:^4.0.2-8":
version: 4.0.2-8
resolution: "@polkadot/util-crypto@npm:4.0.2-8"
dependencies:
"@babel/runtime": ^7.12.1
"@polkadot/networks": 4.0.2-7
"@polkadot/util": 4.0.2-7
"@polkadot/networks": 4.0.2-8
"@polkadot/util": 4.0.2-8
"@polkadot/wasm-crypto": ^2.0.1
"@polkadot/x-randomvalues": 4.0.2-7
"@polkadot/x-randomvalues": 4.0.2-8
base-x: ^3.0.8
blakejs: ^1.1.0
bn.js: ^5.1.3
@@ -2431,23 +2432,23 @@ __metadata:
tweetnacl: ^1.0.3
xxhashjs: ^0.2.2
peerDependencies:
"@polkadot/util": 4.0.2-7
checksum: 74096cd049d7dea7c7ef609f9f9f68bf9374f09f7fa1f6b16132d81c4bcb94f196375fafe84656f4cfdbd471e1112a1895d20ac16e1b08a322aed8f410ffe9ae
"@polkadot/util": 4.0.2-8
checksum: e9d52d0bd90cba615501a6e62eaa2aa39e51a393aa84afaced20dea2a4fd5a7d7e51f2212cbcd5826486fc89722eac50cee63fc3bd1ee20254a601f76b6b58bf
languageName: node
linkType: hard
"@polkadot/util@npm:4.0.2-7, @polkadot/util@npm:^4.0.2-7":
version: 4.0.2-7
resolution: "@polkadot/util@npm:4.0.2-7"
"@polkadot/util@npm:4.0.2-8, @polkadot/util@npm:^4.0.2-8":
version: 4.0.2-8
resolution: "@polkadot/util@npm:4.0.2-8"
dependencies:
"@babel/runtime": ^7.12.1
"@polkadot/x-textdecoder": 4.0.2-7
"@polkadot/x-textencoder": 4.0.2-7
"@polkadot/x-textdecoder": 4.0.2-8
"@polkadot/x-textencoder": 4.0.2-8
"@types/bn.js": ^4.11.6
bn.js: ^5.1.3
camelcase: ^5.3.1
ip-regex: ^4.2.0
checksum: c475919fe9fcf8792eda92f6a89eff82ad593099bf64c562281fee2b71db3767fd7d06c8055138bd63afcacf9c36279b0cb60ff0260db664ba7c9c17eeafef22
checksum: 752492f18b4158cb68f24ce7a5d2fd5fe71e3175f42ae3f73c7ff3501960a7115e0a5eab278d143607336b8d85cb7e40533ed46a4c5598115b42f7c3258bd8f1
languageName: node
linkType: hard
@@ -2457,8 +2458,8 @@ __metadata:
dependencies:
"@babel/runtime": ^7.12.5
"@polkadot/ui-shared": 0.62.2-3
"@polkadot/util": ^4.0.2-7
"@polkadot/util-crypto": ^4.0.2-7
"@polkadot/util": ^4.0.2-8
"@polkadot/util-crypto": ^4.0.2-8
jdenticon: 2.2.0
vue: ^2.6.12
peerDependencies:
@@ -2478,30 +2479,30 @@ __metadata:
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:4.0.2-7":
version: 4.0.2-7
resolution: "@polkadot/x-randomvalues@npm:4.0.2-7"
"@polkadot/x-randomvalues@npm:4.0.2-8":
version: 4.0.2-8
resolution: "@polkadot/x-randomvalues@npm:4.0.2-8"
dependencies:
"@babel/runtime": ^7.12.1
checksum: afc00c24e876ecacbbc8a2f531e8fc98dcb08a8b02558cc46728c24627913a15bcd69bdd90f660d4ad5e2b50cdff58bbb230de9cf9105939429470b936f26a74
checksum: f368fe43a6b35136a8e9121e6f0224536fc7827483f526486d1624eaaae9da186f10459c61dc8256f78507e4588d8fbd64344a1211ecfb1856d376d1d05f088a
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:4.0.2-7":
version: 4.0.2-7
resolution: "@polkadot/x-textdecoder@npm:4.0.2-7"
"@polkadot/x-textdecoder@npm:4.0.2-8":
version: 4.0.2-8
resolution: "@polkadot/x-textdecoder@npm:4.0.2-8"
dependencies:
"@babel/runtime": ^7.12.1
checksum: bcf46de6c280fce2499a623996ef519abefc06bb9a54d42e35fe827495f30e7424dd53ce570627039349e04b6ba942a30e44fcdc163412d04d0c6eafc6cd3bef
checksum: 925836f1f275034aab5d493002e443b0e9076fe2b4fe7e6ef3b3d66b66f8dde78da9450c7bc63e3c105161e9f03040addf2e8664dd3cdaf7f7b36b1bd89aa1b1
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:4.0.2-7":
version: 4.0.2-7
resolution: "@polkadot/x-textencoder@npm:4.0.2-7"
"@polkadot/x-textencoder@npm:4.0.2-8":
version: 4.0.2-8
resolution: "@polkadot/x-textencoder@npm:4.0.2-8"
dependencies:
"@babel/runtime": ^7.12.1
checksum: 535f96fca8c1c206ccb1f7ed4db9b837d9ff766d2481fdab52e9a1dff5bd4488484a17ff2bc0b668a6177dcebc349d9fdcc6804414d880d466a1c759622cb7a7
checksum: 50b0552bcc9b6c909cfd8e966b92ad3f5d80639df0ee91d4a00037f056f3fb86bf9c6ca9e7e0988568cebcb4982d956936b79cb54a0cba5685b1b8ca7ffe9ed2
languageName: node
linkType: hard
@@ -4128,6 +4129,13 @@ __metadata:
languageName: node
linkType: hard
"babel-plugin-module-extension-resolver@npm:^0.3.0":
version: 0.3.0
resolution: "babel-plugin-module-extension-resolver@npm:0.3.0"
checksum: d7522f7f17f27747aee35ca0ac0e5af6286065c67210e0e038ff5065e8173d5bdaef8a4f5916dd169fda5abcc96c8fb8175dececc1758210675144c6d48c9f32
languageName: node
linkType: hard
"babel-plugin-module-resolver@npm:^4.0.0":
version: 4.0.0
resolution: "babel-plugin-module-resolver@npm:4.0.0"
@@ -7018,12 +7026,12 @@ __metadata:
dependencies:
"@babel/core": ^7.12.3
"@babel/runtime": ^7.12.5
"@polkadot/keyring": ^4.0.2-7
"@polkadot/keyring": ^4.0.2-8
"@polkadot/reactnative-identicon": 0.62.2-3
"@polkadot/ui-keyring": 0.62.2-3
"@polkadot/ui-settings": 0.62.2-3
"@polkadot/util": ^4.0.2-7
"@polkadot/util-crypto": ^4.0.2-7
"@polkadot/util": ^4.0.2-8
"@polkadot/util-crypto": ^4.0.2-8
"@react-native-community/async-storage": ^1.12.1
"@react-native-community/cli-platform-ios": ^4.13.0
"@types/react-test-renderer": 16.9.3
@@ -13932,7 +13940,7 @@ fsevents@^1.2.7:
dependencies:
"@babel/core": ^7.12.3
"@babel/runtime": ^7.12.5
"@polkadot/dev": ^0.59.21
"@polkadot/dev": ^0.59.22
"@polkadot/ts": ^0.3.53
"@types/jest": ^26.0.15
babel-plugin-transform-vue-template: ^0.4.2