fix(deps): update dependency typescript to v4.0.5

This commit is contained in:
Renovate Bot
2020-10-27 00:47:45 +00:00
committed by renovate[bot]
parent 625038bcc7
commit 1733c6d45d
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -21517,9 +21517,9 @@
"integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw=="
},
"typescript": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
"integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg=="
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.5.tgz",
"integrity": "sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ=="
},
"uc.micro": {
"version": "1.0.6",

View File

@@ -77,7 +77,7 @@
"react-select": "3.1.0",
"react-transition-group": "4.4.1",
"typeface-open-sans": "1.1.13",
"typescript": "4.0.3"
"typescript": "4.0.5"
},
"devDependencies": {
"@commitlint/travis-cli": "11.0.0",