mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Upgraded Prisma v6.10.1.
This commit is contained in:
parent
8abb470234
commit
fb7f671b32
5 changed files with 84 additions and 84 deletions
10
package.json
10
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "umami",
|
||||
"version": "2.18.1",
|
||||
"version": "3.0.0",
|
||||
"description": "A modern, privacy-focused alternative to Google Analytics.",
|
||||
"author": "Umami Software, Inc. <hello@umami.is>",
|
||||
"license": "MIT",
|
||||
|
|
@ -75,8 +75,8 @@
|
|||
"@dicebear/core": "^9.2.1",
|
||||
"@fontsource/inter": "^4.5.15",
|
||||
"@hello-pangea/dnd": "^17.0.0",
|
||||
"@prisma/adapter-pg": "^6.10.0",
|
||||
"@prisma/client": "^6.10.0",
|
||||
"@prisma/adapter-pg": "^6.10.1",
|
||||
"@prisma/client": "^6.10.1",
|
||||
"@prisma/extension-read-replicas": "^0.4.1",
|
||||
"@react-spring/web": "^9.7.3",
|
||||
"@svgr/cli": "^8.1.0",
|
||||
|
|
@ -113,8 +113,8 @@
|
|||
"next": "15.3.3",
|
||||
"node-fetch": "^3.2.8",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"pg": "^8.16.0",
|
||||
"prisma": "6.10.0",
|
||||
"pg": "^8.16.1",
|
||||
"prisma": "6.10.1",
|
||||
"pure-rand": "^6.1.0",
|
||||
"react": "^19.0.0",
|
||||
"react-basics": "^0.126.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue