Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JustJoostNL committed Oct 16, 2024
1 parent b830b93 commit d3a6853
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
Binary file modified bun.lockb
Binary file not shown.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"@elgato-stream-deck/node": "^6.2.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "5.16.7",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@mui/x-data-grid": "^7.13.0",
"@mui/icons-material": "6.1.4",
"@mui/lab": "^6.0.0-beta.12",
"@mui/material": "6.1.4",
"@mui/x-data-grid": "^7.20.0",
"@q42philips/hue-color-converter": "^1.0.0",
"@sentry/electron": "^5.3.0",
"@sentry/electron": "^5.6.0",
"colortranslator": "^4.1.0",
"cross-fetch": "^4.0.0",
"deep-equal": "^2.2.3",
"discord-rpc": "github:JustJoostNL/DiscordRPC",
"electron-log": "^5.1.7",
"electron-updater": "^6.2.1",
"express": "^4.19.2",
"electron-log": "^5.2.0",
"electron-updater": "^6.3.9",
"express": "^4.21.1",
"govee-lan-control": "^3.0.2",
"graphql": "^16.9.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mqtt": "^5.10.0",
"mqtt": "^5.10.1",
"node-fetch": "^3.3.2",
"node-hue-api": "^5.0.0-beta.16",
"node-tradfri-client": "^3.2.0",
Expand All @@ -47,49 +47,49 @@
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.5.0",
"react-hotkeys-hook": "^4.5.1",
"react-json-tree": "^0.19.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.27.0",
"react-window": "^1.8.10",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"semver": "^7.6.3",
"serve-handler": "^6.1.5",
"socket.io": "^4.7.5",
"serve-handler": "^6.1.6",
"socket.io": "^4.8.0",
"swr": "^2.2.5",
"wled-client": "^0.22.1"
},
"devDependencies": {
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron/notarize": "^2.4.0",
"@electron/notarize": "^2.5.0",
"@types/deep-equal": "^1.0.4",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/react-window": "^1.8.8",
"@types/serve-handler": "^6.1.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.3.1",
"electron": "^32.0.1",
"electron-builder": "^24.13.3",
"@vitejs/plugin-react": "^4.3.2",
"electron": "^33.0.0",
"electron-builder": "^25.1.8",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-unused-imports": "^4.1.4",
"prettier": "^3.3.3",
"react-ga4": "^2.1.0",
"sass": "^1.77.8",
"sass": "^1.79.5",
"typescript": "^5.4.5",
"vite": "^5.4.2",
"vite": "^5.4.9",
"vite-electron-plugin": "^0.8.3",
"vite-plugin-electron": "^0.28.7",
"vite-plugin-electron-renderer": "^0.14.5"
"vite-plugin-electron": "^0.28.8",
"vite-plugin-electron-renderer": "^0.14.6"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
Expand Down

0 comments on commit d3a6853

Please sign in to comment.