Update dependency typescript to v4.8.2
This commit is contained in:
parent
3e7c217626
commit
8023f4e94e
4 changed files with 22 additions and 2 deletions
BIN
.yarn/cache/typescript-npm-4.8.2-a4828fa7ad-7f5b81d0d5.zip
vendored
Normal file
BIN
.yarn/cache/typescript-npm-4.8.2-a4828fa7ad-7f5b81d0d5.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/typescript-patch-d6cb78dce7-5cb0f02f41.zip
vendored
Normal file
BIN
.yarn/cache/typescript-patch-d6cb78dce7-5cb0f02f41.zip
vendored
Normal file
Binary file not shown.
|
@ -5,7 +5,7 @@
|
|||
"megalodon": "4.1.0",
|
||||
"readline-sync": "1.4.10",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.4"
|
||||
"typescript": "4.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/command-line-args": "5.2.0",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -1044,7 +1044,7 @@ __metadata:
|
|||
prettier: 2.7.1
|
||||
readline-sync: 1.4.10
|
||||
tslib: 2.4.0
|
||||
typescript: 4.7.4
|
||||
typescript: 4.8.2
|
||||
bin:
|
||||
feditoken-js: dist/token.js
|
||||
languageName: unknown
|
||||
|
@ -2408,6 +2408,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:4.8.2":
|
||||
version: 4.8.2
|
||||
resolution: "typescript@npm:4.8.2"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 7f5b81d0d558c9067f952c7af52ab7f19c2e70a916817929e4a5b256c93990bf3178eccb1ac8a850bc75df35f6781b6f4cb3370ce20d8b1ded92ed462348f628
|
||||
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=a1c5e5"
|
||||
|
@ -2418,6 +2428,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@4.8.2#~builtin<compat/typescript>":
|
||||
version: 4.8.2
|
||||
resolution: "typescript@patch:typescript@npm%3A4.8.2#~builtin<compat/typescript>::version=4.8.2&hash=a1c5e5"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 5cb0f02f414f5405f4b0e7ee1fd7fa9177b6a8783c9017b6cad85f56ce4c4f93e0e6f2ce37e863cb597d44227cd009474c9fbd85bf7a50004e5557426cb58079
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typical@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "typical@npm:4.0.0"
|
||||
|
|
Reference in a new issue