mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
Bump dev deps (#738)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@
|
||||
"test:one": "polkadot-dev-run-test --env browser"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/dev": "^0.72.9",
|
||||
"@polkadot/dev": "^0.72.15",
|
||||
"@polkadot/x-bundle": "^11.0.2",
|
||||
"@types/node": "^18.15.3",
|
||||
"react": "^18.2.0",
|
||||
|
||||
@@ -74,7 +74,7 @@ class BaseIcon extends React.PureComponent<Props, State> {
|
||||
address,
|
||||
publicKey
|
||||
};
|
||||
} catch (error) {
|
||||
} catch {
|
||||
return {
|
||||
address: '',
|
||||
publicKey: '0x'
|
||||
|
||||
@@ -54,7 +54,7 @@ export default class IdentityIcon extends React.PureComponent<Props, State> {
|
||||
return address === prevState.address
|
||||
? null
|
||||
: { address, publicKey };
|
||||
} catch (error) {
|
||||
} catch {
|
||||
return {
|
||||
address: '',
|
||||
publicKey: '0x'
|
||||
|
||||
@@ -289,7 +289,7 @@ export class Keyring extends Base implements KeyringStruct {
|
||||
this.loadContract(json, key);
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
} catch {
|
||||
console.warn(`Keyring: Unable to load ${key}:${stringify(json)}`);
|
||||
}
|
||||
}
|
||||
@@ -299,7 +299,7 @@ export class Keyring extends Base implements KeyringStruct {
|
||||
if (this.allowGenesis(account)) {
|
||||
try {
|
||||
this.loadInjected(account.address, account.meta, account.type);
|
||||
} catch (error) {
|
||||
} catch {
|
||||
console.warn(`Keyring: Unable to inject ${stringify(account)}`);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ function encodeAccount (value: string | Uint8Array, prefix?: Prefix): Account {
|
||||
const publicKey = u8aToHex(decodeAddress(address, false, prefix));
|
||||
|
||||
return { address, publicKey };
|
||||
} catch (error) {
|
||||
} catch {
|
||||
return { address: '', publicKey: '0x' };
|
||||
}
|
||||
}
|
||||
|
||||
+1
-2
@@ -14,7 +14,6 @@
|
||||
"@polkadot/ui-shared/icons/*": ["ui-shared/src/icons/*.ts"],
|
||||
"@polkadot/ui-shared/packageInfo": ["ui-shared/src/packageInfo.ts"],
|
||||
"@polkadot/vue-identicon": ["vue-identicon/src/index.ts"],
|
||||
},
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1415,34 +1415,34 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev-test@npm:^0.72.9":
|
||||
version: 0.72.9
|
||||
resolution: "@polkadot/dev-test@npm:0.72.9"
|
||||
"@polkadot/dev-test@npm:^0.72.15":
|
||||
version: 0.72.15
|
||||
resolution: "@polkadot/dev-test@npm:0.72.15"
|
||||
dependencies:
|
||||
jsdom: ^21.1.1
|
||||
tslib: ^2.5.0
|
||||
checksum: 8bbd4d5417cdc6ed1ca65af5bc8ec5ff6b26f172e02392cf627efc5093a49e9b6cb58f534fed9c8a997d07d69f1173b382f80210ff0bd4cfb8cbc9306e78180d
|
||||
checksum: 827bc33d30dd305cc4e43f3e87aa8aad66d928d5692d9ec2df6f4490ee955cec7780a4e06d70631c7626f81f960b591e5bcd208e144cc8ecb7f60853a8878343
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev-ts@npm:^0.72.9":
|
||||
version: 0.72.9
|
||||
resolution: "@polkadot/dev-ts@npm:0.72.9"
|
||||
"@polkadot/dev-ts@npm:^0.72.15":
|
||||
version: 0.72.15
|
||||
resolution: "@polkadot/dev-ts@npm:0.72.15"
|
||||
dependencies:
|
||||
json5: ^2.2.3
|
||||
tslib: ^2.5.0
|
||||
typescript: ^5.0.2
|
||||
checksum: 40756eb32e7e72bd16a1d009ac9e11a0fe513df696ff90552af2ac2cea81d60b084015300d39e85e3006678533779ac03b174623f39f745a1b767cf08167ee49
|
||||
checksum: 9ac0a59b3d7790ee747e6575e2c83a1c97c0aca9573a22c0423c3fdf33f2b61caf03561fe011756deb86a759540826cbbac718bc192298f22149479604bc5b54
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev@npm:^0.72.9":
|
||||
version: 0.72.9
|
||||
resolution: "@polkadot/dev@npm:0.72.9"
|
||||
"@polkadot/dev@npm:^0.72.15":
|
||||
version: 0.72.15
|
||||
resolution: "@polkadot/dev@npm:0.72.15"
|
||||
dependencies:
|
||||
"@eslint/js": ^8.36.0
|
||||
"@polkadot/dev-test": ^0.72.9
|
||||
"@polkadot/dev-ts": ^0.72.9
|
||||
"@polkadot/dev-test": ^0.72.15
|
||||
"@polkadot/dev-ts": ^0.72.15
|
||||
"@rollup/plugin-alias": ^4.0.3
|
||||
"@rollup/plugin-commonjs": ^24.0.1
|
||||
"@rollup/plugin-dynamic-import-vars": ^2.0.3
|
||||
@@ -1476,7 +1476,7 @@ __metadata:
|
||||
typescript: ^5.0.2
|
||||
webpack: ^5.76.2
|
||||
webpack-cli: ^5.0.1
|
||||
webpack-dev-server: ^4.12.0
|
||||
webpack-dev-server: ^4.13.0
|
||||
webpack-merge: ^5.8.0
|
||||
webpack-subresource-integrity: ^5.2.0-rc.1
|
||||
yargs: ^17.7.1
|
||||
@@ -1504,7 +1504,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: da6e188058e31d8eb11e8547a4e75ae391b6620ce102f9c640c3acf70173c0d8b9f1e5ee0028858e37600575500d753436b5fd583493a14bedabb27f258f692d
|
||||
checksum: 03ea1b1b886783a2cdaf978c8e51b2ef6f75ddd7e91b4d72dffc2d0efbf7f5c15ed9bb63fc331bbef93ff9df9bb280a3b74c5f1030ce7c6e3dd94be613c270ed
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -11127,7 +11127,7 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "root-workspace-0b6124@workspace:."
|
||||
dependencies:
|
||||
"@polkadot/dev": ^0.72.9
|
||||
"@polkadot/dev": ^0.72.15
|
||||
"@polkadot/x-bundle": ^11.0.2
|
||||
"@types/node": ^18.15.3
|
||||
react: ^18.2.0
|
||||
@@ -12945,9 +12945,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"webpack-dev-server@npm:^4.12.0":
|
||||
version: 4.12.0
|
||||
resolution: "webpack-dev-server@npm:4.12.0"
|
||||
"webpack-dev-server@npm:^4.13.0":
|
||||
version: 4.13.0
|
||||
resolution: "webpack-dev-server@npm:4.13.0"
|
||||
dependencies:
|
||||
"@types/bonjour": ^3.5.9
|
||||
"@types/connect-history-api-fallback": ^1.3.5
|
||||
@@ -12986,7 +12986,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
webpack-dev-server: bin/webpack-dev-server.js
|
||||
checksum: 3e33acb774457ee787038d66c12e04c3e4a9f91bbff7ca143083e4ac1937b1615a1b9e7387ec623df8ebc36f56b3c34742578c09f665fe811b6e38d2e8222a94
|
||||
checksum: 7546dd3b5a05f886209caf3c06265c717dea292e5a1a8e392bb8f1c9c58c7f87cc03daa0b92fa6eb56812c8c88304044bef923642e18c54b0a17ea233c02fdf4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user