fix: fix webui compability

This commit is contained in:
2025-06-29 02:05:44 +08:00
parent c3e546e256
commit b4090e74c0
36 changed files with 867 additions and 498 deletions

View File

@@ -49,6 +49,7 @@
"@rsbuild/plugin-react": "^1.3.2",
"@tanstack/react-form": "^1.12.3",
"@tanstack/react-query": "^5.80.7",
"@tanstack/react-router": "^1.121.2",
"@tanstack/react-table": "^8.21.3",
"@tanstack/store": "^0.7.1",
"arktype": "^2.1.20",
@@ -76,8 +77,7 @@
"tailwindcss": "^4.1.10",
"tw-animate-css": "^1.3.4",
"type-fest": "^4.41.0",
"vaul": "^1.1.2",
"@tanstack/react-router": "^1.121.2"
"vaul": "^1.1.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
@@ -86,13 +86,14 @@
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.5.1",
"@rsbuild/core": "^1.3.22",
"@rsbuild/plugin-type-check": "^1.2.3",
"@tailwindcss/postcss": "^4.1.10",
"@tanstack/router-devtools": "^1.121.5",
"@tanstack/router-plugin": "^1.121.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"postcss": "^8.5.5",
"@tanstack/router-devtools": "^1.121.5",
"@tanstack/router-plugin": "^1.121.4"
"postcss": "^8.5.5"
}
}