Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshustuff authored Dec 13, 2024
2 parents ce1890b + c961984 commit eb67501
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 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.2",
"version": "5.2.3",
"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.2",
"version": "5.2.3",
"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.3"
"@asgardeo/auth-spa": "^3.1.4"
},
"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.2",
"version": "5.2.3",
"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.2",
"version": "5.2.3",
"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.2",
"@asgardeo/auth-react": "^5.2.3",
"@babel/runtime-corejs3": "^7.20.6",
"@textea/json-viewer": "^2.14.0",
"react": "^18.2.0",
Expand Down
16 changes: 7 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@
resolved "https://registry.npmjs.org/@asgardeo/auth-js/-/auth-js-5.1.1.tgz"
integrity sha512-yIgBKvHbt9ENczm2n3FGPET/Xf0I9H+Jm6oMXb8ClB/5m5qygHLoF3bsiDlzNuw3wuz8RH8F+waRudVI+IoLtQ==

"@asgardeo/auth-react@^5.2.2", "@asgardeo/auth-react@file:C:\\Users\\PCCF(HOFF)\\Desktop\\asgardeo-auth-react-sdk\\lib":
version "5.2.2"
resolved "file:lib"
dependencies:
"@asgardeo/auth-spa" "^3.1.2"

"@asgardeo/auth-spa@^3.1.3":
version "3.1.3"
resolved "https://registry.npmjs.org/@asgardeo/auth-spa/-/auth-spa-3.1.3.tgz"
integrity sha512-c9t0rhAnySgcNtpo9OFksbo/mo3GF+DUAsvgRvbdGXVQGo3HsDkqBaUV+hhseKzc5KiO2nIJ6EEjfRCKZrI3jQ==


"@asgardeo/auth-spa@^3.1.4":
version "3.1.4"
resolved "https://registry.yarnpkg.com/@asgardeo/auth-spa/-/auth-spa-3.1.4.tgz#0fc5c7d3484be43c0273d1a6a2cedbdaa7036400"
integrity sha512-ToDPbwNUY7hOK+vQbZWILe1n1gCxs6s+qZAUCjR0SmAEzf72rFHN6wv0Xg4e91MI8pb4xVJ3JmtJhDX4To8Tog==

dependencies:
"@asgardeo/auth-js" "^5.1.1"
await-semaphore "^0.1.3"
Expand Down

0 comments on commit eb67501

Please sign in to comment.