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 20, 2024
1 parent 5c8e94f commit 14c332c
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 411 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
5 changes: 2 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
nodeLinker: node-modules

# install everything, to allow for electron cross-building
supportedArchitectures:
os:
- current
cpu:
- x64
- arm64
- ia32
os:
- current
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"husky": "^9.0.11",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"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.2.2"
"packageManager": "yarn@4.3.1"
}
20 changes: 10 additions & 10 deletions satellite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,26 @@
"@types/koa": "^2.15.0",
"@types/koa-router": "^7.4.8",
"@types/koa-static": "^4.0.4",
"@types/node": "^20.14.9",
"@types/node": "^20.14.11",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"cross-env": "^7.0.3",
"electron": "31.1.0",
"electron": "31.2.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"rimraf": "^5.0.7",
"tsx": "^4.10.5"
"eslint-plugin-prettier": "^5.2.1",
"rimraf": "^5.0.9",
"tsx": "^4.16.2"
},
"engines": {
"node": "^20.14"
},
"dependencies": {
"@elgato-stream-deck/node": "^6.2.0",
"@elgato-stream-deck/node": "^6.2.2",
"@julusian/image-rs": "^0.4.0",
"@julusian/jpeg-turbo": "^2.2.0-1",
"@loupedeck/node": "^1.1.2",
Expand All @@ -57,13 +57,13 @@
"electron-store": "^10.0.0",
"eventemitter3": "^5.0.1",
"exit-hook": "^4.0.0",
"infinitton-idisplay": "^1.1.2",
"infinitton-idisplay": "^1.2.0",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"node-hid": "^3.1.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"tslib": "^2.6.3",
"usb": "^2.13.0"
},
Expand Down
10 changes: 5 additions & 5 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.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@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"
"eslint-plugin-react-refresh": "^0.4.8",
"sass": "^1.77.8",
"vite": "^5.3.4"
}
}
Loading

0 comments on commit 14c332c

Please sign in to comment.