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,16 +7,16 @@
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@logtail/next": "^0.1.7",
"@konobangu/env": "workspace:*",
"@sentry/nextjs": "^8.43.0",
"@logtail/next": "^0.1.7",
"@sentry/nextjs": "^8.48.0",
"react": "^19.0.0"
},
"devDependencies": {
"@konobangu/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
}