chore(deps): update dependency typescript to v4.4.4
This commit is contained in:
parent
f3b2ba55ad
commit
2584f5fc10
2 changed files with 24 additions and 4 deletions
|
@ -83,7 +83,7 @@
|
||||||
"semver": "7.3.5",
|
"semver": "7.3.5",
|
||||||
"ts-jest": "27.0.5",
|
"ts-jest": "27.0.5",
|
||||||
"tslib": "2.3.1",
|
"tslib": "2.3.1",
|
||||||
"typescript": "4.4.3",
|
"typescript": "4.4.4",
|
||||||
"yargs": "17.2.1"
|
"yargs": "17.2.1"
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
|
|
26
yarn.lock
26
yarn.lock
|
@ -3418,7 +3418,7 @@ __metadata:
|
||||||
semver: 7.3.5
|
semver: 7.3.5
|
||||||
ts-jest: 27.0.5
|
ts-jest: 27.0.5
|
||||||
tslib: 2.3.1
|
tslib: 2.3.1
|
||||||
typescript: 4.4.3
|
typescript: 4.4.4
|
||||||
yargs: 17.2.1
|
yargs: 17.2.1
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
@ -9201,7 +9201,17 @@ fsevents@^1.2.7:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"typescript@4.4.3, typescript@^4.4.3":
|
typescript@4.4.4:
|
||||||
|
version: 4.4.4
|
||||||
|
resolution: "typescript@npm:4.4.4"
|
||||||
|
bin:
|
||||||
|
tsc: bin/tsc
|
||||||
|
tsserver: bin/tsserver
|
||||||
|
checksum: 89ecb8436bb48ef5594d49289f5f89103071716b6e4844278f4fb3362856e31203e187a9c76d205c3f0b674d221a058fd28310dbcbcf5d95e9a57229bb5203f1
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
typescript@^4.4.3:
|
||||||
version: 4.4.3
|
version: 4.4.3
|
||||||
resolution: "typescript@npm:4.4.3"
|
resolution: "typescript@npm:4.4.3"
|
||||||
bin:
|
bin:
|
||||||
|
@ -9211,7 +9221,17 @@ fsevents@^1.2.7:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"typescript@patch:typescript@4.4.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
|
"typescript@patch:typescript@4.4.4#~builtin<compat/typescript>":
|
||||||
|
version: 4.4.4
|
||||||
|
resolution: "typescript@patch:typescript@npm%3A4.4.4#~builtin<compat/typescript>::version=4.4.4&hash=32657b"
|
||||||
|
bin:
|
||||||
|
tsc: bin/tsc
|
||||||
|
tsserver: bin/tsserver
|
||||||
|
checksum: c97c33903f1eb4f9e178649befdfc859d93157db1eccd1e521e84976ec6861db53412d8018e5e4c5d09268771c65498d42caa64bd881878346c3644f6b7cd202
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
|
||||||
version: 4.4.3
|
version: 4.4.3
|
||||||
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=32657b"
|
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=32657b"
|
||||||
bin:
|
bin:
|
||||||
|
|
Loading…
Reference in a new issue