diff --git a/vre-panel/package.json b/vre-panel/package.json index aef2f74..aafdc79 100644 --- a/vre-panel/package.json +++ b/vre-panel/package.json @@ -8,18 +8,18 @@ "lint": "next lint" }, "dependencies": { - "@headlessui/react": "~1.7.17", + "@headlessui/react": "~2.1.2", "@react-keycloak/ssr": "~3.3.0", "@tailwindcss/line-clamp": "latest", - "axios": "~1.6.0", + "axios": "~1.7.3", "clsx": "^2.0.0", "cookie": "~0.6.0", "http": "~0.0.1-security", - "keycloak-js": "~23.0.3", - "next": "13.4.4", - "next-auth": "~4.5.0", - "react": "18.2.0", - "react-dom": "18.2.0", + "keycloak-js": "~25.0.2", + "next": "14.2.5", + "next-auth": "~4.24.7", + "react": "18.3.1", + "react-dom": "18.3.1", "react-markdown": "^9.0.0", "react-scripts": "5.0.1", "tailwindcss": "~3.4.1", @@ -29,14 +29,14 @@ "leaflet": "~1.9.0" }, "devDependencies": { - "typescript": "^4.5", + "typescript": "^5.5", "@tailwindcss/typography": "^0.5.10", - "@types/node": "~20.11.25", - "@types/react": "~18.2.0", + "@types/node": "~22.1.0", + "@types/react": "~18.3.3", "autoprefixer": "~10.4.15", - "axios-mock-adapter": "~1.22.0", - "eslint": "8.57.0", - "eslint-config-next": "14.1.0", + "axios-mock-adapter": "~2.0.0", + "eslint": "9.8.0", + "eslint-config-next": "14.2.5", "postcss": "^8.4.27", "@types/object-hash": "~3.0.0", "@types/leaflet": "~1.9.1"