feat: replace graphql playground to altair

This commit is contained in:
2025-01-12 03:46:28 +08:00
parent 97b7bfb7fb
commit c6677d414d
30 changed files with 1262 additions and 524 deletions

View File

@@ -26,7 +26,7 @@
"node": ">=22"
},
"dependencies": {
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"commander": "^12.1.0"
},
"devDependencies": {
@@ -40,7 +40,7 @@
"shx": "^0.3.4",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"ultracite": "^4.1.12"
"typescript": "^5.7.3",
"ultracite": "^4.1.14"
}
}