Skip to content

Commit

Permalink
chore(deps): bump the prisma group in /web with 3 updates
Browse files Browse the repository at this point in the history
Bumps the prisma group in /web with 3 updates: [@prisma/adapter-neon](https://github.com/prisma/prisma/tree/HEAD/packages/adapter-neon), [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) and [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli).


Updates `@prisma/adapter-neon` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.1.0/packages/adapter-neon)

Updates `@prisma/client` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.1.0/packages/client)

Updates `prisma` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/6.1.0/packages/cli)

---
updated-dependencies:
- dependency-name: "@prisma/adapter-neon"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prisma
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prisma
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prisma
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent afa5801 commit a1679b3
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 61 deletions.
6 changes: 3 additions & 3 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@nivo/heatmap": "^0.88.0",
"@nivo/line": "^0.88.0",
"@olros/stats": "^2.2.1",
"@prisma/adapter-neon": "6.0.0",
"@prisma/client": "6.0.0",
"@prisma/adapter-neon": "6.1.0",
"@prisma/client": "6.1.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
Expand Down Expand Up @@ -102,7 +102,7 @@
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"prisma": "6.0.0",
"prisma": "6.1.0",
"tailwindcss": "4.0.0-beta.3",
"typescript": "^5.7.2",
"vite": "^6.0.1",
Expand Down
122 changes: 64 additions & 58 deletions web/pnpm-lock.yaml

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

0 comments on commit a1679b3

Please sign in to comment.