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

@@ -9,17 +9,17 @@
},
"dependencies": {
"@konobangu/env": "workspace:*",
"@next/env": "^15.1.3",
"@next/env": "^15.1.4",
"kysely": "^0.27.5",
"pg": "^8.13.1",
"server-only": "^0.0.1",
"undici": "^7.1.0"
"undici": "^7.2.1"
},
"devDependencies": {
"@konobangu/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/pg": "^8.11.10",
"bufferutil": "^4.0.8",
"typescript": "^5.7.2"
"bufferutil": "^4.0.9",
"typescript": "^5.7.3"
}
}