Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 805966e commit 3b38739
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Innei <https://innei.in>",
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Innei <https://innei.in>",
"private": true,
"license": "MIT",
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.8.0",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"cross-env": "7.0.3",
"lodash": "4.17.21",
"prisma": "5.3.1"
"prisma": "5.4.0"
},
"devDependencies": {
"@innei/bump-version": "^1.5.10",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"build": "prisma generate && tsc && cp -r client dist/client"
},
"dependencies": {
"@prisma/client": "5.3.1",
"@prisma/client": "5.4.0",
"nestjs-zod": "3.0.0",
"prisma-json-types-generator": "3.0.1",
"zod-prisma-types": "2.7.9"
},
"devDependencies": {
"nestjs-zod-prisma": "3.0.1",
"prisma": "5.3.1"
"prisma": "5.4.0"
}
}

0 comments on commit 3b38739

Please sign in to comment.