fix(deps): update dependency typescript to v3.7.5

This commit is contained in:
Renovate Bot
2020-01-16 21:37:30 +00:00
parent 3b4d4a8f48
commit e016fac088
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -19900,9 +19900,9 @@
"integrity": "sha512-0lLmB7pfj113OP4T78SbpSmC4OCdFQ0vUxdSXQccsSb6qF76F92iEuC/DghFgmPswTyidk8+Hwf+PS/htiJoRQ=="
},
"typescript": {
"version": "3.7.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.4.tgz",
"integrity": "sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw=="
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz",
"integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw=="
},
"ua-parser-js": {
"version": "0.7.21",

View File

@@ -58,7 +58,7 @@
"react-transition-group": "4.3.0",
"semver": "7.1.1",
"typeface-open-sans": "0.0.75",
"typescript": "3.7.4"
"typescript": "3.7.5"
},
"scripts": {
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",