Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 5 updates (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 19, 2024
1 parent 208a1e2 commit 97ed11b
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 129 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,6 +1,6 @@
{
"Name": "G502 Battery Monitor",
"Version": "1.1.0.0",
"Version": "1.1.0.1",
"Author": "Teddi",
"Actions": [
{
Expand Down Expand Up @@ -45,4 +45,4 @@
"Debug": "enabled"
},
"UUID": "com.teddi.g502-battery-monitor"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"type": "module",
"devDependencies": {
"@elgato/cli": "^0.3.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@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.12.11",
"@types/node": "20.14.3",
"@types/ws": "^8.5.10",
"rollup": "^4.17.2",
"tslib": "^2.6.2",
"rollup": "^4.18.0",
"tslib": "^2.6.3",
"typescript": "^5.4.5"
},
"dependencies": {
"@elgato/streamdeck": "^0.3.0",
"ws": "^8.17.0"
"ws": "^8.17.1"
}
}
Loading

0 comments on commit 97ed11b

Please sign in to comment.