Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustJoostNL committed Apr 30, 2024
1 parent a5780be commit 3f8ae2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "F1MV-Lights-Integration",
"version": "3.0.2",
"version": "3.1.0",
"main": "dist-electron/main/index.js",
"description": "The best way to connect your smart home lights to MultiViewer.",
"author": "JustJoostNL",
Expand Down Expand Up @@ -38,7 +38,7 @@
"graphql": "^16.8.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mqtt": "^5.5.4",
"mqtt": "^5.5.5",
"node-fetch": "^3.3.2",
"node-hue-api": "^5.0.0-beta.16",
"node-tradfri-client": "^3.2.0",
Expand Down Expand Up @@ -82,7 +82,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.2.5",
"react-ga4": "^2.1.0",
"sass": "^1.75.0",
Expand Down
4 changes: 2 additions & 2 deletions src/renderer/components/integrations/IntegrationsMonitor.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useCallback, useEffect, useState } from "react";
import React, { useCallback, useState } from "react";
import {
Card,
CardActionArea,
Expand All @@ -12,9 +12,9 @@ import {
KeyboardArrowUpRounded,
KeyboardArrowDownRounded,
} from "@mui/icons-material";
import useSWR from "swr";
import { IntegrationState } from "./types";
import "./status.css";
import useSWR from "swr";

const integrationStateMap: {
[key: string]: string;
Expand Down

0 comments on commit 3f8ae2b

Please sign in to comment.