Skip to content

Commit

Permalink
chore(deps): update prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2024
1 parent 2238995 commit 5d8861a
Show file tree
Hide file tree
Showing 16 changed files with 174 additions and 154 deletions.
4 changes: 2 additions & 2 deletions blitz-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]
},
"dependencies": {
"@prisma/client": "4.5.0",
"@prisma/client": "4.16.2",
"blitz": "0.45.5",
"react-dom": "18.2.0",
"react": "18.2.0",
Expand All @@ -42,7 +42,7 @@
"prettier": "2.8.3",
"pretty-quick": "3.1.3",
"preview-email": "3.0.7",
"prisma": "4.5.0",
"prisma": "4.16.2",
"typescript": "4.9.5"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion cloudflare-remix-kysely/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prisma": "5.7.1",
"prisma": "5.8.0",
"typescript": "^5.1.0",
"wrangler": "^3.8.0"
},
Expand Down
46 changes: 23 additions & 23 deletions cloudflare-remix-kysely/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 flyio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@hookform/resolvers": "2.9.10",
"@next/font": "13.1.6",
"@prisma/client": "4.9.0",
"@prisma/client": "4.16.2",
"@tanstack/react-query": "4.24.4",
"@trpc/client": "10.9.1",
"@trpc/next": "10.9.1",
Expand All @@ -38,7 +38,7 @@
"@types/react-dom": "18.0.10",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"prisma": "4.9.0",
"prisma": "4.16.2",
"tsx": "3.12.2",
"typescript": "4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions next-app-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"seed": "node prisma/seed.mjs"
},
"dependencies": {
"@prisma/client": "4.12.0",
"@prisma/client": "4.16.2",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
Expand All @@ -27,6 +27,6 @@
"typescript": "5.0.4"
},
"devDependencies": {
"prisma": "4.12.0"
"prisma": "4.16.2"
}
}
34 changes: 19 additions & 15 deletions next-app-form/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 next-app-router-mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@mantine/core": "7.1.2",
"@prisma/client": "5.4.2",
"@prisma/client": "5.8.0",
"@tabler/icons-react": "2.39.0",
"@types/node": "20.8.4",
"@types/react": "18.2.28",
Expand All @@ -19,7 +19,7 @@
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"next": "13.5.4",
"prisma": "5.4.2",
"prisma": "5.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.2.2"
Expand Down
52 changes: 37 additions & 15 deletions next-app-router-mantine/pnpm-lock.yaml

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

Loading

0 comments on commit 5d8861a

Please sign in to comment.