Small fixes.

This commit is contained in:
Mike Cao 2025-03-15 20:34:42 -07:00
parent 5536e0b7e7
commit efd4f4ca00
31 changed files with 621 additions and 586 deletions

View file

@ -69,13 +69,13 @@
"@date-fns/utc": "^1.2.0",
"@dicebear/collection": "^9.2.2",
"@dicebear/core": "^9.2.2",
"@fontsource/inter": "^4.5.15",
"@hello-pangea/dnd": "^17.0.0",
"@fontsource/inter": "^5.2.5",
"@hello-pangea/dnd": "^18.0.1",
"@internationalized/date": "^3.7.0",
"@prisma/client": "6.4.1",
"@prisma/client": "6.5.0",
"@prisma/extension-read-replicas": "^0.4.0",
"@react-spring/web": "^9.7.5",
"@tanstack/react-query": "^5.66.11",
"@tanstack/react-query": "^5.68.0",
"@umami/prisma-client": "^0.16.0",
"@umami/react-zen": "^0.63.0",
"@umami/redis-client": "^0.27.0",
@ -106,16 +106,16 @@
"lucide-react": "^0.475.0",
"maxmind": "^4.3.24",
"md5": "^2.3.0",
"next": "15.2.1",
"next": "15.2.2",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"prisma": "6.4.1",
"prisma": "6.5.0",
"pure-rand": "^6.1.0",
"react": "^19.0.0",
"react-aria-components": "^1.6.0",
"react-basics": "^0.126.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.1.2",
"react-error-boundary": "^5.0.0",
"react-intl": "^7.1.6",
"react-simple-maps": "^2.3.0",
"react-use-measure": "^2.1.7",
@ -126,11 +126,11 @@
"thenby": "^1.3.4",
"uuid": "^9.0.1",
"zod": "^3.24.2",
"zustand": "^4.5.6"
"zustand": "^5.0.3"
},
"devDependencies": {
"@formatjs/cli": "^4.8.4",
"@netlify/plugin-nextjs": "^5.9.4",
"@netlify/plugin-nextjs": "^5.10.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
@ -145,11 +145,11 @@
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"cross-env": "^7.0.3",
"cypress": "^13.17.0",
"esbuild": "^0.25.0",
"esbuild": "^0.25.1",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.24",
"eslint-config-prettier": "^8.10.0",