Skip to content

Commit d36f2d7

Browse files
committed
clean up
1 parent 881ba8d commit d36f2d7

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

packages/api/src/router/auth.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { TRPCRouterRecord } from "@trpc/server";
2+
23
import { invalidateSessionToken } from "@ctrlshell/auth";
34

45
import { protectedProcedure, publicProcedure } from "../trpc";

packages/auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"typecheck": "tsc --noEmit"
1919
},
2020
"dependencies": {
21-
"@ctrlshell/db": "workspace:*",
2221
"@auth/core": "0.34.2",
2322
"@auth/drizzle-adapter": "1.4.2",
23+
"@ctrlshell/db": "workspace:*",
2424
"@t3-oss/env-nextjs": "^0.11.1",
2525
"next": "^14.2.15",
2626
"next-auth": "5.0.0-beta.20",

packages/shell-events/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@ctrlshell/prettier-config": "workspace:*",
2222
"@ctrlshell/tsconfig": "workspace:*",
2323
"@jest/globals": "^29.7.0",
24-
"@types/node": "^20.11.24",
24+
"@types/node": "^20.16.11",
2525
"eslint": "^8.57.0",
2626
"jest": "^29.7.0",
2727
"json-schema-to-zod": "^2.4.1",

packages/xterm-addon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@ctrlshell/eslint-config": "workspace:*",
2222
"@ctrlshell/prettier-config": "workspace:*",
2323
"@ctrlshell/tsconfig": "workspace:*",
24-
"@types/node": "^20.11.24",
24+
"@types/node": "^20.16.11",
2525
"eslint": "^8.57.0",
2626
"jest": "^29.7.0",
2727
"prettier": "catalog:",

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)