Skip to content

Commit

Permalink
Merge branch 'main' into Migrate-the-default-Sample-to-Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
HewageNKM authored Dec 4, 2024
2 parents 523aa27 + c961984 commit ebca242
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 34 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 @@ -44,7 +44,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
27 changes: 1 addition & 26 deletions samples/asgardeo-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ebca242

Please sign in to comment.