Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Nov 6, 2024
1 parent 881ba8d commit d36f2d7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/api/src/router/auth.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { TRPCRouterRecord } from "@trpc/server";

import { invalidateSessionToken } from "@ctrlshell/auth";

import { protectedProcedure, publicProcedure } from "../trpc";
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ctrlshell/db": "workspace:*",
"@auth/core": "0.34.2",
"@auth/drizzle-adapter": "1.4.2",
"@ctrlshell/db": "workspace:*",
"@t3-oss/env-nextjs": "^0.11.1",
"next": "^14.2.15",
"next-auth": "5.0.0-beta.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/shell-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@ctrlshell/prettier-config": "workspace:*",
"@ctrlshell/tsconfig": "workspace:*",
"@jest/globals": "^29.7.0",
"@types/node": "^20.11.24",
"@types/node": "^20.16.11",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"json-schema-to-zod": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/xterm-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@ctrlshell/eslint-config": "workspace:*",
"@ctrlshell/prettier-config": "workspace:*",
"@ctrlshell/tsconfig": "workspace:*",
"@types/node": "^20.11.24",
"@types/node": "^20.16.11",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d36f2d7

Please sign in to comment.