fix react version

This commit is contained in:
2026-03-29 22:52:01 +02:00
parent 7f9469c07d
commit eb5ebee91f
2 changed files with 31 additions and 31 deletions

View File

@@ -19,6 +19,8 @@
"dompurify": "^3.3.1",
"dotenv": "^16.3.1",
"hls.js": "^1.6.15",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.5.0",
"twitch-m3u8": "^1.1.5",
"youtube-chat": "^2.2.0"
@@ -30,12 +32,10 @@
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.12.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"jsdom": "^28.1.0",
"pm2": "^6.0.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vitest": "^1.6.1"