Skip to content

Commit

Permalink
examples: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jan 31, 2024
1 parent 91aa655 commit 65f71a0
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 @@ -11,7 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"oidc-spa": "^3.0.3",
"oidc-spa": "lastest",
"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 @@ -1388,10 +1388,10 @@ oidc-client-ts@^2.3.0:
crypto-js "^4.2.0"
jwt-decode "^3.1.2"

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==
oidc-spa@lastest:
version "4.1.0"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-4.1.0.tgz#f42f54d1009c7a072dfdf57bea5a7a652c8a82d4"
integrity sha512-7051/AE1PtmzkrO9QzXv1aCsdnAGd8p3WtWQ2hbDSpWIE3DeAx3QPYSyz9Hybgj5FMoMlclgq+/1WqyNoefW8w==
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 @@ -12,7 +12,7 @@
},
"dependencies": {
"@tanstack/react-router": "^1.1.0",
"oidc-spa": "^3.0.3",
"oidc-spa": "latest",
"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 @@ -1420,10 +1420,10 @@ oidc-client-ts@^2.3.0:
crypto-js "^4.2.0"
jwt-decode "^3.1.2"

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==
oidc-spa@latest:
version "4.1.0"
resolved "https://registry.yarnpkg.com/oidc-spa/-/oidc-spa-4.1.0.tgz#f42f54d1009c7a072dfdf57bea5a7a652c8a82d4"
integrity sha512-7051/AE1PtmzkrO9QzXv1aCsdnAGd8p3WtWQ2hbDSpWIE3DeAx3QPYSyz9Hybgj5FMoMlclgq+/1WqyNoefW8w==
dependencies:
jwt-decode "^3.1.2"
oidc-client-ts "^2.3.0"
Expand Down

0 comments on commit 65f71a0

Please sign in to comment.