Skip to content

Commit

Permalink
Remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankunigiri committed Nov 17, 2024
1 parent 3fbf58e commit 01798cf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 0 additions & 2 deletions example-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@mantine/form": "^7.14.0",
"@mantine/hooks": "^7.14.0",
"@mantine/modals": "^7.14.0",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-devtools": "^5.59.20",
"@tanstack/react-router": "^1.79.0",
Expand All @@ -23,7 +22,6 @@
"@trpc/react-query": "^11.0.0-rc.630",
"@types/node": "^22.9.0",
"@zenstackhq/tanstack-query": "^2.8.1",
"lucide-react": "^0.456.0",
"mantine-form-zod-resolver": "^1.1.0",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
Expand Down
11 changes: 1 addition & 10 deletions example-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,16 @@
"@prisma/client": "^5.22.0",
"@prisma/pg-worker": "^5.22.0",
"@trpc/server": "^11.0.0-rc.630",
"@types/ws": "^8.5.13",
"@zenstackhq/runtime": "^2.8.1",
"@zenstackhq/server": "^2.8.1",
"dotenv": "^16.4.5",
"hono": "^4.6.9",
"ws": "^8.18.0"
"hono": "^4.6.9"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "22.7.9",
"@types/pg": "^8.11.10",
"aws-cdk": "2.166.0",
"bun-types": "^1.1.34",
"jest": "^29.7.0",
"prisma": "^5.22.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.6.3",
"typescript-plugin-toml": "^0.5.0",
"zenstack": "^2.8.1"
}
}
2 changes: 0 additions & 2 deletions example-server/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'dotenv/config';

// import { Pool } from '@prisma/pg-worker'; // Normal postgres, like Supabase
// import { PrismaPg } from '@prisma/adapter-pg-worker'; // Normal postgres, like Supabase
import { trpcServer } from '@hono/trpc-server';
Expand Down

0 comments on commit 01798cf

Please sign in to comment.