Upgrade to Material-UI v7 and React 19 (#954)

This commit is contained in:
Copilot
2025-12-22 21:03:46 +01:00
committed by GitHub
parent eb605a884c
commit a143c5fb45
11 changed files with 292 additions and 197 deletions

View File

@@ -11,8 +11,10 @@
"start": "electron .",
"start:server": "npx tsc && node dist/src/server.js",
"test": "yarn test:app && yarn test:backend",
"test:all": "yarn test:app && yarn test:backend && yarn test:demo-video",
"test:app": "cd app && yarn test",
"test:backend": "cd backend && yarn test",
"test:demo-video": "npx tsc && node dist/src/spec/demoVideo.js",
"test:ui": "tsc && mocha --require source-map-support/register dist/src/spec/ui-tests.spec.js",
"test:ui:vnc": "tsc && ./scripts/uiTestsWithVnc.sh",
"test:mcp": "tsc && node dist/src/spec/testMcpIntrospection.js",