From cde5f983b0b14a2f1b339534f4c8ebe3301a9f04 Mon Sep 17 00:00:00 2001 From: gabrielburnworth Date: Tue, 17 Sep 2024 10:23:59 -0700 Subject: [PATCH] upgrade deps --- .../__tests__/tile_lua_support_test.tsx | 2 +- .../sequences/step_tiles/tile_lua_support.tsx | 2 +- .../__tests__/garden_location_row_test.tsx | 4 +-- package.json | 28 +++++++++---------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/frontend/sequences/step_tiles/__tests__/tile_lua_support_test.tsx b/frontend/sequences/step_tiles/__tests__/tile_lua_support_test.tsx index c428b66df4..9a856128fd 100644 --- a/frontend/sequences/step_tiles/__tests__/tile_lua_support_test.tsx +++ b/frontend/sequences/step_tiles/__tests__/tile_lua_support_test.tsx @@ -14,7 +14,7 @@ import React from "react"; import { shallow } from "enzyme"; import { LuaTextArea, LuaTextAreaProps } from "../tile_lua_support"; import { Lua } from "farmbot"; -import Editor from "@monaco-editor/react"; +import { Editor } from "@monaco-editor/react"; import { fakeStepParams } from "../../../__test_support__/fake_sequence_step_data"; import { StateToggleKey } from "../../step_ui"; diff --git a/frontend/sequences/step_tiles/tile_lua_support.tsx b/frontend/sequences/step_tiles/tile_lua_support.tsx index 46dfe014cc..b12b05fc6d 100644 --- a/frontend/sequences/step_tiles/tile_lua_support.tsx +++ b/frontend/sequences/step_tiles/tile_lua_support.tsx @@ -1,5 +1,5 @@ import React from "react"; -import Editor, { loader } from "@monaco-editor/react"; +import { Editor, loader } from "@monaco-editor/react"; loader.config({ paths: { vs: "/assets/monaco" } }); import { StepParams } from "../interfaces"; import { Assertion, Lua } from "farmbot/dist/corpus"; diff --git a/frontend/settings/fbos_settings/__tests__/garden_location_row_test.tsx b/frontend/settings/fbos_settings/__tests__/garden_location_row_test.tsx index d5d48ec3d6..c5aa75c676 100644 --- a/frontend/settings/fbos_settings/__tests__/garden_location_row_test.tsx +++ b/frontend/settings/fbos_settings/__tests__/garden_location_row_test.tsx @@ -30,8 +30,8 @@ describe("", () => { timestamp: 1, coords: { accuracy: 1, altitude: 1, altitudeAccuracy: 1, heading: 1, speed: 1, - latitude: 100, longitude: 50 - } + latitude: 100, longitude: 50, toJSON: jest.fn(), + }, toJSON: jest.fn(), }); const p = fakeProps(); const wrapper = mount(); diff --git a/package.json b/package.json index eeb91f43ef..1d51d83c22 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "@parcel/watcher": "2.1.0" }, "dependencies": { - "@blueprintjs/core": "5.11.0", - "@blueprintjs/select": "5.2.2", + "@blueprintjs/core": "5.12.0", + "@blueprintjs/select": "5.2.3", "@monaco-editor/react": "4.6.0", "@parcel/transformer-sass": "2.12.0", "@parcel/transformer-typescript-tsc": "2.12.0", @@ -44,26 +44,26 @@ "@react-three/fiber": "8.17.5", "@types/lodash": "4.17.7", "@types/markdown-it": "14.1.2", - "@types/node": "22.5.0", + "@types/node": "22.5.5", "@types/promise-timeout": "1.3.3", - "@types/react": "18.3.4", + "@types/react": "18.3.7", "@types/react-color": "3.0.12", "@types/react-dom": "18.3.0", "@types/three": "0.167.1", "@types/ws": "8.5.12", - "axios": "1.7.5", + "axios": "1.7.7", "bowser": "2.11.0", "browser-speech": "1.1.1", "events": "3.3.0", "farmbot": "15.8.8", - "i18next": "23.14.0", + "i18next": "23.15.1", "lodash": "4.17.21", "markdown-it": "14.1.0", "markdown-it-emoji": "3.0.0", "moment": "2.30.1", "monaco-editor": "0.51.0", - "mqtt": "5.10.0", - "npm": "10.8.2", + "mqtt": "5.10.1", + "npm": "10.8.3", "parcel": "2.12.0", "process": "0.11.10", "promise-timeout": "1.3.0", @@ -78,14 +78,14 @@ "redux-thunk": "3.1.0", "takeme": "0.12.0", "three": "0.167.1", - "typescript": "5.5.4", + "typescript": "5.6.2", "url": "0.11.4", "xterm": "5.3.0" }, "devDependencies": { "@react-three/eslint-plugin": "0.1.1", "@types/enzyme": "3.10.12", - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/readable-stream": "4.0.15", "@typescript-eslint/eslint-plugin": "7.15.0", "@typescript-eslint/parser": "7.15.0", @@ -93,11 +93,11 @@ "enzyme": "3.11.0", "eslint": "8.57.0", "eslint-plugin-eslint-comments": "3.2.0", - "eslint-plugin-import": "2.29.1", - "eslint-plugin-jest": "28.8.0", + "eslint-plugin-import": "2.30.0", + "eslint-plugin-jest": "28.8.3", "eslint-plugin-no-null": "1.0.2", "eslint-plugin-promise": "7.1.0", - "eslint-plugin-react": "7.35.0", + "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.2", "jest": "29.7.0", "jest-canvas-mock": "2.5.2", @@ -110,7 +110,7 @@ "raf": "3.4.1", "react-addons-test-utils": "15.6.2", "react-test-renderer": "18.3.1", - "sass": "1.77.8", + "sass": "1.78.0", "sass-lint": "1.13.1", "ts-jest": "29.2.5", "tslint": "5.20.1"