Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dev deps #473

Merged
merged 1 commit into from
Mar 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"test": "yarn run:api --help && yarn run:json --help && yarn run:metadata --help && yarn run:monitor --help && yarn run:signer --help && yarn run:vanity --help"
},
"devDependencies": {
"@polkadot/dev": "^0.72.9",
"@types/node": "^18.15.0",
"@polkadot/dev": "^0.72.15",
"@types/node": "^18.15.3",
"@types/yargs": "^17.0.22"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/node": "^18.15.0",
"@types/node": "^18.15.3",
"@types/yargs": "^17.0.22"
}
}
4 changes: 2 additions & 2 deletions packages/api-cli/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function asJson (_param: string | number): string {

try {
return JSON.parse(param) as string;
} catch (error) {
} catch {
return param;
}
}
Expand Down Expand Up @@ -45,7 +45,7 @@ export function parseParams (inline: string[], file?: string): string[] {

try {
return fs.readFileSync(file, 'utf8').split(' ').map(asJson);
} catch (e) {
} catch {
assert(false, 'Error loading supplied transaction parameters file');
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/json-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/koa": "^2.13.5",
"@types/koa-route": "^3.2.5",
"@types/node": "^18.15.0",
"@types/node": "^18.15.3",
"@types/yargs": "^17.0.22"
}
}
2 changes: 1 addition & 1 deletion packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/node": "^18.15.0",
"@types/node": "^18.15.3",
"@types/yargs": "^17.0.22"
}
}
2 changes: 1 addition & 1 deletion packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/koa": "^2.13.5",
"@types/koa-route": "^3.2.5",
"@types/node": "^18.15.0",
"@types/node": "^18.15.3",
"@types/yargs": "^17.0.22"
}
}
2 changes: 1 addition & 1 deletion packages/signer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/node": "^18.15.0",
"@types/node": "^18.15.3",
"@types/yargs": "^17.0.22"
}
}
2 changes: 1 addition & 1 deletion packages/vanitygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@types/node": "^18.15.0",
"@types/node": "^18.15.3",
"@types/yargs": "^17.0.22"
}
}
3 changes: 1 addition & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@polkadot/monitor-rpc/*": ["monitor-rpc/src/*.ts"],
"@polkadot/signer-cli": ["signer-cli/src/index.ts"],
"@polkadot/signer-cli/*": ["signer-cli/src/*.ts"]
},
"skipLibCheck": true
}
}
}
62 changes: 31 additions & 31 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ __metadata:
"@polkadot/types": ^10.1.3
"@polkadot/util": ^11.0.2
"@polkadot/util-crypto": ^11.0.2
"@types/node": ^18.15.0
"@types/node": ^18.15.3
"@types/yargs": ^17.0.22
tslib: ^2.5.0
yargs: ^17.7.1
Expand Down Expand Up @@ -453,34 +453,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
Expand Down Expand Up @@ -514,7 +514,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
Expand Down Expand Up @@ -542,7 +542,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

Expand All @@ -557,7 +557,7 @@ __metadata:
"@polkadot/util": ^11.0.2
"@types/koa": ^2.13.5
"@types/koa-route": ^3.2.5
"@types/node": ^18.15.0
"@types/node": ^18.15.3
"@types/yargs": ^17.0.22
koa: ^2.14.1
koa-route: ^3.2.0
Expand Down Expand Up @@ -590,7 +590,7 @@ __metadata:
"@polkadot/keyring": ^11.0.2
"@polkadot/types": ^10.1.3
"@polkadot/util": ^11.0.2
"@types/node": ^18.15.0
"@types/node": ^18.15.3
"@types/yargs": ^17.0.22
tslib: ^2.5.0
yargs: ^17.7.1
Expand All @@ -608,7 +608,7 @@ __metadata:
"@polkadot/util": ^11.0.2
"@types/koa": ^2.13.5
"@types/koa-route": ^3.2.5
"@types/node": ^18.15.0
"@types/node": ^18.15.3
"@types/yargs": ^17.0.22
koa: ^2.14.1
koa-route: ^3.2.0
Expand Down Expand Up @@ -691,7 +691,7 @@ __metadata:
"@polkadot/types": ^10.1.3
"@polkadot/util": ^11.0.2
"@polkadot/util-crypto": ^11.0.2
"@types/node": ^18.15.0
"@types/node": ^18.15.3
"@types/yargs": ^17.0.22
tslib: ^2.5.0
yargs: ^17.7.1
Expand Down Expand Up @@ -816,7 +816,7 @@ __metadata:
dependencies:
"@polkadot/util": ^11.0.2
"@polkadot/util-crypto": ^11.0.2
"@types/node": ^18.15.0
"@types/node": ^18.15.3
"@types/yargs": ^17.0.22
tslib: ^2.5.0
yargs: ^17.7.1
Expand Down Expand Up @@ -1378,10 +1378,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^18.15.0":
version: 18.15.0
resolution: "@types/node@npm:18.15.0"
checksum: d81372276dd5053b1743338b61a2178ff9722dc609189d01fc7d1c2acd539414039e0e4780678730514390dad3f29c366a28c29e8dbd5b0025651181f6dd6669
"@types/node@npm:*, @types/node@npm:^18.15.3":
version: 18.15.3
resolution: "@types/node@npm:18.15.3"
checksum: 31b1d92475a82c30de29aa6c0771b18a276552d191283b4423ba2d61b3f01159bf0d02576c0b7cc834b043997893800db6bb47f246083ed85aa45e79c80875d7
languageName: node
linkType: hard

Expand Down Expand Up @@ -7739,8 +7739,8 @@ fsevents@~2.3.2:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@polkadot/dev": ^0.72.9
"@types/node": ^18.15.0
"@polkadot/dev": ^0.72.15
"@types/node": ^18.15.3
"@types/yargs": ^17.0.22
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9118,9 +9118,9 @@ fsevents@~2.3.2:
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
Expand Down Expand Up @@ -9159,7 +9159,7 @@ fsevents@~2.3.2:
optional: true
bin:
webpack-dev-server: bin/webpack-dev-server.js
checksum: 3e33acb774457ee787038d66c12e04c3e4a9f91bbff7ca143083e4ac1937b1615a1b9e7387ec623df8ebc36f56b3c34742578c09f665fe811b6e38d2e8222a94
checksum: 7546dd3b5a05f886209caf3c06265c717dea292e5a1a8e392bb8f1c9c58c7f87cc03daa0b92fa6eb56812c8c88304044bef923642e18c54b0a17ea233c02fdf4
languageName: node
linkType: hard

Expand Down