Update dependency @types/node to v18
This commit is contained in:
parent
0ae4ef8515
commit
0ccc22feda
4 changed files with 6 additions and 6 deletions
Binary file not shown.
BIN
.yarn/cache/@types-node-npm-18.11.5-bb743e57ba-ac54e9287d.zip
vendored
Normal file
BIN
.yarn/cache/@types-node-npm-18.11.5-bb743e57ba-ac54e9287d.zip
vendored
Normal file
Binary file not shown.
|
@ -10,7 +10,7 @@
|
|||
"devDependencies": {
|
||||
"@types/command-line-args": "5.2.0",
|
||||
"@types/command-line-usage": "5.0.2",
|
||||
"@types/node": "17.0.31",
|
||||
"@types/node": "18.11.5",
|
||||
"@types/readline-sync": "1.4.4",
|
||||
"@typescript-eslint/eslint-plugin": "5.41.0",
|
||||
"@typescript-eslint/parser": "5.41.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -184,10 +184,10 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:*, @types/node@npm:17.0.31":
|
||||
version: 17.0.31
|
||||
resolution: "@types/node@npm:17.0.31"
|
||||
checksum: 704618350f8420d5c47db0f7778398e821b7724369946f5c441a7e6b9343295553936400eb8309f0b07d5e39c240988ab3456b983712ca86265dabc9aee4ad3d
|
||||
"@types/node@npm:*, @types/node@npm:18.11.5":
|
||||
version: 18.11.5
|
||||
resolution: "@types/node@npm:18.11.5"
|
||||
checksum: ac54e9287dd4549ea3dc8aabc0cf7bfa04c52f02925d7fd68414789617ec770f034c8ae2e111e8bd00d446a46fcac42587b5a316a1303e2f6ea094854248c9ff
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -1039,7 +1039,7 @@ __metadata:
|
|||
dependencies:
|
||||
"@types/command-line-args": 5.2.0
|
||||
"@types/command-line-usage": 5.0.2
|
||||
"@types/node": 17.0.31
|
||||
"@types/node": 18.11.5
|
||||
"@types/readline-sync": 1.4.4
|
||||
"@typescript-eslint/eslint-plugin": 5.41.0
|
||||
"@typescript-eslint/parser": 5.41.0
|
||||
|
|
Reference in a new issue