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 22, 2024
1 parent 21b70d5 commit a50442c
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 270 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "~5.2.2",
Expand Down
14 changes: 7 additions & 7 deletions satellite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "run lint:raw ."
},
"devDependencies": {
"@electron/notarize": "^2.4.0",
"@electron/notarize": "^2.5.0",
"@sofie-automation/eslint-plugin": "^0.1.1",
"@types/eslint": "^8.56.12",
"@types/koa": "^2.15.0",
Expand All @@ -34,15 +34,15 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cross-env": "^7.0.3",
"electron": "31.4.0",
"electron": "31.6.0",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"rimraf": "^5.0.10",
"tsx": "^4.19.0"
"tsx": "^4.19.1"
},
"engines": {
"node": "^20.14"
Expand All @@ -52,8 +52,8 @@
"@julusian/bonjour-service": "^1.3.0-2",
"@julusian/image-rs": "^1.1.1",
"@julusian/jpeg-turbo": "^2.2.0",
"@loupedeck/node": "^1.1.2",
"@napi-rs/canvas": "^0.1.55",
"@loupedeck/node": "^1.2.0",
"@napi-rs/canvas": "^0.1.56",
"@xencelabs-quick-keys/node": "^1.0.0",
"conf": "^13.0.1",
"debounce-fn": "^6.0.0",
Expand All @@ -70,7 +70,7 @@
"node-hid": "^3.1.0",
"semver": "^7.6.3",
"tslib": "^2.7.0",
"usb": "^2.13.0"
"usb": "^2.14.0"
},
"lint-staged": {
"*.{css,json,md,scss}": [
Expand Down
10 changes: 5 additions & 5 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/react": "^18.3.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"sass": "^1.78.0",
"vite": "^5.4.6"
"eslint-plugin-react-refresh": "^0.4.12",
"sass": "^1.79.3",
"vite": "^5.4.7"
}
}
Loading

0 comments on commit a50442c

Please sign in to comment.