Skip to content

Commit

Permalink
chore: 📦 update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pshaddel committed Apr 28, 2024
1 parent 6d79ddd commit 7b7e53f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 74 deletions.
91 changes: 22 additions & 69 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,16 @@
},
"homepage": "https://github.com/pshaddel/ts-express-prisma-rest#readme",
"dependencies": {
"@prisma/client": "^4.16.2",
"@types/helmet": "^4.0.0",
"@prisma/client": "^5.13.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"helmet": "^6.2.0",
"prisma": "^4.16.2",
"shapely": "^0.2.3",
"typescript": "^4.9.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/helmet": "^4.0.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@swc/core": "^1.3.38",
Expand Down
2 changes: 1 addition & 1 deletion src/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export const userCreationValidator = z.object({
email: z.string().email()
});

type UserCreationObject = z.infer<typeof userCreationValidator>;
type UserCreationObject = z.infer<typeof userCreationValidator>;

0 comments on commit 7b7e53f

Please sign in to comment.