Skip to content

Commit

Permalink
fix: correct @auth/core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Nov 10, 2023
1 parent 772b582 commit 762570b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/frameworks-solid-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,17 @@
"publishConfig": {
"access": "public"
},
"dependencies": {
"@auth/core": "workspace:*"
},
"devDependencies": {
"@auth/core": "workspace:*",
"@solidjs/meta": "^0.28.0",
"@types/node": "^18.7.14",
"solid-js": "^1.5.7",
"solid-start": "^0.2.14",
"tsup": "^6.5.0"
},
"peerDependencies": {
"@auth/core": "~0.2.2 || ^0.2.2",
"solid-js": "^1.5.7",
"solid-start": "^0.2.14"
},
Expand Down
3 changes: 2 additions & 1 deletion pnpm-lock.yaml

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

1 comment on commit 762570b

@vercel
Copy link

@vercel vercel bot commented on 762570b Nov 10, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.