Skip to content

Commit

Permalink
Update auth callout packages (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Sep 17, 2024
1 parent d7d330f commit 59efbc2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions auth_callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"packages/*"
],
"devDependencies": {
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.5",
"vite-plugin-checker": "^0.8.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion auth_callout/packages/auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "module",
"main": "./lib/index.js",
"devDependencies": {
"@types/node": "^22.5.3"
"@types/node": "^22.5.5"
},
"dependencies": {
"@prisma/client": "^5.19.0",
Expand Down
50 changes: 25 additions & 25 deletions auth_callout/pnpm-lock.yaml

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

0 comments on commit 59efbc2

Please sign in to comment.