Skip to content

Commit 88c8f9d

Browse files
authored
Fix codebase issues (#6146)
1 parent dc3dda1 commit 88c8f9d

26 files changed

Lines changed: 914 additions & 1728 deletions

.github/workflows/deploy.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

package.json

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,27 +67,43 @@
6767
"unist-util-visit-parents": "^6.0.2",
6868
"viem": "^2.44.4",
6969
"virtua": "^0.48.3",
70-
"vite": "^7.3.1",
71-
"wagmi": "^2.18.2",
70+
"vite": "^7.3.3",
71+
"wagmi": "^2.19.5",
7272
"zod": "4.1.11",
7373
"zustand": "^5.0.10"
7474
},
7575
"devDependencies": {
76-
"@graphql-codegen/cli": "^6.1.1",
77-
"@graphql-codegen/fragment-matcher": "^6.0.0",
78-
"@graphql-codegen/typescript": "^5.0.2",
79-
"@graphql-codegen/typescript-operations": "^5.0.2",
80-
"@graphql-codegen/typescript-react-apollo": "^4.4.0",
76+
"@graphql-codegen/cli": "^6.3.1",
77+
"@graphql-codegen/fragment-matcher": "^6.0.1",
78+
"@graphql-codegen/typescript": "^5.0.10",
79+
"@graphql-codegen/typescript-operations": "^5.1.0",
80+
"@graphql-codegen/typescript-react-apollo": "^4.4.2",
8181
"@tailwindcss/aspect-ratio": "^0.4.2",
8282
"@tailwindcss/forms": "^0.5.10",
8383
"@types/hast": "^3.0.4",
8484
"@types/node": "^25.0.9",
8585
"@types/react": "^19.2.8",
8686
"@types/react-dom": "^19.2.2",
87-
"@vitejs/plugin-react": "^5.0.4",
87+
"@vitejs/plugin-react": "^5.2.0",
8888
"typescript": "^5.9.3",
8989
"vite-plugin-environment": "^1.1.3",
9090
"vite-tsconfig-paths": "^6.0.4"
9191
},
92+
"pnpm": {
93+
"overrides": {
94+
"axios": "^1.15.2",
95+
"defu": "^6.1.5",
96+
"follow-redirects": "^1.16.0",
97+
"h3": "^1.15.9",
98+
"hono": "^4.12.18",
99+
"lodash": "^4.18.0",
100+
"picomatch@<2.3.2": "2.3.2",
101+
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
102+
"postcss": "^8.5.10",
103+
"rollup": "^4.59.0",
104+
"socket.io-parser": "^4.2.6",
105+
"yaml": "^2.8.3"
106+
}
107+
},
92108
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402"
93109
}

0 commit comments

Comments
 (0)