Skip to content

Commit

Permalink
Update dependencies + switch to bun
Browse files Browse the repository at this point in the history
  • Loading branch information
JustJoostNL committed Apr 30, 2024
1 parent b9808a2 commit c962f89
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7,076 deletions.
Binary file added bun.lockb
Binary file not shown.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@
"dependencies": {
"@elgato-stream-deck/node": "^6.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "5.15.11",
"@mui/lab": "^5.0.0-alpha.166",
"@mui/material": "5.15.11",
"@mui/x-data-grid": "^6.19.5",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "5.15.15",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "5.15.15",
"@mui/x-data-grid": "^7.3.1",
"@q42philips/hue-color-converter": "^1.0.0",
"@sentry/electron": "^4.19.0",
"@sentry/electron": "^4.24.0",
"colortranslator": "^4.1.0",
"cross-fetch": "^4.0.0",
"deep-equal": "^2.2.3",
"discord-rpc": "github:JustJoostNL/DiscordRPC",
"electron-log": "^5.1.1",
"electron-store": "^8.1.0",
"electron-log": "^5.1.2",
"electron-store": "^8.2.0",
"electron-updater": "^6.1.8",
"express": "^4.18.3",
"express": "^4.19.2",
"govee-lan-control": "^3.0.2",
"graphql": "^16.8.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mqtt": "^5.3.6",
"mqtt": "^5.5.4",
"node-fetch": "^3.3.2",
"node-hue-api": "^5.0.0-beta.16",
"node-tradfri-client": "^3.2.0",
Expand All @@ -49,15 +49,15 @@
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.5.0",
"react-json-tree": "^0.18.0",
"react-json-tree": "^0.19.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.2",
"react-router-dom": "^6.23.0",
"react-window": "^1.8.10",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"semver": "^7.6.0",
"serve-handler": "^6.1.5",
"socket.io": "^4.7.4",
"socket.io": "^4.7.5",
"swr": "^2.2.5",
"wled-client": "^0.22.1"
},
Expand All @@ -71,25 +71,25 @@
"@types/react-dom": "^18.2.19",
"@types/react-window": "^1.8.8",
"@types/serve-handler": "^6.1.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"electron": "^29.1.0",
"electron-builder": "^24.12.0",
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "^3.2.5",
"react-ga4": "^2.1.0",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-electron-plugin": "^0.8.3",
"vite-plugin-electron": "^0.28.2",
"vite-plugin-electron": "^0.28.7",
"vite-plugin-electron-renderer": "^0.14.5"
},
"engines": {
Expand Down
Loading

0 comments on commit c962f89

Please sign in to comment.