-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from grace-bible/dependabot/submodules/compani…
…on-satellite-e9a5954 Bump companion-satellite from `96dcc2e` to `e9a5954`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule companion-satellite
updated
25 files
+17 −2 | .github/workflows/node.yaml | |
+1 −1 | .node-version | |
+1 −1 | .release-please-manifest.json | |
+38 −0 | CHANGELOG.md | |
+5 −0 | docs/2_raspberrypi/revert_to_dhcp.md | |
+22 −0 | docs/2_raspberrypi/static_ip.md | |
+1 −0 | docs/2_rpi.md | |
+14 −0 | docs/structure.json | |
+1 −0 | eslint.config.mjs | |
+4 −3 | package.json | |
+2 −2 | pi-image/satellitepi.pkr.hcl | |
+4 −6 | pi-image/update-prompt/main.js | |
+3 −3 | pi-image/update-prompt/package.json | |
+23 −157 | pi-image/update-prompt/yarn.lock | |
+2 −2 | pi-image/update.sh | |
+2 −0 | satellite/assets/linux/50-satellite.rules | |
+2 −66 | satellite/package.json | |
+16 −0 | satellite/src/device-types/streamdeck.ts | |
+3 −1 | satellite/src/fixup-pi-config.ts | |
+0 −61 | tools/build_electron.mjs | |
+138 −0 | tools/build_electron.mts | |
+16 −0 | tools/tsconfig.json | |
+2 −1 | tsconfig.json | |
+2 −2 | webui/package.json | |
+19 −18 | yarn.lock |