diff --git a/.storkit/work/1_backlog/395_refactor_fix_npm_deprecated_module_warnings.md b/.storkit/work/1_backlog/395_refactor_fix_npm_deprecated_module_warnings.md new file mode 100644 index 00000000..717feb4b --- /dev/null +++ b/.storkit/work/1_backlog/395_refactor_fix_npm_deprecated_module_warnings.md @@ -0,0 +1,24 @@ +--- +name: "Fix npm deprecated module warnings" +--- + +# Refactor 395: Fix npm deprecated module warnings + +## Current State + +- TBD + +## Desired State + +Address npm warnings about deprecated modules in the frontend dependencies. Update or replace deprecated packages to eliminate warnings during npm install. + +## Acceptance Criteria + +- [ ] npm install runs with zero deprecation warnings +- [ ] All existing frontend tests (npm test) still pass +- [ ] npm run build succeeds without errors +- [ ] No functional regressions in the frontend + +## Out of Scope + +- TBD