mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
fix(deps): update dependency typescript to v3.9.5
This commit is contained in:
committed by
Łukasz Mierzwa
parent
3045c6201f
commit
0543973948
Generated
+3
-3
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user