Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Sep 2, 2024
1 parent ea99035 commit ab3fd0b
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 264 deletions.
10 changes: 5 additions & 5 deletions companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@types/ws": "^8.5.12",
"jest-mock-extended": "^3.0.7",
"supertest": "^7.0.0",
"typescript": "~5.3.3",
"webpack": "^5.93.0",
"typescript": "~5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
Expand All @@ -53,14 +53,14 @@
"@julusian/jpeg-turbo": "^2.1.0",
"@loupedeck/node": "^1.1.2",
"@napi-rs/canvas": "^0.1.54",
"@sentry/node": "^8.26.0",
"@sentry/node": "^8.27.0",
"archiver": "^7.0.1",
"body-parser": "^1.20.2",
"bufferutil": "^4.0.8",
"colord": "^2.9.3",
"commander": "^12.1.0",
"csv-stringify": "^6.5.1",
"dayjs": "^1.11.12",
"dayjs": "^1.11.13",
"debounce-fn": "^6.0.0",
"ejson": "^2.2.3",
"emberplus-connection": "^0.2.1",
Expand Down Expand Up @@ -89,7 +89,7 @@
"socket.io": "^4.7.5",
"socketcluster-client": "^19.2.2",
"supports-color": "^9.4.0",
"systeminformation": "^5.23.4",
"systeminformation": "^5.23.5",
"type-fest": "^4.25.0",
"usb": "2.13.0",
"utf-8-validate": "^6.0.4",
Expand Down
4 changes: 2 additions & 2 deletions launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "electron dev.cjs"
},
"dependencies": {
"@sentry/electron": "^5.3.0",
"@sentry/electron": "^5.4.0",
"chokidar": "^3.6.0",
"debounce-fn": "^6.0.0",
"electron-store": "^10.0.0",
Expand All @@ -22,7 +22,7 @@
"respawn": "*",
"semver": "^7.6.3",
"strip-ansi": "^7.1.0",
"systeminformation": "^5.23.4"
"systeminformation": "^5.23.5"
},
"devDependencies": {
"@electron/notarize": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion shared-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"dev": "tsc --watch"
},
"devDependencies": {
"typescript": "~5.3.3"
"typescript": "~5.5.4"
}
}
2 changes: 2 additions & 0 deletions vendor/respawn/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-nocheck

const { EventEmitter } = require('events')
const { spawn, fork, exec } = require('child_process')
const ps = require('ps-tree')
Expand Down
10 changes: 5 additions & 5 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@companion-app/shared": "*",
"@coreui/coreui": "^5.1.1",
"@coreui/coreui": "^5.1.2",
"@coreui/react": "^5.3.0",
"@fontsource/fira-code": "^5.0.19",
"@fontsource/roboto": "^5.0.14",
Expand All @@ -14,7 +14,7 @@
"@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.3",
"@types/react": "^18.3.4",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
Expand All @@ -24,7 +24,7 @@
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"csv-stringify": "^6.5.1",
"dayjs": "^1.11.12",
"dayjs": "^1.11.13",
"fast-json-patch": "^3.1.1",
"fuzzysort": "^3.0.2",
"html-entities": "^2.5.2",
Expand Down Expand Up @@ -62,10 +62,10 @@
"sass": "^1.77.8",
"socket.io-client": "^4.7.5",
"terser": "^5.31.6",
"typescript": "~5.3.3",
"typescript": "~5.5.4",
"use-deep-compare": "^1.3.0",
"usehooks-ts": "^3.1.0",
"vite": "^5.4.1",
"vite": "^5.4.2",
"vite-plugin-env-compatible": "^2.0.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit ab3fd0b

Please sign in to comment.