diff --git a/vre-panel/package.json b/vre-panel/package.json index bd0fbbf..0849e67 100644 --- a/vre-panel/package.json +++ b/vre-panel/package.json @@ -8,21 +8,21 @@ "lint": "next lint" }, "dependencies": { - "@headlessui/react": "~2.1.2", + "@headlessui/react": "~2.2.0", "@react-keycloak/ssr": "~3.3.0", "@tailwindcss/line-clamp": "latest", "axios": "~1.7.3", "clsx": "^2.0.0", - "cookie": "~0.6.0", + "cookie": "~1.0.2", "http": "~0.0.1-security", - "keycloak-js": "~25.0.2", - "next": "14.2.5", + "keycloak-js": "~26.0.7", + "next": "15.1.0", "next-auth": "~4.24.7", - "react": "18.3.1", - "react-dom": "18.3.1", + "react": "~18", + "react-dom": "~18", "react-markdown": "^9.0.0", "tailwindcss": "~3.4.1", - "use-subscription": "~1.8.0", + "use-subscription": "~1.10.0", "object-hash": "~3.0.0", "react-leaflet": "~4.2.1", "leaflet": "~1.9.0" @@ -30,12 +30,12 @@ "devDependencies": { "typescript": "^5.5", "@tailwindcss/typography": "^0.5.10", - "@types/node": "~22.1.0", - "@types/react": "~18.3.3", + "@types/node": "~22.10.2", + "@types/react": "~18", "autoprefixer": "~10.4.15", - "axios-mock-adapter": "~2.0.0", - "eslint": "^8", - "eslint-config-next": "14.2.5", + "axios-mock-adapter": "~2.1.0", + "eslint": "^9", + "eslint-config-next": "15.1.0", "postcss": "^8.4.27", "@types/object-hash": "~3.0.0", "@types/leaflet": "~1.9.1"