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
436ec7264d
commit
5d351cd200
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-ae154b3216-96d3030cb0.zip
vendored
Normal file
BIN
.yarn/cache/typescript-patch-ae154b3216-96d3030cb0.zip
vendored
Normal file
Binary file not shown.
|
@ -6,7 +6,7 @@
|
|||
"got-cjs": "12.0.4",
|
||||
"megalodon": "4.0.2",
|
||||
"strip-json-comments": "3.1.1",
|
||||
"typescript": "4.7.3"
|
||||
"typescript": "4.7.4"
|
||||
},
|
||||
"name": "fediverse-imagebot",
|
||||
"version": "2.0.0",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -1124,7 +1124,7 @@ __metadata:
|
|||
pkg: 5.7.0
|
||||
prettier: 2.6.2
|
||||
strip-json-comments: 3.1.1
|
||||
typescript: 4.7.3
|
||||
typescript: 4.7.4
|
||||
bin:
|
||||
fediverse-imagebot: dist/index.js
|
||||
languageName: unknown
|
||||
|
@ -2630,6 +2630,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=bda367"
|
||||
|
@ -2640,6 +2650,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=bda367"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 96d3030cb01143570567cb4f3a616b10df65f658f0e74e853e77a089a6a954e35c800be7db8b9bfe9a1ae05d9c2897e281359f65e4caa1caf266368e1c4febd3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typical@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "typical@npm:4.0.0"
|
||||
|
|
Reference in a new issue