Skip to content

Commit

Permalink
Merge pull request #1282 from GW2Treasures/renovate/prisma-monorepo
Browse files Browse the repository at this point in the history
Update prisma monorepo to v6.2.1
  • Loading branch information
darthmaim authored Jan 8, 2025
2 parents b1d77db + 700f111 commit f0a5832
Show file tree
Hide file tree
Showing 4 changed files with 44 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.12.0-alpine3.20

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

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.1.0",
"@prisma/nextjs-monorepo-workaround-plugin": "6.2.1",
"@jest/globals": "29.7.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.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.1.0"
"@prisma/client": "6.2.1"
},
"devDependencies": {
"@gw2treasures/tsconfig": "0.0.1",
"prisma": "6.1.0",
"prisma": "6.2.1",
"typescript": "5.7.2"
}
}
80 changes: 40 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 f0a5832

Please sign in to comment.