Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 6 updates (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent 97ed11b commit 386602c
Show file tree
Hide file tree
Showing 3 changed files with 1,139 additions and 475 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.0.1",
"Version": "1.1.1.0",
"Author": "Teddi",
"Actions": [
{
Expand Down
12 changes: 6 additions & 6 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.0",
"@elgato/cli": "^0.3.1",
"@rollup/plugin-commonjs": "^26.0.1",
"@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.14.3",
"@types/ws": "^8.5.10",
"rollup": "^4.18.0",
"@types/node": "20.14.10",
"@types/ws": "^8.5.11",
"rollup": "^4.18.1",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"dependencies": {
"@elgato/streamdeck": "^0.3.0",
"ws": "^8.17.1"
"ws": "^8.18.0"
}
}
Loading

0 comments on commit 386602c

Please sign in to comment.