diff --git a/package.json b/package.json index 956bfcf..3f50d1a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "peerDependencies": { "@frontify/app-bridge": "^3.12.9", "@frontify/fondue": "^13.4.5", - "react": "^18.2.0" + "react": "^18.2.0 || ^19.0.0" }, "devDependencies": { "@frontify/app-bridge": "^3.12.9", @@ -27,15 +27,15 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/react": "^18.3.28", + "@types/react": "^19.0.0", "autoprefixer": "^10.5.0", "eslint": "^9.39.4", "jsdom": "^29.1.1", "postcss": "8.5.15", "postcss-modules": "6.0.1", "prettier": "^3.8.3", - "react": "^18.3.1", - "react-dom": "^18.3.1", + "react": "^19.0.0", + "react-dom": "^19.0.0", "typescript": "^5.9.3", "vitest": "^4.1.6" },