Skip to content

Commit 2abbff7

Browse files
authored
chore: update js client (#189)
1 parent 6c75948 commit 2abbff7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"react-dom": "^18.2.0",
5151
"react-test-renderer": "^18.2.0",
5252
"typescript": "^5.3.2",
53-
"unleash-proxy-client": "^3.7.2",
53+
"unleash-proxy-client": "^3.7.3",
5454
"vite": "^4.5.0",
5555
"vite-plugin-dts": "^3.6.3",
5656
"vitest": "^0.34.6"
5757
},
5858
"peerDependencies": {
59-
"unleash-proxy-client": "^3.7.2"
59+
"unleash-proxy-client": "^3.7.3"
6060
}
6161
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,10 +1972,10 @@ universalify@^0.2.0:
19721972
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0"
19731973
integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==
19741974

1975-
unleash-proxy-client@^3.7.2:
1976-
version "3.7.2"
1977-
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.7.2.tgz#c6166bbaf293f8dea12cf65d061d72234c5b76a8"
1978-
integrity sha512-1SvHsl3kQh1DT9EKMQsN9alOvXZEz9hpxa3mG6QWtTmXJqa6VZi25dQ2U8Y2KAULKg6ARLMUQkod74Fe/pKp0g==
1975+
unleash-proxy-client@^3.7.3:
1976+
version "3.7.3"
1977+
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-3.7.3.tgz#2f69b4d4a3ea673f6f1c647b50e5a4433b955045"
1978+
integrity sha512-Cd7ovrhAIpwveNFdtpzs7HO0WeArC2fbjIVGL2Cjza8bHD+jJ1JbSuy3tFuKvvUkbVKq/EGV0RgosEa/3UVLgg==
19791979
dependencies:
19801980
tiny-emitter "^2.1.0"
19811981
uuid "^9.0.1"

0 commit comments

Comments
 (0)