style: update recorder api playground styles

This commit is contained in:
2025-01-15 01:22:05 +08:00
parent 9a2a8f029f
commit 027112db9a
40 changed files with 1700 additions and 1325 deletions

View File

@@ -7,8 +7,8 @@
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@konobangu/auth": "workspace:*",
"@konobangu/analytics": "workspace:*",
"@konobangu/auth": "workspace:*",
"@konobangu/design-system": "workspace:*",
"@vercel/flags": "^2.6.3"
},
@@ -16,7 +16,7 @@
"next": "^15.1.3"
},
"devDependencies": {
"typescript": "^5.7.2",
"@konobangu/typescript-config": "workspace:*"
"@konobangu/typescript-config": "workspace:*",
"typescript": "^5.7.3"
}
}