Skip to content

Commit

Permalink
chore: rewrite clerk devDeps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterDeveloper committed Apr 21, 2024
1 parent 9f250d5 commit 00d66b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/clerk-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"hono": ">=3.*"
},
"devDependencies": {
"@clerk/backend": "1",
"@clerk/shared": "2",
"@clerk/backend": "^1.0.0",
"@clerk/shared": "^2.0.0",
"@types/react": "^18",
"hono": "^3.11.7",
"jest": "^29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ __metadata:
languageName: node
linkType: hard

"@clerk/backend@npm:1":
"@clerk/backend@npm:^1.0.0":
version: 1.0.0
resolution: "@clerk/backend@npm:1.0.0"
dependencies:
Expand All @@ -800,7 +800,7 @@ __metadata:
languageName: node
linkType: hard

"@clerk/shared@npm:2, @clerk/shared@npm:2.0.0":
"@clerk/shared@npm:2.0.0, @clerk/shared@npm:^2.0.0":
version: 2.0.0
resolution: "@clerk/shared@npm:2.0.0"
dependencies:
Expand Down Expand Up @@ -1811,8 +1811,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hono/clerk-auth@workspace:packages/clerk-auth"
dependencies:
"@clerk/backend": "npm:1"
"@clerk/shared": "npm:2"
"@clerk/backend": "npm:^1.0.0"
"@clerk/shared": "npm:^2.0.0"
"@types/react": "npm:^18"
hono: "npm:^3.11.7"
jest: "npm:^29.7.0"
Expand Down

0 comments on commit 00d66b4

Please sign in to comment.