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

This commit is contained in:
Renovate Bot
2020-02-20 23:57:35 +00:00
committed by renovate[bot]
parent 86a4f72553
commit ee8b391c5b
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -22817,9 +22817,9 @@
"integrity": "sha512-0lLmB7pfj113OP4T78SbpSmC4OCdFQ0vUxdSXQccsSb6qF76F92iEuC/DghFgmPswTyidk8+Hwf+PS/htiJoRQ=="
},
"typescript": {
"version": "3.7.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz",
"integrity": "sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw=="
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.2.tgz",
"integrity": "sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ=="
},
"ua-parser-js": {
"version": "0.7.21",
+1 -1
View File
@@ -57,7 +57,7 @@
"react-tippy": "1.3.4",
"react-transition-group": "4.3.0",
"typeface-open-sans": "0.0.75",
"typescript": "3.7.5"
"typescript": "3.8.2"
},
"scripts": {
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",