Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
run: pnpm run check
- name: Run Types Check
run: pnpm run typecheck
- name: Run Knip Check
run: pnpm run knip
- name: Run License Check
run: pnpm run check:licenses

Expand Down
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lint-staged
lint-staged
pnpm knip
5 changes: 1 addition & 4 deletions apps/dev-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@
"drizzle-orm": "^0.45.1",
"reflect-metadata": "^0.2.0",
"sequelize": "^6.37.7",
"typeorm": "^0.3.20",
"zod": "^4.1.13"
"typeorm": "^0.3.20"
},
"devDependencies": {
"@playwright/test": "^1.58.1",
"@types/node": "^20.0.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.0.4",
"dotenv": "^16.0.0",
"tsdown": "^0.20.3",
"tsx": "^4.20.6",
Expand Down
84 changes: 0 additions & 84 deletions docs/docs/api/appkit-ui/data/AreaChart.mdx

This file was deleted.

79 changes: 0 additions & 79 deletions docs/docs/api/appkit-ui/data/BarChart.mdx

This file was deleted.

77 changes: 0 additions & 77 deletions docs/docs/api/appkit-ui/data/DonutChart.mdx

This file was deleted.

95 changes: 0 additions & 95 deletions docs/docs/api/appkit-ui/data/HeatmapChart.mdx

This file was deleted.

Loading