diff --git a/ui/package.json b/ui/package.json index 2aff38fc8..4d2b104d1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -6,15 +6,15 @@ "@canonical/react-components": "1.9.0", "@ory/client": "1.16.0", "@ory/integrations": "1.3.1", - "@react-pdf/renderer": "^3.4.4", - "next": "14.2.1", - "react": "18.3.1", - "react-toastify": "10.0.5", + "@react-pdf/renderer": "^4.0.0", + "next": "15.1.6", + "react": "19.0.0", + "react-toastify": "11.0.3", "sass": "^1.75.0", "vanilla-framework": "4.20.3" }, "engines": { - "node": "20" + "node": "22" }, "scripts": { "clean": "rm -rf node_modules css static/css *.log _site/ .next/", @@ -43,15 +43,15 @@ ] }, "devDependencies": { - "@next/eslint-plugin-next": "14.2.1", + "@next/eslint-plugin-next": "15.1.6", "@playwright/test": "1.50.0", "@testing-library/jest-dom": "6.6.2", - "@testing-library/react": "15.0.2", + "@testing-library/react": "16.2.0", "@testing-library/user-event": "14.6.0", - "@typescript-eslint/eslint-plugin": "7.18.0", + "@typescript-eslint/eslint-plugin": "8.22.0", "autoprefixer": "10.4.19", - "eslint": "8.57.1", - "eslint-config-prettier": "9.1.0", + "eslint": "9.19.0", + "eslint-config-prettier": "10.0.1", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-react": "7.37.1", "postcss": "8.5.0",