Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 15, 2024
1 parent 3a96984 commit ca5719c
Show file tree
Hide file tree
Showing 4 changed files with 577 additions and 406 deletions.
8 changes: 4 additions & 4 deletions companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@julusian/segfault-raub": "^2.3.1",
"@loupedeck/node": "^1.2.0",
"@napi-rs/canvas": "^0.1.65",
"@sentry/node": "^8.42.0",
"@sentry/node": "^8.45.0",
"archiver": "^7.0.1",
"better-sqlite3": "^11.7.0",
"bufferutil": "^4.0.8",
Expand Down Expand Up @@ -89,16 +89,16 @@
"socket.io": "^4.8.1",
"socketcluster-client": "^19.2.3",
"supports-color": "^9.4.0",
"systeminformation": "^5.23.6",
"type-fest": "^4.30.0",
"systeminformation": "^5.23.13",
"type-fest": "^4.30.1",
"usb": "2.14.0",
"uuid": "^11.0.3",
"vec-footpedal": "^2.0.1",
"videohub-server": "^0.3.0",
"winston": "^3.17.0",
"workerpool": "^9.2.0",
"ws": "^8.18.0",
"xkeys": "^3.1.2",
"xkeys": "^3.3.0",
"yaml": "^2.6.1"
},
"collective": {
Expand Down
4 changes: 2 additions & 2 deletions launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@companion-app/shared": "*",
"@sentry/electron": "^5.7.0",
"@sentry/electron": "^5.8.0",
"chokidar": "^3.6.0",
"debounce-fn": "^6.0.0",
"electron-store": "^10.0.0",
Expand All @@ -22,7 +22,7 @@
"plist": "^3.1.0",
"semver": "^7.6.3",
"strip-ansi": "^7.1.0",
"systeminformation": "^5.23.6"
"systeminformation": "^5.23.13"
},
"devDependencies": {
"@types/plist": "^3.0.5",
Expand Down
14 changes: 7 additions & 7 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@fortawesome/react-fontawesome": "^0.2.2",
"@hello-pangea/color-picker": "https://github.com/Julusian/color-picker/releases/download/v3.3.0-julusian.0/hello-pangea-color-picker-v3.3.0-julusian.0.tgz",
"@popperjs/core": "^2.11.8",
"@types/react": "^18.3.14",
"@types/react": "^18.3.16",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.2",
"@types/react-dom": "^18.3.5",
"@types/react-window": "^1.8.8",
"@types/sanitize-html": "^2.13.0",
"@vitejs/plugin-legacy": "^6.0.0",
Expand All @@ -30,10 +30,10 @@
"html-entities": "^2.5.2",
"intersection-observer": "^0.12.2",
"lodash-es": "^4.17.21",
"marked": "^15.0.3",
"marked": "^15.0.4",
"marked-base-url": "^1.1.6",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.0.7",
"mobx-react-lite": "^4.1.0",
"nanoid": "^5.0.9",
"p-timeout": "^6.1.3",
"parse-numeric-range": "^1.3.0",
Expand All @@ -47,20 +47,20 @@
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-idle-timer": "^5.7.2",
"react-intersection-observer": "^9.13.1",
"react-intersection-observer": "^9.14.0",
"react-markdown": "^9.0.1",
"react-popper": "^2.3.0",
"react-router-dom": "^6.28.0",
"react-select": "npm:@julusian/react-select@^5.8.1-3",
"react-spinners": "^0.15.0",
"react-time-picker": "^7.0.0",
"react-use": "^17.5.1",
"react-use": "^17.6.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"react-windowed-select": "^5.2.0",
"remark-gfm": "^4.0.0",
"sanitize-html": "^2.13.1",
"sass-embedded": "^1.82.0",
"sass-embedded": "^1.83.0",
"socket.io-client": "^4.8.1",
"terser": "^5.37.0",
"typescript": "~5.7.2",
Expand Down
Loading

0 comments on commit ca5719c

Please sign in to comment.