upgrade yarn #3

Merged
werewolfkid merged 5 commits from cron-logging into main 2026-05-03 10:18:12 -04:00
2 changed files with 1041 additions and 869 deletions
Showing only changes of commit 2c8f09a028 - Show all commits
+15 -15
View File
@@ -12,25 +12,25 @@
"prisma-update": "yarn prisma db push"
},
"dependencies": {
"@chakra-ui/charts": "^3.34.0",
"@chakra-ui/react": "^3.34.0",
"@chakra-ui/charts": "^3.35.0",
"@chakra-ui/react": "^3.35.0",
"@emotion/react": "^11.14.0",
"@escape.tech/graphql-armor": "^3.2.0",
"@prisma/client": "^6.19.2",
"@prisma/client": "^6.19.3",
"@prisma/extension-accelerate": "^3.0.1",
"@urql/next": "^2.0.0",
"dotenv": "^17.3.1",
"graphql": "^16.13.1",
"dotenv": "^17.4.2",
"graphql": "^16.13.2",
"graphql-scalars": "^1.25.0",
"graphql-yoga": "^5.18.1",
"next": "16.2.1",
"graphql-yoga": "^5.21.0",
"next": "16.2.4",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-icons": "^5.6.0",
"recharts": "^3.8.0",
"recharts": "^3.8.1",
"rxjs": "^7.8.2",
"urql": "^5.0.1"
"urql": "^5.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
@@ -41,7 +41,7 @@
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^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-config-next": "16.2.1",
"eslint-config-prettier": "^10.1.8",
@@ -49,11 +49,11 @@
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"prettier": "3.8.1",
"prisma": "^6.19.2",
"prettier": "3.8.3",
"prisma": "^6.19.3",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1"
"typescript-eslint": "^8.59.1"
},
"packageManager": "yarn@4.14.1"
}
+1026 -854
View File
File diff suppressed because it is too large Load Diff