Skip to content

Commit

Permalink
fix: roll back client to 5.0 (#5542)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Dec 5, 2023
1 parent 2c5130d commit e341a58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"stoppable": "^1.1.0",
"ts-toolbelt": "^9.6.0",
"type-is": "^1.6.18",
"unleash-client": "5.3.0",
"unleash-client": "5.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7096,10 +7096,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-client@5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-5.3.0.tgz#d6099537000f478fb13a030747a6241d6fa81326"
integrity sha512-wjxaokbojFtOawh6X1wRo8X4dVZdW6oXdOFUY6rvFeMV/z4wRoer3ZZK762ygS6JEbQDuMSlZkvkOZ2AfweDnA==
unleash-client@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/unleash-client/-/unleash-client-5.0.0.tgz#b6725723b38f5572b4b1c5261c1bb2254148ec58"
integrity sha512-9x3SOpHTnMDY0CosKwy/0Hi9gIjw65+i2fsC76bvYaUIVTlqDoPdCfosBokNIZ/IjCF0TjEgSZefSWNGY5SC9A==
dependencies:
ip "^1.1.8"
make-fetch-happen "^10.2.1"
Expand Down

0 comments on commit e341a58

Please sign in to comment.