This commit is contained in:
Alvin-Zilverstand
2026-03-24 14:03:27 +01:00
parent 3d7a98965e
commit 824c92770b
3 changed files with 1561 additions and 1233 deletions

2604
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,16 +7,30 @@
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.13.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"axios": "^1.13.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.12.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^5.1.0"
},
"overrides": {
"nth-check": "^2.1.1",
"postcss": "^8.4.31",
"serialize-javascript": "^7.0.4",
"underscore": "^1.13.8",
"webpack-dev-server": "^5.2.3",
"flatted": "^3.4.2",
"svgo": "^3.3.2",
"form-data": "^4.0.5",
"glob": "^11.0.0",
"minimatch": "^9.0.5",
"qs": "^6.15.0",
"lodash": "^4.17.21"
},
"scripts": {
"start": "react-scripts start",