Fixing dependency issues in frontend.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-02 08:20:52 -04:00
parent 3e0b5f7d8a
commit ead923397c
2 changed files with 856 additions and 810 deletions

View File

@@ -24,14 +24,17 @@
"@types/react-big-calendar": "^1.16.2",
"@types/react-dom": "^19.1.9",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.11.0",
"axios": "^1.12.0",
"loglevel": "^1.9.2",
"nth-check": "^2.0.1",
"postcss": "^8.4.31",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "7.7.0",
"react-scripts": "^5.0.1",
"typescript": "5.1.6",
"web-vitals": "^2.1.0"
"web-vitals": "^2.1.0",
"webpack-dev-server": "^5.2.1"
},
"scripts": {
"start": "react-app-rewired start",
@@ -80,5 +83,10 @@
"jsdom": "^26.1.0",
"react-app-rewired": "^2.2.1",
"ts-jest": "^29.4.1"
},
"resolutions": {
"postcss": "^8.4.31",
"nth-check": "^2.0.1",
"webpack-dev-server": "^5.2.1"
}
}

File diff suppressed because it is too large Load Diff