Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshustuff committed Oct 25, 2024
2 parents 73d3a19 + 9072c82 commit 751aa38
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"lib",
"samples/*"
],
"version": "5.2.0",
"version": "5.2.2",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/auth-react",
"version": "5.2.0",
"version": "5.2.2",
"description": "Asgardeo Auth React SDK for React Applications.",
"keywords": [
"WSO2",
Expand Down Expand Up @@ -45,7 +45,7 @@
"LICENSE"
],
"dependencies": {
"@asgardeo/auth-spa": "^3.1.2"
"@asgardeo/auth-spa": "^3.1.3"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
Expand Down
2 changes: 1 addition & 1 deletion samples/asgardeo-choreo-react-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/choreo-react-express",
"version": "5.2.0",
"version": "5.2.2",
"description": "React and Express based sample fullstack app to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage",
"keywords": [
"Asgardeo",
Expand Down
4 changes: 2 additions & 2 deletions samples/asgardeo-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/react-app",
"version": "5.2.0",
"version": "5.2.2",
"description": "React based sample SPA to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage",
"keywords": [
"Asgardeo",
Expand Down Expand Up @@ -34,7 +34,7 @@
"build": "webpack"
},
"dependencies": {
"@asgardeo/auth-react": "^5.2.0",
"@asgardeo/auth-react": "^5.2.2",
"@babel/runtime-corejs3": "^7.20.6",
"@textea/json-viewer": "^2.14.0",
"react": "^18.2.0",
Expand Down
14 changes: 13 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

<<<<<<< HEAD
"@asgardeo/auth-js@^5.1.0":
version "5.1.0"
resolved "https://registry.npmjs.org/@asgardeo/auth-js/-/auth-js-5.1.0.tgz"
Expand All @@ -28,8 +29,19 @@
version "3.1.2"
resolved "https://registry.npmjs.org/@asgardeo/auth-spa/-/auth-spa-3.1.2.tgz"
integrity sha512-tKpfa2I+Euoob8VUYsMufGz7TltEwwpRE8DykavS59IVWn5CY3qrlzCXMr3rX7/eRUAlBDz+LXSLvZKAE3esyg==
=======
"@asgardeo/auth-js@^5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-js/-/auth-js-5.1.1.tgz#aa7454224a3dd45fc85add3eb4d32229f30232d1"
integrity sha512-yIgBKvHbt9ENczm2n3FGPET/Xf0I9H+Jm6oMXb8ClB/5m5qygHLoF3bsiDlzNuw3wuz8RH8F+waRudVI+IoLtQ==

"@asgardeo/auth-spa@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-3.1.3.tgz#5fe001fd043016a14aca109a61676c5a231c16c1"
integrity sha512-c9t0rhAnySgcNtpo9OFksbo/mo3GF+DUAsvgRvbdGXVQGo3HsDkqBaUV+hhseKzc5KiO2nIJ6EEjfRCKZrI3jQ==
>>>>>>> 9072c8286c3cd8b566574c491d94efd976f384c1
dependencies:
"@asgardeo/auth-js" "^5.1.0"
"@asgardeo/auth-js" "^5.1.1"
await-semaphore "^0.1.3"
axios "^0.26.0"
base64url "^3.0.1"
Expand Down

0 comments on commit 751aa38

Please sign in to comment.