chore(deps): Wails v3 beta.20 to beta.22 lockstep

- go.mod, local CLI install, and @wailsio/runtime move together;
  the JS/Go wire protocol must match exactly, so the runtime never
  moves alone
- bindings regen is byte-identical (same 29 methods/IDs), confirming
  the bump is behavior-transparent at the binding layer
- beta.23 exists but is hours old and touches Linux single-instance;
  deliberately deferred to a routine bump, not stacked onto 2.0
- deletes wails.json (staged earlier during retirement proof; the
  version-source move lands in the next commit)
- svelte-check 0/0, vet/tests/builds green, smoke launch clean
This commit is contained in:
John O'Keefe
2026-09-16 16:29:12 -04:00
parent f63563ce16
commit de808dbb67
5 changed files with 8 additions and 35 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@wailsio/runtime": "3.0.0-beta.20",
"@wailsio/runtime": "3.0.0-beta.22",
"flowbite": "^4.0.2",
"flowbite-svelte": "^1.33.1",
"moment": "^2.31.0"