Skip to content

Commit

Permalink
Update prisma monorepo to v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 27d9ee4 commit 6343ed2
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 44 deletions.
2 changes: 1 addition & 1 deletion apps/database-migration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG node_version=22.13.1-alpine3.21

# renovate: datasource=npm packageName=prisma
ARG prisma_version=6.2.1
ARG prisma_version=6.3.0

FROM node:${node_version} AS source
ARG prisma_version
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@gw2treasures/eslint-config": "0.0.6",
"@gw2treasures/eslint-plugin-nextjs": "0.0.4",
"@gw2treasures/tsconfig": "0.0.1",
"@prisma/nextjs-monorepo-workaround-plugin": "6.2.1",
"@prisma/nextjs-monorepo-workaround-plugin": "6.3.0",
"@jest/globals": "29.7.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"main": "./lib/index.js",
"types": "./src/index.ts",
"dependencies": {
"@prisma/client": "6.2.1"
"@prisma/client": "6.3.0"
},
"devDependencies": {
"@gw2treasures/tsconfig": "0.0.1",
"prisma": "6.2.1",
"prisma": "6.3.0",
"typescript": "5.7.3"
}
}
90 changes: 50 additions & 40 deletions pnpm-lock.yaml

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

0 comments on commit 6343ed2

Please sign in to comment.