Skip to content

Commit

Permalink
Update oidc-spa version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jan 7, 2024
1 parent 54f8165 commit 8cd96df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"oidc-spa": "latest",
"oidc-spa": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-router/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1376,10 +1376,10 @@ oidc-client-ts@^2.3.0:
crypto-js "^4.2.0"
jwt-decode "^3.1.2"

oidc-spa@latest:
version "3.0.2"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-3.0.2.tgz#961366a22aaa56f88309cc0b9cd4771ce481e3df"
integrity sha512-RcddZum9RawMD6TeDUfzv2FXvf8C7TWD95fDbE8tn2cEdk017XbAOU2zNb/Y4GlqtBcJG2w50WMCDTs4Adg7Vw==
oidc-spa@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-3.0.3.tgz#01e524064e91615e3f2c6d6c906234fc13351787"
integrity sha512-yoAQHaTPw0Eb3AYLQ1ODuCfO0iboUv3agnz45QSm0LWG9o6+9mtN6g71XljrSIPR/G5g4rLria4Ke+Rq/LoJZg==
dependencies:
jwt-decode "^3.1.2"
oidc-client-ts "^2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/tanstack-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.1.0",
"oidc-spa": "latest",
"oidc-spa": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.22.4"
Expand Down
8 changes: 4 additions & 4 deletions examples/tanstack-router/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1468,10 +1468,10 @@ oidc-client-ts@^2.3.0:
crypto-js "^4.2.0"
jwt-decode "^3.1.2"

oidc-spa@latest:
version "3.0.2"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-3.0.2.tgz#961366a22aaa56f88309cc0b9cd4771ce481e3df"
integrity sha512-RcddZum9RawMD6TeDUfzv2FXvf8C7TWD95fDbE8tn2cEdk017XbAOU2zNb/Y4GlqtBcJG2w50WMCDTs4Adg7Vw==
oidc-spa@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-3.0.3.tgz#01e524064e91615e3f2c6d6c906234fc13351787"
integrity sha512-yoAQHaTPw0Eb3AYLQ1ODuCfO0iboUv3agnz45QSm0LWG9o6+9mtN6g71XljrSIPR/G5g4rLria4Ke+Rq/LoJZg==
dependencies:
jwt-decode "^3.1.2"
oidc-client-ts "^2.3.0"
Expand Down

1 comment on commit 8cd96df

@vercel
Copy link

@vercel vercel bot commented on 8cd96df Jan 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

oidc-spa-example-tanstack – ./examples/tanstack-router

oidc-spa-example-tanstack-git-main-ddecrulles-projects.vercel.app
oidc-spa-example-tanstack-ddecrulles-projects.vercel.app
example-tanstack-router.oidc-spa.dev

Please sign in to comment.