Commit face537
committed
fix: sync package-lock.json (add typescript@6.0.3) and fix PHPCS array alignment in FloatingWidget
- Add missing node_modules/typescript@6.0.3 peer dep to package-lock.json
(was added to main in #1187 but not present on this branch, causing npm ci to fail)
- Fix array double-arrow alignment in FloatingWidget.php:190 (PHPCS warning)
Fixes: ESLint, Stylelint, Build Check, Playwright E2E (all fail on npm ci)
Fixes: PHPCS (exit code 2 from alignment warning)1 parent 44293ee commit face537
2 files changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments