mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 17:45:35 -04:00
Fixing dependency issues in frontend.
Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
1654
frontend/yarn.lock
1654
frontend/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user