Skip to content

Commit 4e7cf20

Browse files
committed
fix: update workspace dependency ranges to workspace:*
1 parent 67125c0 commit 4e7cf20

File tree

3 files changed

+26
-17
lines changed

3 files changed

+26
-17
lines changed

demo/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@better-auth/infra": "^0.1.7",
1717
"@better-auth/oauth-provider": "workspace:*",
1818
"@better-auth/passkey": "workspace:*",
19-
"@better-auth/scim": "workspace:^",
19+
"@better-auth/scim": "workspace:*",
2020
"@better-auth/sso": "workspace:*",
2121
"@better-auth/stripe": "workspace:*",
2222
"@hookform/resolvers": "^5.2.2",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@mrleebo/prisma-ast": "^0.13.0",
7474
"@prisma/client": "^5.22.0",
7575
"@types/pg": "^8.15.5",
76-
"better-auth": "workspace:^",
76+
"better-auth": "workspace:*",
7777
"better-sqlite3": "^12.2.0",
7878
"c12": "^3.2.0",
7979
"chalk": "^5.6.2",

pnpm-lock.yaml

Lines changed: 24 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)