Updated packages. Fixed loading errors.

This commit is contained in:
Mike Cao 2025-06-01 01:38:37 -07:00
parent da8c7e99c5
commit f444c6373d
7 changed files with 532 additions and 155 deletions

View file

@ -75,13 +75,13 @@
"@dicebear/core": "^9.2.1",
"@fontsource/inter": "^4.5.15",
"@hello-pangea/dnd": "^17.0.0",
"@prisma/adapter-pg": "^6.8.2",
"@prisma/client": "^6.9.0",
"@prisma/adapter-pg": "^6.10.0",
"@prisma/client": "^6.10.0",
"@prisma/extension-read-replicas": "^0.4.1",
"@react-spring/web": "^9.7.3",
"@svgr/cli": "^8.1.0",
"@tanstack/react-query": "^5.28.6",
"@umami/react-zen": "^0.137.0",
"@umami/react-zen": "^0.138.0",
"@umami/redis-client": "^0.27.0",
"bcryptjs": "^2.4.3",
"chalk": "^4.1.1",
@ -107,14 +107,14 @@
"isbot": "^5.1.16",
"jsonwebtoken": "^9.0.2",
"kafkajs": "^2.1.0",
"lucide-react": "^0.511.0",
"lucide-react": "^0.517.0",
"maxmind": "^4.3.24",
"md5": "^2.3.0",
"next": "15.3.3",
"node-fetch": "^3.2.8",
"npm-run-all": "^4.1.5",
"pg": "^8.16.0",
"prisma": "6.9.0",
"prisma": "6.10.0",
"pure-rand": "^6.1.0",
"react": "^19.0.0",
"react-basics": "^0.126.0",
@ -128,9 +128,9 @@
"semver": "^7.5.4",
"serialize-error": "^12.0.0",
"thenby": "^1.3.4",
"uuid": "^9.0.0",
"uuid": "^11.1.0",
"zod": "^3.25.7",
"zustand": "^4.5.5"
"zustand": "^5.0.5"
},
"devDependencies": {
"@formatjs/cli": "^4.2.29",