Update dependency typescript to v4.4.3
This commit is contained in:
parent
ffb0c3fee7
commit
835efb31b9
2 changed files with 24 additions and 4 deletions
|
@ -77,7 +77,7 @@
|
|||
"semver": "7.3.5",
|
||||
"ts-jest": "27.0.5",
|
||||
"tslib": "2.3.1",
|
||||
"typescript": "4.3.5",
|
||||
"typescript": "4.4.3",
|
||||
"yargs": "17.1.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
26
yarn.lock
26
yarn.lock
|
@ -2915,7 +2915,7 @@ __metadata:
|
|||
semver: 7.3.5
|
||||
ts-jest: 27.0.5
|
||||
tslib: 2.3.1
|
||||
typescript: 4.3.5
|
||||
typescript: 4.4.3
|
||||
yargs: 17.1.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
@ -8133,7 +8133,17 @@ fsevents@^1.2.7:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@4.3.5, typescript@^4.3.5":
|
||||
typescript@4.4.3:
|
||||
version: 4.4.3
|
||||
resolution: "typescript@npm:4.4.3"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 05823f21796d450531a7e4ab299715d38fd9ded0e4ce7400876053f4b5166ca3dde7a68cecfe72d9086039f03c0b6edba36516fb10ed83c5837d9600532ea4c2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
typescript@^4.3.5:
|
||||
version: 4.3.5
|
||||
resolution: "typescript@npm:4.3.5"
|
||||
bin:
|
||||
|
@ -8143,7 +8153,17 @@ fsevents@^1.2.7:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@4.3.5#~builtin<compat/typescript>, typescript@patch:typescript@^4.3.5#~builtin<compat/typescript>":
|
||||
"typescript@patch:typescript@4.4.3#~builtin<compat/typescript>":
|
||||
version: 4.4.3
|
||||
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=32657b"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 28ab98313afab46788ff41014fdb5932430ada6e03cf9e92ac47f406526a2cac1ae2894834e7da61e46b7429318e9c47f45ba8de323332f0cb9af99b72ebae74
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@^4.3.5#~builtin<compat/typescript>":
|
||||
version: 4.3.5
|
||||
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=32657b"
|
||||
bin:
|
||||
|
|
Loading…
Reference in a new issue