Skip to content

Commit

Permalink
Merge pull request #19 from richrace/update-arctis-usb-finder
Browse files Browse the repository at this point in the history
Update arctis-usb-finder
  • Loading branch information
richrace authored Jul 16, 2024
2 parents c6736a6 + 99eedc2 commit ba4cfd9
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 71 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,11 @@ Supported headsets are provided by [Arctis USB Finder](https://github.com/richra
* Arctis 7X Plus
* Arctis 7 Destiny Plus
* Arctis Nova 7
* Arctis Nova 7 Diablo IV
* Arctis Nova 7X
* Arctis Nova 7X V2
* Arctis Nova 7P
* Arctis Nova Pro Wireless
* Arctis 7P

If yours isn't on the list follow the instructions on the [Arctis USB Finder's Probe](https://github.com/richrace/arctis-usb-finder#probe)
Expand Down
130 changes: 65 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"@electron-forge/publisher-github": "^7.4.0",
"@types/node-hid": "^1.3.4",
"@types/winreg": "^1.2.36",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"electron": "^31.0.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"electron": "^31.2.1",
"electron-packager": "^17.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"node-abi": "^3.65.0",
"npm-check-updates": "^16.14.20",
"prettier": "3.3.2",
"prettier": "3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"dependencies": {
"arctis-usb-finder": "^0.0.22",
"arctis-usb-finder": "^0.0.23",
"electron-squirrel-startup": "^1.0.1",
"winreg": "^1.2.5"
}
Expand Down

0 comments on commit ba4cfd9

Please sign in to comment.