diff --git a/vre-panel/package.json b/vre-panel/package.json index 3b30d3a..0849e67 100644 --- a/vre-panel/package.json +++ b/vre-panel/package.json @@ -18,8 +18,8 @@ "keycloak-js": "~26.0.7", "next": "15.1.0", "next-auth": "~4.24.7", - "react": "19.0.0", - "react-dom": "19.0.0", + "react": "~18", + "react-dom": "~18", "react-markdown": "^9.0.0", "tailwindcss": "~3.4.1", "use-subscription": "~1.10.0", @@ -31,7 +31,7 @@ "typescript": "^5.5", "@tailwindcss/typography": "^0.5.10", "@types/node": "~22.10.2", - "@types/react": "~19.0.1", + "@types/react": "~18", "autoprefixer": "~10.4.15", "axios-mock-adapter": "~2.1.0", "eslint": "^9",