chore(deps): update dependency typescript to v4.7.2

This commit is contained in:
Renovate Bot
2022-05-24 21:40:30 +00:00
committed by Łukasz Mierzwa
parent 182740540e
commit 02bc037fca
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -89,7 +89,7 @@
"react-scripts": "5.0.1",
"sass": "1.52.1",
"timemachine": "0.3.2",
"typescript": "4.6.4"
"typescript": "4.7.2"
},
"engines": {
"node": "18.2.0",
@@ -31258,9 +31258,9 @@
"integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw=="
},
"node_modules/typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@@ -57006,9 +57006,9 @@
"integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw=="
},
"typescript": {
"version": "4.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
"version": "4.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
"integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==",
"dev": true
},
"uc.micro": {

View File

@@ -88,7 +88,7 @@
"react-scripts": "5.0.1",
"sass": "1.52.1",
"timemachine": "0.3.2",
"typescript": "4.6.4"
"typescript": "4.7.2"
},
"overrides": {
"react-scripts@5.0.1": {