From 1bf63797a626ad02bb6179fdb1874dd69bbacf8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 23:29:49 +0000 Subject: [PATCH] Update react monorepo to v19 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ee00cd0..00b9b6b 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,16 @@ "dependencies": { "@frontify/app-bridge": "3.0.0-beta.25", "@frontify/fondue": "12.0.0-beta.20", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^19.0.0", + "react-dom": "^19.0.0", "root": "github:Frontify/guideline-blocks#main" }, "devDependencies": { "@frontify/eslint-config-react": "0.15.2", "@frontify/frontify-cli": "5.10.2", "@frontify/guideline-blocks-settings": "0.25.0", - "@types/react": "17.0.91", - "@types/react-dom": "17.0.26", + "@types/react": "19.2.15", + "@types/react-dom": "19.2.3", "autoprefixer": "10.4.27", "eslint": "8.57.1", "postcss": "8.5.8",