pull/1162/head
gabrielburnworth 2019-04-18 15:58:41 -07:00
parent 23160a5606
commit 808a9bfe93
2 changed files with 7 additions and 6 deletions

View File

@ -14,6 +14,7 @@ const BLACKLIST: ResourceName[] = [
"User",
"WebAppConfig",
"WebcamFeed",
"Enigma",
];
export function maybeStartTracking(uuid: string) {

View File

@ -31,12 +31,12 @@
"@types/lodash": "4.14.123",
"@types/markdown-it": "0.0.7",
"@types/moxios": "0.4.8",
"@types/node": "11.13.2",
"@types/node": "11.13.5",
"@types/promise-timeout": "1.3.0",
"@types/react": "16.8.13",
"@types/react-color": "3.0.0",
"@types/react-dom": "16.8.3",
"@types/react-redux": "7.0.6",
"@types/react-dom": "16.8.4",
"@types/react-redux": "7.0.7",
"axios": "0.18.0",
"boxed_value": "1.0.0",
"browser-speech": "1.1.1",
@ -61,9 +61,9 @@
"react-color": "2.17.0",
"react-dom": "16.8.6",
"react-joyride": "2.0.5",
"react-redux": "7.0.1",
"react-redux": "7.0.2",
"react-test-renderer": "16.8.6",
"react-transition-group": "2.9.0",
"react-transition-group": "4.0.0",
"redux": "4.0.1",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "2.3.0",
@ -72,7 +72,7 @@
"takeme": "0.11.1",
"ts-jest": "24.0.2",
"ts-lint": "4.5.1",
"tslint": "5.15.0",
"tslint": "5.16.0",
"typescript": "3.4.3",
"which": "1.3.1"
},