Skip to content

Commit

Permalink
chore: fix deps (#10860)
Browse files Browse the repository at this point in the history
Just fixes the yarn check issue.
  • Loading branch information
Josh-Walker-GM authored Jun 19, 2024
1 parent ded3d74 commit 011080d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime-corejs3": "7.24.5",
"@prisma/internals": "5.14.0",
"@prisma/internals": "5.15.1",
"@redwoodjs/cli-helpers": "workspace:*",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.37.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7646,7 +7646,7 @@ __metadata:
"@babel/cli": "npm:7.24.5"
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.5"
"@prisma/internals": "npm:5.14.0"
"@prisma/internals": "npm:5.15.1"
"@redwoodjs/cli-helpers": "workspace:*"
"@simplewebauthn/browser": "npm:7.4.0"
"@simplewebauthn/typescript-types": "npm:7.4.0"
Expand Down

0 comments on commit 011080d

Please sign in to comment.