fix(deps): update dependency typescript to v4

This commit is contained in:
Renovate Bot
2020-08-20 16:27:27 +00:00
committed by Łukasz Mierzwa
parent c0b600218d
commit ee654aa129
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -20842,9 +20842,9 @@
"integrity": "sha512-0lLmB7pfj113OP4T78SbpSmC4OCdFQ0vUxdSXQccsSb6qF76F92iEuC/DghFgmPswTyidk8+Hwf+PS/htiJoRQ=="
},
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw=="
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz",
"integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ=="
},
"ua-parser-js": {
"version": "0.7.21",

View File

@@ -75,7 +75,7 @@
"react-select": "3.1.0",
"react-transition-group": "4.4.1",
"typeface-open-sans": "0.0.75",
"typescript": "3.9.7"
"typescript": "4.0.2"
},
"devDependencies": {
"@commitlint/travis-cli": "9.1.2",