Skip to content

Commit

Permalink
Merge pull request #1968 from GW2Treasures/renovate/prisma-monorepo
Browse files Browse the repository at this point in the history
Update prisma monorepo to v6.3.0
  • Loading branch information
darthmaim authored Jan 29, 2025
2 parents 68be000 + 6fd67cd commit 9a02ef4
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 50 deletions.
2 changes: 1 addition & 1 deletion apps/database-migration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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}
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions apps/legacy-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@gw2treasures/database": "workspace:*",
"@prisma/client": "6.2.1",
"@prisma/client": "6.3.0",
"gw2-api-types": "0.0.8"
},
"devDependencies": {
Expand All @@ -19,7 +19,7 @@
"@gw2treasures/tsconfig": "workspace:*",
"@types/node": "22.12.0",
"eslint": "9.19.0",
"prisma": "6.2.1",
"prisma": "6.3.0",
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@gw2treasures/icons": "workspace:*",
"@gw2treasures/onig": "workspace:*",
"@gw2treasures/ui": "workspace:*",
"@prisma/nextjs-monorepo-workaround-plugin": "6.2.1",
"@prisma/nextjs-monorepo-workaround-plugin": "6.3.0",
"@visx/axis": "3.12.0",
"@visx/brush": "3.12.0",
"@visx/clip-path": "3.12.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": "./lib/index.d.ts",
"dependencies": {
"@prisma/client": "6.2.1"
"@prisma/client": "6.3.0"
},
"devDependencies": {
"@gw2treasures/tsconfig": "workspace:*",
"prisma": "6.2.1",
"prisma": "6.3.0",
"typescript": "5.7.3"
}
}
98 changes: 54 additions & 44 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 9a02ef4

Please sign in to comment.