Cache NodeId and Location (#35)

* Cache NodeId and Location
* Fix frontend dependency vuln
This commit is contained in:
Maciej Hirsz
2018-08-24 16:26:05 +02:00
committed by GitHub
parent ea98fe515a
commit afef6d7d8f
7 changed files with 2856 additions and 2792 deletions
+2782 -2778
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -7,7 +7,7 @@
"dependencies": {
"react": "16.4.0",
"react-dom": "16.4.0",
"react-scripts-ts": "2.16.0",
"react-scripts-ts": "2.17.0",
"react-svg": "^4.1.1"
},
"scripts": {
@@ -1,4 +1,3 @@
import { Types, Maybe } from '@dotstats/common';
import Row from './Row';
import Location from './Location';