EdgeWatch/frontend
Richard Nixon d7fab0fd89 chore(frontend-deps): bump recharts, globals, eslint-plugin-react-refresh
Closes Dependabot PRs #7 (recharts), #6 (globals) and #4
(eslint-plugin-react-refresh).

  - recharts ^3.2.0 -> ^3.8.1 (runtime chart lib used by App.jsx;
    bundle grew from 489 kB to 550 kB gzipped — within the 1 MB
    soft budget),
  - globals ^16.3.0 -> ^17.6.0 (eslint flat-config peer; no API
    surface used directly),
  - eslint-plugin-react-refresh ^0.4.20 -> ^0.5.2.

Verified locally with `npm install && npm run lint && npm run build`:
zero lint errors, build completes in 814 ms, npm audit reports no
vulnerabilities.

Two Dependabot PRs intentionally not included here:
  - #12 @eslint/js -> ^10 needs eslint -> ^10 first (peer dep),
  - #9 @vitejs/plugin-react -> ^6 needs vite -> ^8 first (peer dep).
Both will be revisited once Dependabot opens the matching core
bumps.
2026-05-17 18:30:43 +00:00
..
public first version of frontend using vite 2025-09-15 10:00:00 +01:00
src feat(security): authenticate WebSocket clients with shared token 2026-05-17 13:35:00 +00:00
.env.sample feat(security): authenticate WebSocket clients with shared token 2026-05-17 13:35:00 +00:00
.gitignore feat(security): authenticate WebSocket clients with shared token 2026-05-17 13:35:00 +00:00
eslint.config.js first version of frontend using vite 2025-09-15 10:00:00 +01:00
index.html small text chances and prevent upload keys and certificates 2025-09-24 10:00:00 +01:00
package-lock.json chore(frontend-deps): bump recharts, globals, eslint-plugin-react-refresh 2026-05-17 18:30:43 +00:00
package.json chore(frontend-deps): bump recharts, globals, eslint-plugin-react-refresh 2026-05-17 18:30:43 +00:00
README.md first version of frontend using vite 2025-09-15 10:00:00 +01:00
vite.config.js first version of frontend using vite 2025-09-15 10:00:00 +01:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.