chore(deps): update dependency typescript to v4.7.4 (#40)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a5d30e43d7
commit
df6c729951
2 changed files with 24 additions and 4 deletions
|
@ -36,7 +36,7 @@
|
|||
"netlify-cli": "^5.2.3",
|
||||
"parcel": "^2.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"typescript": "^4.3.5"
|
||||
"typescript": "4.7.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "4.12.4",
|
||||
|
|
26
yarn.lock
26
yarn.lock
|
@ -16147,7 +16147,7 @@ __metadata:
|
|||
preact: 10.10.0
|
||||
prettier: ^2.3.2
|
||||
react-query: 3.39.2
|
||||
typescript: ^4.3.5
|
||||
typescript: 4.7.4
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
|
@ -17824,7 +17824,7 @@ typescript@^3.9.7:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@^4.1.5, typescript@^4.3.5":
|
||||
typescript@^4.1.5:
|
||||
version: 4.3.5
|
||||
resolution: "typescript@npm:4.3.5"
|
||||
bin:
|
||||
|
@ -17834,6 +17834,26 @@ typescript@^3.9.7:
|
|||
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.4#~builtin<compat/typescript>":
|
||||
version: 4.7.4
|
||||
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=ddd1e8"
|
||||
bin:
|
||||
tsc: bin/tsc
|
||||
tsserver: bin/tsserver
|
||||
checksum: 96d3030cb01143570567cb4f3a616b10df65f658f0e74e853e77a089a6a954e35c800be7db8b9bfe9a1ae05d9c2897e281359f65e4caa1caf266368e1c4febd3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@^3.9.7#~builtin<compat/typescript>":
|
||||
version: 3.9.10
|
||||
resolution: "typescript@patch:typescript@npm%3A3.9.10#~builtin<compat/typescript>::version=3.9.10&hash=ddd1e8"
|
||||
|
@ -17844,7 +17864,7 @@ typescript@^3.9.7:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@^4.1.5#~builtin<compat/typescript>, typescript@patch:typescript@^4.3.5#~builtin<compat/typescript>":
|
||||
"typescript@patch:typescript@^4.1.5#~builtin<compat/typescript>":
|
||||
version: 4.3.5
|
||||
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=ddd1e8"
|
||||
bin:
|
||||
|
|
Loading…
Reference in a new issue