From 7307bb3c055c64f084158ed5b6e2d48877a361ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:13:28 +0300 Subject: [PATCH 1/3] chore(deps-dev): bump vite from 4.5.2 to 4.5.3 (#164) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 693c344..1e28b36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2038,9 +2038,9 @@ vite-plugin-dts@^3.6.3: vue-tsc "^1.8.20" "vite@^3.0.0 || ^4.0.0 || ^5.0.0-0", "vite@^3.1.0 || ^4.0.0 || ^5.0.0-0", vite@^4.5.0: - version "4.5.2" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.2.tgz#d6ea8610e099851dad8c7371599969e0f8b97e82" - integrity sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w== + version "4.5.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.3.tgz#d88a4529ea58bae97294c7e2e6f0eab39a50fb1a" + integrity sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg== dependencies: esbuild "^0.18.10" postcss "^8.4.27" From f639784c733fe37f35876025f990bef5db8ab15a Mon Sep 17 00:00:00 2001 From: Mateusz Kwasniewski Date: Tue, 21 May 2024 12:51:36 +0200 Subject: [PATCH 2/3] chore: update js client version (#166) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 749461b..52aa6fd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "typescript": "^5.3.2", - "unleash-proxy-client": "^3.3.1", + "unleash-proxy-client": "^3.4.0", "vite": "^4.5.0", "vite-plugin-dts": "^3.6.3", "vitest": "^0.34.6" diff --git a/yarn.lock b/yarn.lock index 1e28b36..b3bb1eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1972,10 +1972,10 @@ universalify@^0.2.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== -unleash-proxy-client@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.3.1.tgz#99feb627d1a1cbf8cfc4f2ce99d868a1469806c1" - integrity sha512-tekoTRWBK+B0uG9o/5CJ+LAKNZv+OdLPFVXFESQU2JHnyjtedLyTAmdWhPIxC/eCKiBBay1/2BEWOUCJaL1vzQ== +unleash-proxy-client@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.4.0.tgz#c9c4a8b0f18d77dc0b041eb76478c6ce74c98c1e" + integrity sha512-ivCzm//z+S2T3gSBSZY7HN+5GfoLXZIovMyH6lIZRe2/vCicEdXtXD6cnLTQ2LAiXGV7DpoSM1m8WZGoiLRzkw== dependencies: tiny-emitter "^2.1.0" uuid "^9.0.1" From 0e33028a6d6e2e521d39ec530c5aabc611e4ff78 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 21 May 2024 10:52:55 +0000 Subject: [PATCH 3/3] v4.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52aa6fd..614165b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unleash/proxy-client-react", - "version": "4.2.2", + "version": "4.2.3", "description": "React interface for working with unleash", "type": "module", "main": "./dist/unleash-react.umd.cjs",