Skip to content

Commit

Permalink
feat: update electron and node-hid
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Apr 19, 2023
1 parent beaeb16 commit d96acfe
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 386 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node-hid": "^1.3.1",
"@types/sharp": "^0.31.1",
"cross-env": "^7.0.3",
"electron": "^19.1.7",
"electron": "^22.0.2",
"electron-builder": "^23.6.0",
"electron-notarize": "^1.2.2",
"rimraf": "^5.0.0",
Expand All @@ -61,14 +61,14 @@
"exit-hook": "^2.2.1",
"infinitton-idisplay": "^1.1.2",
"meow": "^9.0.0",
"node-hid": "github:julusian/node-hid#v2.1.2-1",
"node-hid": "npm:@julusian/hid@2.5.0-3",
"semver": "^7.5.0",
"sharp": "^0.32.0",
"tslib": "^2.5.0",
"usb": "^2.9.0"
},
"resolutions": {
"node-hid": "github:julusian/node-hid#v2.1.2-1"
"node-hid": "npm:@julusian/hid@2.5.0-3"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"lint-staged": {
Expand Down
Loading

0 comments on commit d96acfe

Please sign in to comment.