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

This commit is contained in:
Renovate Bot
2020-02-28 22:33:58 +00:00
parent 91160821bd
commit 875600671b
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -22907,9 +22907,9 @@
"integrity": "sha512-0lLmB7pfj113OP4T78SbpSmC4OCdFQ0vUxdSXQccsSb6qF76F92iEuC/DghFgmPswTyidk8+Hwf+PS/htiJoRQ=="
},
"typescript": {
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.2.tgz",
"integrity": "sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ=="
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w=="
},
"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.8.2"
"typescript": "3.8.3"
},
"scripts": {
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",