From 74c727a837f4cb669e9313cae5b8e88aa65fd142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 03:06:45 +0000 Subject: [PATCH] build(deps): bump react from 18.1.0 to 19.2.0 in /example/nextjs Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.1.0 to 19.2.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/nextjs/package.json | 2 +- example/nextjs/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/example/nextjs/package.json b/example/nextjs/package.json index d4512549..5fd554b0 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -11,7 +11,7 @@ "dependencies": { "next": "12.1.6", "plyr-react": "next", - "react": "18.1.0", + "react": "19.2.0", "react-dom": "18.1.0" }, "devDependencies": { diff --git a/example/nextjs/yarn.lock b/example/nextjs/yarn.lock index 338dbd29..452d6515 100644 --- a/example/nextjs/yarn.lock +++ b/example/nextjs/yarn.lock @@ -1422,12 +1422,10 @@ react-is@^16.13.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== -react@18.1.0: - version "18.1.0" - resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890" - integrity sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ== - dependencies: - loose-envify "^1.1.0" +react@19.2.0: + version "19.2.0" + resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5" + integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ== regenerator-runtime@^0.13.4: version "0.13.9"