Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 3 updates (#17)
Browse files Browse the repository at this point in the history
* Bump the dependencies group across 1 directory with 3 updates

Bumps the dependencies group with 3 updates in the / directory: [@elgato/cli](https://github.com/elgatosf/cli), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [rollup](https://github.com/rollup/rollup).


Updates `@elgato/cli` from 0.2.0 to 0.3.0
- [Changelog](https://github.com/elgatosf/cli/blob/main/CHANGELOG.md)
- [Commits](elgatosf/cli@v0.2.0...v0.3.0)

Updates `@types/node` from 20.12.7 to 20.12.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `rollup` from 4.17.1 to 4.17.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.17.1...v4.17.2)

---
updated-dependencies:
- dependency-name: "@elgato/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump to version 1.1.0 as streamdeck sdk bumped to 0.3

* Add support for cmd streamdeck validate (even if its not working properly atm)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Teddi <>
  • Loading branch information
dependabot[bot] authored May 12, 2024
1 parent 6d180a6 commit 6203a94
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 83 deletions.
4 changes: 2 additions & 2 deletions com.teddi.g502-battery-monitor.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"Name": "G502 Battery Monitor",
"Version": "1.0.2",
"Version": "1.1.0.0",
"Author": "Teddi",
"Actions": [
{
"Name": "G502 Battery Monitor",
"UUID": "com.teddi.g502-battery-monitor.monitor",
"Icon": "imgs/actions/app/icon",
"Icon": "imgs/actions/app/mouse-image",
"Tooltip": "",
"Controllers": [
"Keypad"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
},
"type": "module",
"devDependencies": {
"@elgato/cli": "^0.2.0",
"@elgato/cli": "^0.3.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node20": "^20.1.4",
"@types/node": "20.12.7",
"@types/node": "20.12.11",
"@types/ws": "^8.5.10",
"rollup": "^4.17.1",
"rollup": "^4.17.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit 6203a94

Please sign in to comment.