Skip to content

Commit

Permalink
chore: v3.4.2 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek authored Feb 21, 2023
1 parent 4f660a8 commit 3958f92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unleash/proxy-client-react",
"version": "3.5.2-beta.1",
"version": "3.5.2",
"description": "React interface for working with unleash",
"main": "./dist/index.js",
"browser": "./dist/index.browser.js",
Expand Down Expand Up @@ -40,11 +40,11 @@
"ts-loader": "^9.1.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"unleash-proxy-client": "^2.4.2",
"unleash-proxy-client": "^2.4.3",
"webpack": "^5.35.1",
"webpack-cli": "^4.6.0"
},
"peerDependencies": {
"unleash-proxy-client": "^2.4.2"
"unleash-proxy-client": "^2.4.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3938,10 +3938,10 @@ universalify@^0.1.2:
resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz"
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==

unleash-proxy-client@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-2.4.2.tgz#f83e59f4b46c446f7e98951acecaf7f9016e3cf5"
integrity sha512-fkVne/51EsllGFuNFbEidSjB7uErFOI1GJgv9RyXy3LWrBSxIdH/P2lE/keKeH0SrU89/Wufamfk5jLogJTisQ==
unleash-proxy-client@^2.4.3:
version "2.4.3"
resolved "https://registry.yarnpkg.com/unleash-proxy-client/-/unleash-proxy-client-2.4.3.tgz#47588a66812b92bacc5e8aaafe1acb06e50893b8"
integrity sha512-ILJIHNSeh7ajHczemNE19Rl3NpVU3voFouYIgWCbJd+OhuJ9elfpuD1LF5yucEJq8AuWKkEM2AzUFFOTiv/2Sw==
dependencies:
tiny-emitter "^2.1.0"
uuid "^8.3.2"
Expand Down

0 comments on commit 3958f92

Please sign in to comment.