From 94b292f6c27e1ec92e2a4c775e15d51faaf06204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 9 Dec 2024 11:49:22 +0100 Subject: [PATCH 1/2] ci: test with react 19.x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba0b859..cfe2d2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: fail-fast: false matrix: node-version: [16.x, 18.x, 20.x] - react-version: [17.x, 18.x, beta] + react-version: [17.x, 18.x, 19.x] include: - node-version: 14.x react-version: 16.0.0 From bb4882550290c8c75369a614f0e1368dda47e4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 9 Dec 2024 11:49:53 +0100 Subject: [PATCH 2/2] add react 19 to peer deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e31d55..e14a3ab 100644 --- a/package.json +++ b/package.json @@ -33,13 +33,13 @@ }, "homepage": "https://github.com/u-wave/react-vimeo#readme", "dependencies": { - "@types/react": "^17.0.0 || ^18.0.0", + "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "@types/vimeo__player": "^2.10.0", "@vimeo/player": "^2.16.4", "prop-types": "^15.7.2" }, "peerDependencies": { - "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.12.10",