Align tsconfig.build.json with other polkadot-js (#973)
* Align tsconfig.build.json with other polkadot-js * trigger (resurrect GH actions?)
This commit is contained in:
14
.123trigger
14
.123trigger
@@ -1,5 +1,12 @@
|
||||
0.33.20.33.20.33.30.33.4
|
||||
1
|
||||
|
||||
0.33.2
|
||||
0.33.2
|
||||
0.33.3
|
||||
0.33.4
|
||||
|
||||
0.37.2
|
||||
|
||||
0.38.2
|
||||
0.38.3
|
||||
0.38.4
|
||||
@@ -7,13 +14,16 @@
|
||||
0.38.6
|
||||
0.38.7
|
||||
0.38.8
|
||||
|
||||
0.39.2
|
||||
0.39.3
|
||||
|
||||
0.40.2
|
||||
0.40.3
|
||||
0.40.4
|
||||
|
||||
0.41.2
|
||||
0.42.2
|
||||
0.42.3
|
||||
0.42.4
|
||||
0.42.5
|
||||
0.42.5
|
||||
|
||||
@@ -34,16 +34,16 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.7",
|
||||
"@polkadot/dev": "^0.65.27",
|
||||
"@polkadot/dev": "^0.65.31",
|
||||
"@types/jest": "^27.4.0",
|
||||
"i18next-scanner": "^3.1.0",
|
||||
"sinon-chrome": "^3.0.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"@polkadot/api": "^7.3.1",
|
||||
"@polkadot/api": "^7.3.2-6",
|
||||
"@polkadot/keyring": "^8.3.1",
|
||||
"@polkadot/networks": "^8.3.1",
|
||||
"@polkadot/types": "^7.3.1",
|
||||
"@polkadot/types": "^7.3.2-6",
|
||||
"@polkadot/util": "^8.3.1",
|
||||
"@polkadot/util-crypto": "^8.3.1",
|
||||
"@polkadot/x-fetch": "^8.3.1",
|
||||
|
||||
@@ -21,17 +21,17 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@polkadot/api": "^7.3.1",
|
||||
"@polkadot/api": "^7.3.2-6",
|
||||
"@polkadot/extension-chains": "^0.42.6-1",
|
||||
"@polkadot/extension-dapp": "^0.42.6-1",
|
||||
"@polkadot/extension-inject": "^0.42.6-1",
|
||||
"@polkadot/keyring": "^8.3.1",
|
||||
"@polkadot/networks": "^8.3.1",
|
||||
"@polkadot/phishing": "^0.8.15",
|
||||
"@polkadot/rpc-provider": "^7.3.1",
|
||||
"@polkadot/types": "^7.3.1",
|
||||
"@polkadot/ui-keyring": "^0.89.1",
|
||||
"@polkadot/ui-settings": "^0.89.1",
|
||||
"@polkadot/rpc-provider": "^7.3.2-6",
|
||||
"@polkadot/types": "^7.3.2-6",
|
||||
"@polkadot/ui-keyring": "^0.89.2-1",
|
||||
"@polkadot/ui-settings": "^0.89.2-1",
|
||||
"@polkadot/util": "^8.3.1",
|
||||
"@polkadot/util-crypto": "^8.3.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
|
||||
22
packages/extension-base/tsconfig.build.json
Normal file
22
packages/extension-base/tsconfig.build.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../extension-chains/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../extension-dapp/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../extension-inject/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../extension-mocks/tsconfig.build.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../extension-chains" },
|
||||
{ "path": "../extension-dapp" },
|
||||
{ "path": "../extension-inject" },
|
||||
{ "path": "../extension-mocks" }
|
||||
]
|
||||
}
|
||||
@@ -6,6 +6,8 @@
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../extension-inject" }
|
||||
{
|
||||
"path": "../extension-inject/tsconfig.build.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -23,7 +23,7 @@
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@metamask/detect-provider": "^1.2.0",
|
||||
"@polkadot/extension-inject": "^0.42.6-1",
|
||||
"@polkadot/types": "^7.3.1",
|
||||
"@polkadot/types": "^7.3.2-6",
|
||||
"@polkadot/util": "^8.3.1",
|
||||
"web3": "^1.6.1"
|
||||
},
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../extension-inject" }
|
||||
{
|
||||
"path": "../extension-inject/tsconfig.build.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -6,6 +6,8 @@
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../extension-inject" }
|
||||
{
|
||||
"path": "../extension-inject/tsconfig.build.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -18,8 +18,8 @@
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@polkadot/rpc-provider": "^7.3.1",
|
||||
"@polkadot/types": "^7.3.1",
|
||||
"@polkadot/rpc-provider": "^7.3.2-6",
|
||||
"@polkadot/types": "^7.3.2-6",
|
||||
"@polkadot/util": "^8.3.1",
|
||||
"@polkadot/util-crypto": "^8.3.1",
|
||||
"@polkadot/x-global": "^8.3.1"
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../extension-inject" }
|
||||
{
|
||||
"path": "../extension-inject/tsconfig.build.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -29,12 +29,12 @@
|
||||
"@polkadot/hw-ledger": "^8.3.1",
|
||||
"@polkadot/keyring": "^8.3.1",
|
||||
"@polkadot/networks": "^8.3.1",
|
||||
"@polkadot/react-identicon": "^0.89.1",
|
||||
"@polkadot/react-qr": "^0.89.1",
|
||||
"@polkadot/types": "^7.3.1",
|
||||
"@polkadot/types-augment": "^7.3.1",
|
||||
"@polkadot/ui-keyring": "^0.89.1",
|
||||
"@polkadot/ui-settings": "^0.89.1",
|
||||
"@polkadot/react-identicon": "^0.89.2-1",
|
||||
"@polkadot/react-qr": "^0.89.2-1",
|
||||
"@polkadot/types": "^7.3.2-6",
|
||||
"@polkadot/types-augment": "^7.3.2-6",
|
||||
"@polkadot/ui-keyring": "^0.89.2-1",
|
||||
"@polkadot/ui-settings": "^0.89.2-1",
|
||||
"@polkadot/util": "^8.3.1",
|
||||
"@polkadot/util-crypto": "^8.3.1",
|
||||
"file-saver": "^2.0.5",
|
||||
|
||||
25
packages/extension-ui/tsconfig.build.json
Normal file
25
packages/extension-ui/tsconfig.build.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../extension-base/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../extension-chains/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../extension-dapp/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../extension-inject/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../extension-mocks/tsconfig.build.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../extension-base" },
|
||||
{ "path": "../extension-chains" },
|
||||
{ "path": "../extension-dapp" },
|
||||
{ "path": "../extension-inject" },
|
||||
{ "path": "../extension-mocks" }
|
||||
]
|
||||
}
|
||||
@@ -22,7 +22,7 @@
|
||||
"@polkadot/extension-ui": "^0.42.6-1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/dev": "^0.65.27",
|
||||
"@polkadot/dev": "^0.65.31",
|
||||
"babel-loader": "^8.2.3",
|
||||
"browser-resolve": "^2.0.0",
|
||||
"buffer": "^6.0.3",
|
||||
|
||||
19
packages/extension/tsconfig.build.json
Normal file
19
packages/extension/tsconfig.build.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{
|
||||
"path": "../extension-base/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../extension-inject/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "../extension-ui/tsconfig.build.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "..",
|
||||
"outDir": "./build",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"references": [
|
||||
{ "path": "../extension-base" },
|
||||
{ "path": "../extension-inject" },
|
||||
{ "path": "../extension-ui" }
|
||||
]
|
||||
}
|
||||
@@ -4,13 +4,29 @@
|
||||
},
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./packages/extension" },
|
||||
{ "path": "./packages/extension-base" },
|
||||
{ "path": "./packages/extension-chains" },
|
||||
{ "path": "./packages/extension-compat-metamask" },
|
||||
{ "path": "./packages/extension-dapp" },
|
||||
{ "path": "./packages/extension-inject" },
|
||||
{ "path": "./packages/extension-mocks" },
|
||||
{ "path": "./packages/extension-ui" }
|
||||
{
|
||||
"path": "./packages/extension/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "./packages/extension-base/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "./packages/extension-chains/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "./packages/extension-compat-metamask/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "./packages/extension-dapp/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "./packages/extension-inject/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "./packages/extension-mocks/tsconfig.build.json"
|
||||
},
|
||||
{
|
||||
"path": "./packages/extension-ui/tsconfig.build.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
302
yarn.lock
302
yarn.lock
@@ -1361,7 +1361,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/register@npm:^7.16.8":
|
||||
"@babel/register@npm:^7.16.9":
|
||||
version: 7.16.9
|
||||
resolution: "@babel/register@npm:7.16.9"
|
||||
dependencies:
|
||||
@@ -2314,80 +2314,80 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-augment@npm:7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/api-augment@npm:7.3.1"
|
||||
"@polkadot/api-augment@npm:7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/api-augment@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/api-base": 7.3.1
|
||||
"@polkadot/rpc-augment": 7.3.1
|
||||
"@polkadot/types": 7.3.1
|
||||
"@polkadot/types-augment": 7.3.1
|
||||
"@polkadot/types-codec": 7.3.1
|
||||
"@polkadot/api-base": 7.3.2-6
|
||||
"@polkadot/rpc-augment": 7.3.2-6
|
||||
"@polkadot/types": 7.3.2-6
|
||||
"@polkadot/types-augment": 7.3.2-6
|
||||
"@polkadot/types-codec": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
checksum: 1d43e16242838fc39383764acdf3b6052e769290d2ea824feffb33fd0a9486614d3b77bc1ecd6354dcd4c9222928f061af4cc45848d825121385a87993e7e9dd
|
||||
checksum: 6ef535682dd829d0eb16fdd0a98629fe91c67a92094589e33179297dd459d2d7cb1849c8f912b32e9ed34a8ee99533896633ba2ab790e735a59595f19619ba45
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-base@npm:7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/api-base@npm:7.3.1"
|
||||
"@polkadot/api-base@npm:7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/api-base@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/rpc-core": 7.3.1
|
||||
"@polkadot/types": 7.3.1
|
||||
"@polkadot/rpc-core": 7.3.2-6
|
||||
"@polkadot/types": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
rxjs: ^7.5.1
|
||||
checksum: 67a30eafcc95425fede79f5e868c8980cf38e936bfb01f8a68fdb58960704e42a865bbde5185a7f919b9c9b884da21ca220e38ffad156a5ac5cf96c3883c67a4
|
||||
rxjs: ^7.5.2
|
||||
checksum: ff93623f4cbed01e915295c979a92b225cfe4a7d957a81d937b364db5eb5e2985fc692dc6ea3b440306ac98b4025033898f9e51e3565c191cd1387d988cfe979
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api-derive@npm:7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/api-derive@npm:7.3.1"
|
||||
"@polkadot/api-derive@npm:7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/api-derive@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/api": 7.3.1
|
||||
"@polkadot/api-augment": 7.3.1
|
||||
"@polkadot/api-base": 7.3.1
|
||||
"@polkadot/rpc-core": 7.3.1
|
||||
"@polkadot/types": 7.3.1
|
||||
"@polkadot/types-codec": 7.3.1
|
||||
"@polkadot/api": 7.3.2-6
|
||||
"@polkadot/api-augment": 7.3.2-6
|
||||
"@polkadot/api-base": 7.3.2-6
|
||||
"@polkadot/rpc-core": 7.3.2-6
|
||||
"@polkadot/types": 7.3.2-6
|
||||
"@polkadot/types-codec": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
rxjs: ^7.5.1
|
||||
checksum: cf9feaa3eab562d0d23ba3fee20c430f9950361b5d566109bc012c6cf8df1e7389741a3767517a731ed2d917da054aab770201c5440a8b137d9fbfbe8f3a7a4e
|
||||
rxjs: ^7.5.2
|
||||
checksum: e2333a06a69d8d4eab4577ecf678b3d7631ec99424eab86afb7a04896b8fd1c91aae56fad21f7e3c449954e43429fbc1892d96ae218f7fcebed46b737a1b350c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/api@npm:^7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/api@npm:7.3.1"
|
||||
"@polkadot/api@npm:^7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/api@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/api-augment": 7.3.1
|
||||
"@polkadot/api-base": 7.3.1
|
||||
"@polkadot/api-derive": 7.3.1
|
||||
"@polkadot/api-augment": 7.3.2-6
|
||||
"@polkadot/api-base": 7.3.2-6
|
||||
"@polkadot/api-derive": 7.3.2-6
|
||||
"@polkadot/keyring": ^8.3.1
|
||||
"@polkadot/rpc-augment": 7.3.1
|
||||
"@polkadot/rpc-core": 7.3.1
|
||||
"@polkadot/rpc-provider": 7.3.1
|
||||
"@polkadot/types": 7.3.1
|
||||
"@polkadot/types-augment": 7.3.1
|
||||
"@polkadot/types-codec": 7.3.1
|
||||
"@polkadot/types-create": 7.3.1
|
||||
"@polkadot/types-known": 7.3.1
|
||||
"@polkadot/rpc-augment": 7.3.2-6
|
||||
"@polkadot/rpc-core": 7.3.2-6
|
||||
"@polkadot/rpc-provider": 7.3.2-6
|
||||
"@polkadot/types": 7.3.2-6
|
||||
"@polkadot/types-augment": 7.3.2-6
|
||||
"@polkadot/types-codec": 7.3.2-6
|
||||
"@polkadot/types-create": 7.3.2-6
|
||||
"@polkadot/types-known": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
eventemitter3: ^4.0.7
|
||||
rxjs: ^7.5.1
|
||||
checksum: 387298343e26ecd528c0ad33086d9c8bed02a574454f58a71efaaebd4f5a301444d45c4d923d2db2dc900bef7b326bcfc210ce165f571679972e5b6b53694678
|
||||
rxjs: ^7.5.2
|
||||
checksum: 21a8dfa944b50d47b77e511f1382b890d244bd7837baaa649c7a29c765b22707a4a4036b2b4a84083a5347a63499caaa299c8b62cc052a044ca7424096db3679
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev@npm:^0.65.27":
|
||||
version: 0.65.27
|
||||
resolution: "@polkadot/dev@npm:0.65.27"
|
||||
"@polkadot/dev@npm:^0.65.31":
|
||||
version: 0.65.31
|
||||
resolution: "@polkadot/dev@npm:0.65.31"
|
||||
dependencies:
|
||||
"@babel/cli": ^7.16.8
|
||||
"@babel/core": ^7.16.7
|
||||
@@ -2403,7 +2403,7 @@ __metadata:
|
||||
"@babel/preset-env": ^7.16.8
|
||||
"@babel/preset-react": ^7.16.7
|
||||
"@babel/preset-typescript": ^7.16.7
|
||||
"@babel/register": ^7.16.8
|
||||
"@babel/register": ^7.16.9
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@rollup/plugin-alias": ^3.1.9
|
||||
"@rollup/plugin-commonjs": ^21.0.1
|
||||
@@ -2473,7 +2473,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: cbd5d65a9d7fa78c1a8e5a214b5fbf7e2e2286fe35c16780f8dd069076adbf0c91dca647ba9d83c62e78b527df1b669528c2c3b8683e0c0711cbdfa47b3830f3
|
||||
checksum: 8c2b24fa398aee60ba0ffa72c9d0c7964b565e94702511b24d52189c36d3703c3b325080384bcca29c85ad5b5e7057131d42b91e566df6fef5783af8ed8298bf
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2482,7 +2482,7 @@ __metadata:
|
||||
resolution: "@polkadot/extension-base@workspace:packages/extension-base"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/api": ^7.3.1
|
||||
"@polkadot/api": ^7.3.2-6
|
||||
"@polkadot/extension-chains": ^0.42.6-1
|
||||
"@polkadot/extension-dapp": ^0.42.6-1
|
||||
"@polkadot/extension-inject": ^0.42.6-1
|
||||
@@ -2490,10 +2490,10 @@ __metadata:
|
||||
"@polkadot/keyring": ^8.3.1
|
||||
"@polkadot/networks": ^8.3.1
|
||||
"@polkadot/phishing": ^0.8.15
|
||||
"@polkadot/rpc-provider": ^7.3.1
|
||||
"@polkadot/types": ^7.3.1
|
||||
"@polkadot/ui-keyring": ^0.89.1
|
||||
"@polkadot/ui-settings": ^0.89.1
|
||||
"@polkadot/rpc-provider": ^7.3.2-6
|
||||
"@polkadot/types": ^7.3.2-6
|
||||
"@polkadot/ui-keyring": ^0.89.2-1
|
||||
"@polkadot/ui-settings": ^0.89.2-1
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
eventemitter3: ^4.0.7
|
||||
@@ -2523,7 +2523,7 @@ __metadata:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@metamask/detect-provider": ^1.2.0
|
||||
"@polkadot/extension-inject": ^0.42.6-1
|
||||
"@polkadot/types": ^7.3.1
|
||||
"@polkadot/types": ^7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
web3: ^1.6.1
|
||||
peerDependencies:
|
||||
@@ -2551,8 +2551,8 @@ __metadata:
|
||||
resolution: "@polkadot/extension-inject@workspace:packages/extension-inject"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/rpc-provider": ^7.3.1
|
||||
"@polkadot/types": ^7.3.1
|
||||
"@polkadot/rpc-provider": ^7.3.2-6
|
||||
"@polkadot/types": ^7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
"@polkadot/x-global": ^8.3.1
|
||||
@@ -2590,12 +2590,12 @@ __metadata:
|
||||
"@polkadot/hw-ledger": ^8.3.1
|
||||
"@polkadot/keyring": ^8.3.1
|
||||
"@polkadot/networks": ^8.3.1
|
||||
"@polkadot/react-identicon": ^0.89.1
|
||||
"@polkadot/react-qr": ^0.89.1
|
||||
"@polkadot/types": ^7.3.1
|
||||
"@polkadot/types-augment": ^7.3.1
|
||||
"@polkadot/ui-keyring": ^0.89.1
|
||||
"@polkadot/ui-settings": ^0.89.1
|
||||
"@polkadot/react-identicon": ^0.89.2-1
|
||||
"@polkadot/react-qr": ^0.89.2-1
|
||||
"@polkadot/types": ^7.3.2-6
|
||||
"@polkadot/types-augment": ^7.3.2-6
|
||||
"@polkadot/ui-keyring": ^0.89.2-1
|
||||
"@polkadot/ui-settings": ^0.89.2-1
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
"@types/enzyme": ^3.10.11
|
||||
@@ -2629,7 +2629,7 @@ __metadata:
|
||||
resolution: "@polkadot/extension@workspace:packages/extension"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/dev": ^0.65.27
|
||||
"@polkadot/dev": ^0.65.31
|
||||
"@polkadot/extension-base": ^0.42.6-1
|
||||
"@polkadot/extension-inject": ^0.42.6-1
|
||||
"@polkadot/extension-ui": ^0.42.6-1
|
||||
@@ -2718,14 +2718,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/react-identicon@npm:^0.89.1":
|
||||
version: 0.89.1
|
||||
resolution: "@polkadot/react-identicon@npm:0.89.1"
|
||||
"@polkadot/react-identicon@npm:^0.89.2-1":
|
||||
version: 0.89.2-1
|
||||
resolution: "@polkadot/react-identicon@npm:0.89.2-1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/keyring": ^8.3.1
|
||||
"@polkadot/ui-settings": 0.89.1
|
||||
"@polkadot/ui-shared": 0.89.1
|
||||
"@polkadot/ui-settings": 0.89.2-1
|
||||
"@polkadot/ui-shared": 0.89.2-1
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
color: ^3.2.1
|
||||
@@ -2741,16 +2741,16 @@ __metadata:
|
||||
react-dom: "*"
|
||||
react-is: "*"
|
||||
styled-components: "*"
|
||||
checksum: ff122bd6fdcc7f252c61287a8f7ba7e573061c51a9e24b0b2d440ac6e038285356382332d17d7525c23cc25e33246ed9ccd4f02258bd80cac3f4c808acb834ac
|
||||
checksum: 04fd2f1f11fb5e3da15a58e3757a53f128e8be1c68b1acc772c171600d0219846cac9b0bab344e5b456fead7ef018bd47856bf6ac4e193ca8a2a6b84d02457b7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/react-qr@npm:^0.89.1":
|
||||
version: 0.89.1
|
||||
resolution: "@polkadot/react-qr@npm:0.89.1"
|
||||
"@polkadot/react-qr@npm:^0.89.2-1":
|
||||
version: 0.89.2-1
|
||||
resolution: "@polkadot/react-qr@npm:0.89.2-1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/ui-settings": 0.89.1
|
||||
"@polkadot/ui-settings": 0.89.2-1
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
qrcode-generator: ^1.4.4
|
||||
@@ -2762,45 +2762,45 @@ __metadata:
|
||||
react: "*"
|
||||
react-dom: "*"
|
||||
styled-components: "*"
|
||||
checksum: 398db94c13be830aa4d56af76e079c14082de8c9842198f832d40f7f827ca1c39ad9cdc9e8d45a6e7a47164177bda0f78a1cdcdef883f325ea9fd531636a53f3
|
||||
checksum: e933c425847a167935fe02044eb669372045799b9aff8358c073c878b1cd46bcd88398b02f98e32b64f8731be643d936f9c28c66f381983f700dea299488be48
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-augment@npm:7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/rpc-augment@npm:7.3.1"
|
||||
"@polkadot/rpc-augment@npm:7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/rpc-augment@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/rpc-core": 7.3.1
|
||||
"@polkadot/types": 7.3.1
|
||||
"@polkadot/types-codec": 7.3.1
|
||||
"@polkadot/rpc-core": 7.3.2-6
|
||||
"@polkadot/types": 7.3.2-6
|
||||
"@polkadot/types-codec": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
checksum: 38484041730e9ef768ddaba40036949dcb4f9fad3729f80b67f69bb79bb3a6b4b57bc94f7c6a4075f46eb9212c13f1e95fdf061f7ac5c4c283ceeb9d3e7afb67
|
||||
checksum: b196345d838ffbe0c1a16e78b382cc6bb84a9b3134d72356549a5559b19e857f45f6e2ac69d5f8a8e7540fd8a26ffbc0f6c4effd3dc6ad1ee10a95c45b304b96
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-core@npm:7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/rpc-core@npm:7.3.1"
|
||||
"@polkadot/rpc-core@npm:7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/rpc-core@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/rpc-augment": 7.3.1
|
||||
"@polkadot/rpc-provider": 7.3.1
|
||||
"@polkadot/types": 7.3.1
|
||||
"@polkadot/rpc-augment": 7.3.2-6
|
||||
"@polkadot/rpc-provider": 7.3.2-6
|
||||
"@polkadot/types": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
rxjs: ^7.5.1
|
||||
checksum: eaf4754a0210ef19fa61750758653059aec098da2cbea6d49587b38038ea8fcafbe3c49a102db71e51dbaa1108ad2c9a56562f31a25d15f6994598a827d1e4af
|
||||
rxjs: ^7.5.2
|
||||
checksum: 096c45e262d7733d9dd8960fee61fb801219037deacd7fd4af3e0bb437e0345f1c4c45aca5a11ac9ecad5c7cec4cdd8929d90b8dae3fb2f24a0498b1c8c84b3e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/rpc-provider@npm:7.3.1, @polkadot/rpc-provider@npm:^7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/rpc-provider@npm:7.3.1"
|
||||
"@polkadot/rpc-provider@npm:7.3.2-6, @polkadot/rpc-provider@npm:^7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/rpc-provider@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/keyring": ^8.3.1
|
||||
"@polkadot/types": 7.3.1
|
||||
"@polkadot/types-support": 7.3.1
|
||||
"@polkadot/types": 7.3.2-6
|
||||
"@polkadot/types-support": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
"@polkadot/x-fetch": ^8.3.1
|
||||
@@ -2808,108 +2808,108 @@ __metadata:
|
||||
"@polkadot/x-ws": ^8.3.1
|
||||
eventemitter3: ^4.0.7
|
||||
mock-socket: ^9.0.8
|
||||
nock: ^13.2.1
|
||||
checksum: e4edcdc992455c042b7ecfc3dd098324daca3af022f8440f739569833b53e49d48d005add0d1ffc1d8bbc376404e277bc4fddd241fd82e3b078d8b45b008e0d3
|
||||
nock: ^13.2.2
|
||||
checksum: 5dfc4c200c7ed72923d28b76c806e729e34916e194f00d45fc0486780adc2d60815f8bf14a98be2aa109eeb6245a952be94f767cba97c182884a469d0b18cc54
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/types-augment@npm:7.3.1, @polkadot/types-augment@npm:^7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/types-augment@npm:7.3.1"
|
||||
"@polkadot/types-augment@npm:7.3.2-6, @polkadot/types-augment@npm:^7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/types-augment@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/types": 7.3.1
|
||||
"@polkadot/types-codec": 7.3.1
|
||||
"@polkadot/types": 7.3.2-6
|
||||
"@polkadot/types-codec": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
checksum: 9e9725f0f517ba54ba6daba33b27af03087065d10787b5857993aae925b968d8fcc495124c5595b9cc73beaba8d6c50d86c9158d7d9ad77364c83c7f96ad2c44
|
||||
checksum: 3a38b88547c59332fd71984e2763350ed9bc34bd55da285367ae7564fa910a8da222b9d01e782824f0c01591060ebfacafcc325cbc887f999cdea5850e4c4ce7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/types-codec@npm:7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/types-codec@npm:7.3.1"
|
||||
"@polkadot/types-codec@npm:7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/types-codec@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/util": ^8.3.1
|
||||
checksum: 0f27c1c8f157c0ae5136cb9c16d2caf0805329c64e9101e35f5caacf4f0a38941600fe84ec009e7823709a222b338f151dd78c50426899229ed47f2910765688
|
||||
checksum: 1a69899ba50f77d053d51582fe5f4b59bcc31c1140bb0bd41c853a371eeb519422b91381579c92bbfce80e470b546647b0b48d26d9e787435020bad9f18dde3e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/types-create@npm:7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/types-create@npm:7.3.1"
|
||||
"@polkadot/types-create@npm:7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/types-create@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/types-codec": 7.3.1
|
||||
"@polkadot/types-codec": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
checksum: 9316cd2e94265725350c623505ae2ba4cd225dda8b3d53ac9c9db394edbdf5dd7578c78dd785b2c073fd76d960549056da9302d51760d55b39c45b866145991c
|
||||
checksum: 9a9603bf5b4139a480beb3b6d2043fe1c644ed094e04839ba4a367313681318454be74e05ae170ca23e31ee951987a8a0ea420298a9dae2bb7f26aeff2942c74
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/types-known@npm:7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/types-known@npm:7.3.1"
|
||||
"@polkadot/types-known@npm:7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/types-known@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/networks": ^8.3.1
|
||||
"@polkadot/types": 7.3.1
|
||||
"@polkadot/types-codec": 7.3.1
|
||||
"@polkadot/types-create": 7.3.1
|
||||
"@polkadot/types": 7.3.2-6
|
||||
"@polkadot/types-codec": 7.3.2-6
|
||||
"@polkadot/types-create": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
checksum: 89c0678a6bc384a6740f65e3c9f943f9bd3eb04a7716b0afb4d43cc0aedf89b6de9cc01466a8048da814d0ab9ee331fa7fb2580b47ffebfcb3b28192a689ea79
|
||||
checksum: 617088165996b9d089c78a1bd94fc7c675e1680d913a0182a7fddc62d66413f9bc1da16b7a7c992e9513b75d3f2e4c32cf117abde98a19415f58ce24e112f14d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/types-support@npm:7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/types-support@npm:7.3.1"
|
||||
"@polkadot/types-support@npm:7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/types-support@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/util": ^8.3.1
|
||||
checksum: 1a40bd3995f3c879932f663ccfdc4d943f941f50d87e5d81829fc00e6ab3f4290f23edf16e71c44ace8483b914e052bbca1d246e4edb885d5a813ae8631deb6f
|
||||
checksum: a40c7a44d84d495e2d1970a675acda0a0954c0b379843b8447b473720f4bbbe81b0bf3ba460620c5bece7e04a559761dc3483478a90fae56cd1f7cfcbc7629b5
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/types@npm:^7.3.1":
|
||||
version: 7.3.1
|
||||
resolution: "@polkadot/types@npm:7.3.1"
|
||||
"@polkadot/types@npm:^7.3.2-6":
|
||||
version: 7.3.2-6
|
||||
resolution: "@polkadot/types@npm:7.3.2-6"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/keyring": ^8.3.1
|
||||
"@polkadot/types-augment": 7.3.1
|
||||
"@polkadot/types-codec": 7.3.1
|
||||
"@polkadot/types-create": 7.3.1
|
||||
"@polkadot/types-augment": 7.3.2-6
|
||||
"@polkadot/types-codec": 7.3.2-6
|
||||
"@polkadot/types-create": 7.3.2-6
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
rxjs: ^7.5.1
|
||||
checksum: 7fee932ff251b1322f150d56f2995e8d258307e9eac77849df7ed13ead304c4f30a671e81209c50e74f5cb6748451c001b9da58164f18b3966a6b628fd2b68bb
|
||||
rxjs: ^7.5.2
|
||||
checksum: f018bde808989f2c3915f0d6d40f017242ef13fe4561f5730d520b35058c49a941898aac26297562905fd0028b3b84e1d51f23c8e580aa9596197062a1c0c122
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/ui-keyring@npm:^0.89.1":
|
||||
version: 0.89.1
|
||||
resolution: "@polkadot/ui-keyring@npm:0.89.1"
|
||||
"@polkadot/ui-keyring@npm:^0.89.2-1":
|
||||
version: 0.89.2-1
|
||||
resolution: "@polkadot/ui-keyring@npm:0.89.2-1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/hw-ledger": ^8.3.1
|
||||
"@polkadot/keyring": ^8.3.1
|
||||
"@polkadot/ui-settings": 0.89.1
|
||||
"@polkadot/ui-settings": 0.89.2-1
|
||||
"@polkadot/util": ^8.3.1
|
||||
"@polkadot/util-crypto": ^8.3.1
|
||||
mkdirp: ^1.0.4
|
||||
rxjs: ^7.5.1
|
||||
rxjs: ^7.5.2
|
||||
store: ^2.0.12
|
||||
peerDependencies:
|
||||
"@polkadot/keyring": "*"
|
||||
"@polkadot/ui-settings": "*"
|
||||
"@polkadot/util": "*"
|
||||
checksum: f15e33d10360d4eafff2af15a4f60b3c6abfbe3443029790fa21f693f53b522036814bceae73fb5a125de1580de46b8e9272e6e69d2ce6b44f600e692eed8756
|
||||
checksum: 89d0a0ef284c8ce5c44c298a3939724bbfad7bf170a587d773587f6f0cab41a938575d17a3828a6736ca3a16ffc00f1305e800fccadd94493ea3992b5ee8f8b3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/ui-settings@npm:0.89.1, @polkadot/ui-settings@npm:^0.89.1":
|
||||
version: 0.89.1
|
||||
resolution: "@polkadot/ui-settings@npm:0.89.1"
|
||||
"@polkadot/ui-settings@npm:0.89.2-1, @polkadot/ui-settings@npm:^0.89.2-1":
|
||||
version: 0.89.2-1
|
||||
resolution: "@polkadot/ui-settings@npm:0.89.2-1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
"@polkadot/networks": ^8.3.1
|
||||
@@ -2919,20 +2919,20 @@ __metadata:
|
||||
peerDependencies:
|
||||
"@polkadot/networks": "*"
|
||||
"@polkadot/util": "*"
|
||||
checksum: 64ae4cfdd3944028ec06b9f192fb45beab8b214d93f8662a886d89fa7a97cffcd9e05cde5f74ea5e2d3395eed05ec2fb414b808832495f8e9e121aa81239a802
|
||||
checksum: 53af929b9f80c3e53b5c30727ca09edd733945557ee07d6cef0f8252a66629e439fb73384b5115b181905066d07ddd1e5135e685d2c8c4fdc3bbd572f8327451
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/ui-shared@npm:0.89.1":
|
||||
version: 0.89.1
|
||||
resolution: "@polkadot/ui-shared@npm:0.89.1"
|
||||
"@polkadot/ui-shared@npm:0.89.2-1":
|
||||
version: 0.89.2-1
|
||||
resolution: "@polkadot/ui-shared@npm:0.89.2-1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.7
|
||||
color: ^3.2.1
|
||||
peerDependencies:
|
||||
"@polkadot/util": "*"
|
||||
"@polkadot/util-crypto": "*"
|
||||
checksum: 32dc59d02d834ef8fe16f50ecda8f4d0cfadffc5f0f0485f5c09554024ee6c64b9f181dc953ddaf95575574471f922c7d322bed11ac6be7b9a13eb61b74b04f4
|
||||
checksum: 86bf3bbcb21e1077c734755ab0a9251efb7e6737fc89db45e597e8fe35a88eedbc4146b78dfd8ea8de359a8001721862b2e3623aae5e61abf7ee92a2e176f91f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -12259,15 +12259,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nock@npm:^13.2.1":
|
||||
version: 13.2.1
|
||||
resolution: "nock@npm:13.2.1"
|
||||
"nock@npm:^13.2.2":
|
||||
version: 13.2.2
|
||||
resolution: "nock@npm:13.2.2"
|
||||
dependencies:
|
||||
debug: ^4.1.0
|
||||
json-stringify-safe: ^5.0.1
|
||||
lodash.set: ^4.3.2
|
||||
propagate: ^2.0.0
|
||||
checksum: b401fb8143ca88095ee34c715e2806eda2813dace4f4c4798961ad961c18003d1529f4507a79c429d2c3c768e136632ee19ee9ebfef71f0cb022df152594df1d
|
||||
checksum: cc1bf6e4bbf2fb0a540aa7d5f82788a6fb2490034083ed89242becc0ff1bfb391bfd3c7a7a9c0f24dec9c085426f66441765756b279a7dd608e4630586f9cb0d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -14285,7 +14285,7 @@ resolve@^2.0.0-next.3:
|
||||
resolution: "root-workspace-0b6124@workspace:."
|
||||
dependencies:
|
||||
"@babel/core": ^7.16.7
|
||||
"@polkadot/dev": ^0.65.27
|
||||
"@polkadot/dev": ^0.65.31
|
||||
"@types/jest": ^27.4.0
|
||||
i18next-scanner: ^3.1.0
|
||||
sinon-chrome: ^3.0.1
|
||||
@@ -14336,7 +14336,7 @@ resolve@^2.0.0-next.3:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rxjs@npm:^7.2.0, rxjs@npm:^7.5.1, rxjs@npm:^7.5.2":
|
||||
"rxjs@npm:^7.2.0, rxjs@npm:^7.5.2":
|
||||
version: 7.5.2
|
||||
resolution: "rxjs@npm:7.5.2"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user