Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(common): upgrade app-extension-auth #7

Merged
merged 1 commit into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tool-nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@storyblok/app-extension-auth": "1.0.0-alpha.0",
"@storyblok/app-extension-auth": "1.0.0-alpha.1",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions tool-nextjs-starter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ __metadata:
languageName: node
linkType: hard

"@storyblok/app-extension-auth@npm:1.0.0-alpha.0":
version: 1.0.0-alpha.0
resolution: "@storyblok/app-extension-auth@npm:1.0.0-alpha.0"
"@storyblok/app-extension-auth@npm:1.0.0-alpha.1":
version: 1.0.0-alpha.1
resolution: "@storyblok/app-extension-auth@npm:1.0.0-alpha.1"
dependencies:
jsonwebtoken: ^9.0.0
openid-client: ^5.4.2
checksum: b14cf84d1e3f1b8e8e04f5bd7af1c199149445a5c864d1b2645786290e34072ddd95d6d7c212d5d01dc5d347cf4cbf3426a4dc93524ee1456834c3eae1cdf950
checksum: db0a11889db7fa707c470eaf5b14ee7066045477dd4905553eca8e420a38e37b80738bb16158c8ff86c61f452208d6d58901277266b0a7865fcf9e4e27f8a842
languageName: node
linkType: hard

Expand Down Expand Up @@ -515,7 +515,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "tool-nextjs-starter@workspace:."
dependencies:
"@storyblok/app-extension-auth": 1.0.0-alpha.0
"@storyblok/app-extension-auth": 1.0.0-alpha.1
"@types/node": 20.5.9
"@types/react": 18.2.21
"@types/react-dom": 18.2.7
Expand Down
Loading