Commit Graph

3 Commits

Author SHA1 Message Date
taylanbakircioglu d4b58d62c7 fix: upgrade react-scripts to 5.0.1 for frontend Docker build compatibility
- react-scripts 4.0.3 -> 5.0.1 (Webpack 5, supports modern JS in node_modules)
- @monaco-editor/react 3.7.5 -> ^4.6.0 (resolves peer dep conflict with monaco-editor)
- Removed --legacy-peer-deps from Dockerfile (no longer needed, was causing ajv resolution issues)
- Added @babel/plugin-proposal-private-property-in-object as explicit devDependency
- Removed overrides section (not needed with react-scripts 5)

Made-with: Cursor
2026-03-16 13:25:03 +03:00
taylanbakircioglu 68a4d1ac23 fix: resolve Babel version conflict in frontend Docker build
Add npm overrides to pin @babel/core and @babel/plugin-proposal-private-property-in-object
to versions compatible with react-scripts 4.0.3. Fixes build failure caused by transitive
dependency resolution pulling incompatible Babel 7.12.3.

Made-with: Cursor
2026-03-16 12:56:37 +03:00
taylanbakircioglu 6aae0f4309 Initial commit 2025-10-27 12:14:03 +03:00