upgrade dependencies

This commit is contained in:
2026-05-03 08:10:07 -04:00
parent 184eafde46
commit 2c8f09a028
2 changed files with 1041 additions and 869 deletions
+15 -15
View File
@@ -12,25 +12,25 @@
"prisma-update": "yarn prisma db push" "prisma-update": "yarn prisma db push"
}, },
"dependencies": { "dependencies": {
"@chakra-ui/charts": "^3.34.0", "@chakra-ui/charts": "^3.35.0",
"@chakra-ui/react": "^3.34.0", "@chakra-ui/react": "^3.35.0",
"@emotion/react": "^11.14.0", "@emotion/react": "^11.14.0",
"@escape.tech/graphql-armor": "^3.2.0", "@escape.tech/graphql-armor": "^3.2.0",
"@prisma/client": "^6.19.2", "@prisma/client": "^6.19.3",
"@prisma/extension-accelerate": "^3.0.1", "@prisma/extension-accelerate": "^3.0.1",
"@urql/next": "^2.0.0", "@urql/next": "^2.0.0",
"dotenv": "^17.3.1", "dotenv": "^17.4.2",
"graphql": "^16.13.1", "graphql": "^16.13.2",
"graphql-scalars": "^1.25.0", "graphql-scalars": "^1.25.0",
"graphql-yoga": "^5.18.1", "graphql-yoga": "^5.21.0",
"next": "16.2.1", "next": "16.2.4",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "19.2.4", "react": "19.2.5",
"react-dom": "19.2.4", "react-dom": "19.2.5",
"react-icons": "^5.6.0", "react-icons": "^5.6.0",
"recharts": "^3.8.0", "recharts": "^3.8.1",
"rxjs": "^7.8.2", "rxjs": "^7.8.2",
"urql": "^5.0.1" "urql": "^5.0.2"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.5", "@eslint/eslintrc": "^3.3.5",
@@ -41,7 +41,7 @@
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.57.1", "@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1", "@typescript-eslint/parser": "^8.57.1",
"baseline-browser-mapping": "^2.10.10", "baseline-browser-mapping": "^2.10.25",
"eslint": "^9.39.4", "eslint": "^9.39.4",
"eslint-config-next": "16.2.1", "eslint-config-next": "16.2.1",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
@@ -49,11 +49,11 @@
"eslint-plugin-prettier": "^5.5.5", "eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.0.1",
"prettier": "3.8.1", "prettier": "3.8.3",
"prisma": "^6.19.2", "prisma": "^6.19.3",
"tsx": "^4.21.0", "tsx": "^4.21.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.57.1" "typescript-eslint": "^8.59.1"
}, },
"packageManager": "yarn@4.14.1" "packageManager": "yarn@4.14.1"
} }
+1026 -854
View File
File diff suppressed because it is too large Load Diff