dep updates

pull/1215/head
gabrielburnworth 2019-05-30 11:10:15 -07:00
parent a337509bc8
commit 7c99cf0ee7
2 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@ jest.mock("../session", () => ({
import {
responseFulfilled, isLocalRequest, requestFulfilled, responseRejected
} from "../interceptors";
import { AxiosResponse } from "axios";
import { AxiosResponse, Method } from "axios";
import { uuid } from "farmbot";
import { startTracking } from "../connectivity/data_consistency";
import { SafeError } from "../interceptor_support";
@ -35,7 +35,7 @@ const A_STRING = expect.any(String);
interface FakeProps {
uuid: string;
method: string;
method: Method;
requestId: string;
url: string;
}

View File

@ -24,28 +24,28 @@
"license": "MIT",
"dependencies": {
"@blueprintjs/core": "3.15.1",
"@blueprintjs/datetime": "3.9.0",
"@blueprintjs/select": "3.8.0",
"@types/enzyme": "3.9.2",
"@blueprintjs/datetime": "3.9.1",
"@blueprintjs/select": "3.8.1",
"@types/enzyme": "3.9.3",
"@types/jest": "24.0.13",
"@types/lodash": "4.14.129",
"@types/lodash": "4.14.132",
"@types/markdown-it": "0.0.7",
"@types/moxios": "0.4.8",
"@types/node": "12.0.2",
"@types/node": "12.0.3",
"@types/promise-timeout": "1.3.0",
"@types/react": "16.8.17",
"@types/react": "16.8.19",
"@types/react-color": "3.0.0",
"@types/react-dom": "16.8.4",
"@types/react-redux": "7.0.9",
"axios": "0.18.0",
"axios": "0.19.0",
"boxed_value": "1.0.0",
"browser-speech": "1.1.1",
"coveralls": "3.0.3",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.13.0",
"enzyme-adapter-react-16": "1.13.2",
"farmbot": "8.0.1-rc2",
"farmbot-toastr": "1.0.3",
"i18next": "15.1.1",
"i18next": "15.1.3",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"lodash": "4.17.11",
@ -63,7 +63,7 @@
"react-joyride": "2.0.5",
"react-redux": "7.0.3",
"react-test-renderer": "16.8.6",
"react-transition-group": "4.0.1",
"react-transition-group": "4.1.0",
"redux": "4.0.1",
"redux-immutable-state-invariant": "2.1.0",
"redux-thunk": "2.3.0",