Skip to content

Commit

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

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@elgato/streamdeck](https://github.com/elgatosf/streamdeck) | `0.3.0` | `1.2.1` |
| [@elgato/cli](https://github.com/elgatosf/cli) | `0.3.1` | `1.1.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `26.0.1` | `28.0.1` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.2.3` | `15.3.0` |
| [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `11.1.6` | `12.1.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `22.10.1` |
| [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.11` | `8.5.13` |
| [rollup](https://github.com/rollup/rollup) | `4.18.1` | `4.28.0` |
| [tslib](https://github.com/Microsoft/tslib) | `2.6.3` | `2.8.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.3` | `5.7.2` |

Bump Plugin version to `1.2.0.0`
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 386602c commit a1bf76a
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 251 deletions.
2 changes: 1 addition & 1 deletion com.teddi.g502-battery-monitor.sdPlugin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "G502 Battery Monitor",
"Version": "1.1.1.0",
"Version": "1.2.0.0",
"Author": "Teddi",
"Actions": [
{
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
},
"type": "module",
"devDependencies": {
"@elgato/cli": "^0.3.1",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@elgato/cli": "^1.1.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.1.1",
"@tsconfig/node20": "^20.1.4",
"@types/node": "20.14.10",
"@types/ws": "^8.5.11",
"rollup": "^4.18.1",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
"@types/node": "22.10.1",
"@types/ws": "^8.5.13",
"rollup": "^4.28.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@elgato/streamdeck": "^0.3.0",
"@elgato/streamdeck": "^1.2.1",
"ws": "^8.18.0"
}
}
Loading

0 comments on commit a1bf76a

Please sign in to comment.