chore: downgrade react to 18

react-debounce-input doesn't support it yet.
This commit is contained in:
Luís Murta 2025-06-22 00:06:30 +01:00 committed by Luís Murta
parent f7c0c0430d
commit f7ddab2510
2 changed files with 663 additions and 496 deletions

1151
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,15 +12,15 @@
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.71.0", "@tanstack/react-query": "^5.71.0",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"react": "^19.0.0", "react": "^18.0.0",
"react-debounce-input": "^3.3.0", "react-debounce-input": "^3.3.0",
"react-dom": "^19.0.0", "react-dom": "^18.0.0",
"react-router": "^7.4.0" "react-router": "^7.4.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.21.0", "@eslint/js": "^9.21.0",
"@types/react": "^19.0.10", "@types/react": "^18.0.10",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^18.0.4",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0", "eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-hooks": "^5.1.0",