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

This commit is contained in:
Renovate Bot
2020-06-04 22:19:00 +01:00
committed by Łukasz Mierzwa
parent 3045c6201f
commit 0543973948
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -22302,9 +22302,9 @@
"integrity": "sha512-0lLmB7pfj113OP4T78SbpSmC4OCdFQ0vUxdSXQccsSb6qF76F92iEuC/DghFgmPswTyidk8+Hwf+PS/htiJoRQ=="
},
"typescript": {
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz",
"integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ=="
"version": "3.9.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz",
"integrity": "sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ=="
},
"ua-parser-js": {
"version": "0.7.21",
+1 -1
View File
@@ -57,7 +57,7 @@
"react-select": "3.1.0",
"react-transition-group": "4.4.1",
"typeface-open-sans": "0.0.75",
"typescript": "3.9.3"
"typescript": "3.9.5"
},
"scripts": {
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",