1 Commits

Author SHA1 Message Date
7dfebb8e0e fix(deps): update react monorepo to v19 2025-05-22 00:10:00 +00:00
2 changed files with 507 additions and 289 deletions

View File

@@ -8,12 +8,12 @@
"format:graphql": "prettier -w src/lib/graphql/generated.ts"
},
"dependencies": {
"@apollo/client": "^4.0.0",
"@apollo/client": "^3.6.9",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0"
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.11.6",
@@ -23,11 +23,11 @@
"@graphql-codegen/typescript-react-apollo": "^3.3.3",
"@graphql-codegen/typescript-react-query": "^4.0.1",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/react": "19.1.5",
"@types/react-dom": "19.1.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^4.0.0",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}

784
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff