diff --git a/lerna.json b/lerna.json index 14c1f5e..6c44c7d 100644 --- a/lerna.json +++ b/lerna.json @@ -9,6 +9,6 @@ "lib", "samples/*" ], - "version": "5.2.2", + "version": "5.2.3", "useWorkspaces": true } diff --git a/lib/package.json b/lib/package.json index e1b9252..762be9a 100755 --- a/lib/package.json +++ b/lib/package.json @@ -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", @@ -44,7 +44,7 @@ "LICENSE" ], "dependencies": { - "@asgardeo/auth-spa": "^3.1.3" + "@asgardeo/auth-spa": "^3.1.4" }, "devDependencies": { "@babel/cli": "^7.19.3", diff --git a/samples/asgardeo-choreo-react-express/package.json b/samples/asgardeo-choreo-react-express/package.json index 7fcae58..15e9b0e 100644 --- a/samples/asgardeo-choreo-react-express/package.json +++ b/samples/asgardeo-choreo-react-express/package.json @@ -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", diff --git a/samples/asgardeo-react-app/package.json b/samples/asgardeo-react-app/package.json index 86be849..46e99c4 100644 --- a/samples/asgardeo-react-app/package.json +++ b/samples/asgardeo-react-app/package.json @@ -18,32 +18,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/asgardeo/asgardeo-auth-react-sdk.git" - }, - "bugs": { - "url": "https://github.com/asgardeo/asgardeo-auth-react-sdk/issues" - }, - "homepage": "https://github.com/asgardeo/asgardeo-auth-react-sdk#readme", - "author": "WSO2", - "license": "Apache-2.0", - "private": true, - "version": "0.0.0", - "type": "module", - "scripts": { - "dev": "vite", - "build": "vite build", - "lint": "eslint .", - "preview": "vite preview" - }, - "dependencies": { - "@asgardeo/auth-react": "^5.2.1", - "react": "^18.3.1", - "react-dom": "^18.3.1", - "react-router-dom": "^6.27.0" - }, - "devDependencies": { - "@eslint/js": "^9.13.0", - "@textea/json-viewer": "^4.0.0", + "url": "git+htt "@textea/json-viewer": "^4.0.0", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", diff --git a/yarn.lock b/yarn.lock index c7cb818..ad9dfe4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,10 +15,10 @@ 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== +"@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"