Skip to content

Commit

Permalink
bump local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Oct 22, 2023
1 parent 11a5b35 commit 6f8caec
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 34 deletions.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"h3-clerk": "^0.3.4",
"h3-clerk": "^0.3.5",
"vue-clerk": "workspace:*"
},
"devDependencies": {
Expand Down
5 changes: 1 addition & 4 deletions playground/server/middleware/clerk.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import { withClerkMiddleware } from 'h3-clerk'

export default withClerkMiddleware({
publishableKey: useRuntimeConfig().public.clerkPublishableKey,
secretKey: useRuntimeConfig().clerkSecretKey,
})
export default withClerkMiddleware()
84 changes: 55 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f8caec

Please sign in to comment.