Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 9, 2024
1 parent 3958a2f commit d2273d5
Show file tree
Hide file tree
Showing 4 changed files with 507 additions and 200 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"typescript": "~5.2.2",
"zx": "^7.2.3"
Expand All @@ -45,5 +45,5 @@
"resolutions": {
"node-hid": "^3.1.0"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}
18 changes: 9 additions & 9 deletions satellite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,32 @@
"devDependencies": {
"@electron/notarize": "^2.3.2",
"@sofie-automation/eslint-plugin": "^0.1.1",
"@types/eslint": "^8.56.10",
"@types/eslint": "^8.56.11",
"@types/koa": "^2.15.0",
"@types/koa-router": "^7.4.8",
"@types/koa-static": "^4.0.4",
"@types/node": "^20.14.11",
"@types/node": "^20.14.15",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"cross-env": "^7.0.3",
"electron": "31.2.1",
"electron": "31.3.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jest": "^28.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"rimraf": "^5.0.9",
"tsx": "^4.16.2"
"rimraf": "^5.0.10",
"tsx": "^4.17.0"
},
"engines": {
"node": "^20.14"
},
"dependencies": {
"@elgato-stream-deck/node": "^6.2.2",
"@julusian/bonjour-service": "^1.3.0-2",
"@julusian/image-rs": "^0.4.0",
"@julusian/image-rs": "^1.0.3",
"@julusian/jpeg-turbo": "^2.2.0-1",
"@loupedeck/node": "^1.1.2",
"@napi-rs/canvas": "^0.1.53",
Expand Down
8 changes: 4 additions & 4 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"@types/bootstrap": "^5.2.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"eslint-plugin-react-refresh": "^0.4.9",
"sass": "^1.77.8",
"vite": "^5.3.4"
"vite": "^5.4.0"
}
}
Loading

0 comments on commit d2273d5

Please sign in to comment.