From 2f2e81b8b5f713e15d0159804982b7101633c1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:58:22 +0000 Subject: [PATCH] chore: bump @openfeature/react-sdk Bumps [@openfeature/react-sdk](https://github.com/open-feature/js-sdk) from 0.4.9 to 0.4.10. - [Release notes](https://github.com/open-feature/js-sdk/releases) - [Changelog](https://github.com/open-feature/js-sdk/blob/main/release-please-config.json) - [Commits](https://github.com/open-feature/js-sdk/compare/web-sdk-v0.4.9...web-sdk-v0.4.10) --- updated-dependencies: - dependency-name: "@openfeature/react-sdk" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/openfeature_react/react-app/package-lock.json | 8 ++++---- examples/openfeature_react/react-app/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/openfeature_react/react-app/package-lock.json b/examples/openfeature_react/react-app/package-lock.json index 3a49692bbd2..b4e6e104a75 100644 --- a/examples/openfeature_react/react-app/package-lock.json +++ b/examples/openfeature_react/react-app/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@openfeature/core": "^1.3.0", "@openfeature/go-feature-flag-web-provider": "^0.2.3", - "@openfeature/react-sdk": "^0.4.9", + "@openfeature/react-sdk": "^0.4.10", "@openfeature/web-sdk": "^1.4.0", "react": "^19.0.0", "react-dom": "^19.0.0" @@ -1048,9 +1048,9 @@ } }, "node_modules/@openfeature/react-sdk": { - "version": "0.4.9", - "resolved": "https://registry.npmjs.org/@openfeature/react-sdk/-/react-sdk-0.4.9.tgz", - "integrity": "sha512-yoU93s4kcVY7olvKE1FxMxsnXmlS8txkEd/kEqAXMTw65C7IHrvOyyhaSigbjLmJaSfFgf+XVwt2WDJ02vGQCQ==", + "version": "0.4.10", + "resolved": "https://registry.npmjs.org/@openfeature/react-sdk/-/react-sdk-0.4.10.tgz", + "integrity": "sha512-t0DU5tR7s6Z3Oi3nbiWgdSuOs1hN9NH28fcnb3vvYdILetY3tCuhUI07xedzGsU6LCbOgNr65a9sEtTjrXjb5w==", "peerDependencies": { "@openfeature/web-sdk": "^1.3.0", "react": ">=16.8.0" diff --git a/examples/openfeature_react/react-app/package.json b/examples/openfeature_react/react-app/package.json index 47cda201b56..53d493a8625 100644 --- a/examples/openfeature_react/react-app/package.json +++ b/examples/openfeature_react/react-app/package.json @@ -12,7 +12,7 @@ "dependencies": { "@openfeature/core": "^1.3.0", "@openfeature/go-feature-flag-web-provider": "^0.2.3", - "@openfeature/react-sdk": "^0.4.9", + "@openfeature/react-sdk": "^0.4.10", "@openfeature/web-sdk": "^1.4.0", "react": "^19.0.0", "react-dom": "^19.0.0"