Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 2, 2024
1 parent 7b5202a commit 32978ea
Show file tree
Hide file tree
Showing 4 changed files with 680 additions and 743 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"dist": "run build && zx tools/build_electron.mjs"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@tsconfig/node18": "^18.2.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"typescript": "~5.2.2",
"zx": "^7.2.3"
},
"engines": {
"node": "^18.18"
},
"resolutions": {
"node-hid": "npm:@julusian/[email protected]0"
"node-hid": "^3.1.0"
},
"packageManager": "[email protected]"
}
35 changes: 17 additions & 18 deletions satellite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,52 +20,51 @@
"lint": "run lint:raw ."
},
"devDependencies": {
"@electron/notarize": "^2.3.0",
"@electron/notarize": "^2.3.2",
"@sofie-automation/eslint-plugin": "^0.1.1",
"@types/eslint": "^8.56.2",
"@types/koa": "^2.14.0",
"@types/eslint": "^8.56.10",
"@types/koa": "^2.15.0",
"@types/koa-router": "^7.4.8",
"@types/koa-static": "^4.0.4",
"@types/node": "^18.19.17",
"@types/node-hid": "^1.3.4",
"@types/semver": "^7.5.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@types/node": "^18.19.39",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"cross-env": "^7.0.3",
"electron": "25.9.8",
"electron-builder": "^24.12.0",
"eslint": "^8.56.0",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2"
},
"engines": {
"node": "^18.18"
},
"dependencies": {
"@elgato-stream-deck/node": "^6.2.0",
"@julusian/image-rs": "^0.2.1",
"@julusian/image-rs": "^0.4.0",
"@julusian/jpeg-turbo": "^2.2.0-1",
"@loupedeck/node": "^1.1.2",
"@napi-rs/canvas": "^0.1.53",
"@xencelabs-quick-keys/node": "^1.0.0",
"conf": "^10.2.0",
"electron-about-window": "^1.15.2",
"electron-store": "^8.1.0",
"electron-store": "^8.2.0",
"eventemitter3": "^4.0.7",
"exit-hook": "^2.2.1",
"infinitton-idisplay": "^1.1.2",
"koa": "^2.15.0",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"node-hid": "^3.0.0",
"semver": "^7.6.0",
"tslib": "^2.6.2",
"usb": "^2.11.0"
"node-hid": "^3.1.0",
"semver": "^7.6.2",
"tslib": "^2.6.3",
"usb": "^2.13.0"
},
"lint-staged": {
"*.{css,json,md,scss}": [
Expand Down
30 changes: 15 additions & 15 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
},
"dependencies": {
"bootstrap": "^5.3.3",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"usehooks-ts": "^2.15.0"
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"usehooks-ts": "^2.16.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"sass": "^1.71.1",
"vite": "^5.1.7"
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"sass": "^1.77.6",
"vite": "^5.3.2"
}
}
Loading

0 comments on commit 32978ea

Please sign in to comment.