Update dependency typescript to v4.7.4
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cbc50731af
commit
644467532f
4 changed files with 22 additions and 2 deletions
BIN
.yarn/cache/typescript-npm-4.7.4-65aa6ffb42-5750181b1c.zip
vendored
Normal file
BIN
.yarn/cache/typescript-npm-4.7.4-65aa6ffb42-5750181b1c.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/typescript-patch-e8b9857d0c-9096d8f6c1.zip
vendored
Normal file
BIN
.yarn/cache/typescript-patch-e8b9857d0c-9096d8f6c1.zip
vendored
Normal file
Binary file not shown.
|
@ -5,7 +5,7 @@
|
|||
"megalodon": "4.0.2",
|
||||
"readline-sync": "1.4.10",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.3"
|
||||
"typescript": "4.7.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/command-line-args": "5.2.0",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -999,7 +999,7 @@ __metadata:
|
|||
prettier: 2.7.1
|
||||
readline-sync: 1.4.10
|
||||
tslib: 2.4.0
|
||||
typescript: 4.7.3
|
||||
typescript: 4.7.4
|
||||
bin:
|
||||
feditoken-js: dist/token.js
|
||||
languageName: unknown
|
||||
|
@ -2350,6 +2350,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:4.7.4":
|
||||
version: 4.7.4
|
||||
resolution: "typescript@npm:4.7.4"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 5750181b1cd7e6482c4195825547e70f944114fb47e58e4aa7553e62f11b3f3173766aef9c281783edfd881f7b8299cf35e3ca8caebe73d8464528c907a164df
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@4.7.3#~builtin<compat/typescript>":
|
||||
version: 4.7.3
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.3#~builtin<compat/typescript>::version=4.7.3&hash=7ad353"
|
||||
|
@ -2360,6 +2370,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@4.7.4#~builtin<compat/typescript>":
|
||||
version: 4.7.4
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 9096d8f6c16cb80ef3bf96fcbbd055bf1c4a43bd14f3b7be45a9fbe7ada46ec977f604d5feed3263b4f2aa7d4c7477ce5f9cd87de0d6feedec69a983f3a4f93e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typical@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "typical@npm:4.0.0"
|
||||
|
|
Reference in a new issue