1
0

client/package.json aktualisiert
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Has been cancelled

This commit is contained in:
Mathias 2025-02-03 10:47:45 +00:00
parent f5d2043cb3
commit dfad8cb012

View File

@ -10,26 +10,26 @@
"preview": "vite preview" "preview": "vite preview"
}, },
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.0", "@fortawesome/react-fontawesome": "^0.2.2",
"qrcode.react": "^3.1.0", "qrcode.react": "^4.2.0",
"react": "^18.2.0", "react": "^19.0.0",
"react-dom": "^18.2.0", "react-dom": "^19.0.0",
"react-router": "^6.19.0", "react-router": "^7.1.5",
"react-router-dom": "^6.19.0", "react-router-dom": "^7.1.5",
"react-sound": "^1.2.0", "react-sound": "^1.2.0",
"sass": "^1.69.5", "sass": "^1.83.4",
"socket.io-client": "^4.7.2" "socket.io-client": "^4.8.1"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.2.37", "@types/react": "^19.0.8",
"@types/react-dom": "^18.2.15", "@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.2.0", "@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.53.0", "eslint": "^9.19.0",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.4", "eslint-plugin-react-refresh": "^0.4.18",
"vite": "^5.0.0" "vite": "^6.0.11"
} }
} }