Skip to content

Commit d005489

Browse files
renovate[bot]github-actions[bot]ervwalter
authored
deps: update npm dependencies (#371)
* deps: update npm dependencies Co-authored-by: Erv Walter <ervwalter@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Erv Walter <ervwalter@users.noreply.github.com>
1 parent 9b25af3 commit d005489

4 files changed

Lines changed: 575 additions & 517 deletions

File tree

apps/web/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,70 +19,70 @@
1919
"clean": "rm -rf dist coverage .turbo *.tsbuildinfo src/routeTree.gen.ts"
2020
},
2121
"dependencies": {
22-
"@clerk/clerk-react": "5.53.3",
23-
"@clerk/themes": "2.4.29",
22+
"@clerk/clerk-react": "5.54.0",
23+
"@clerk/themes": "2.4.35",
2424
"@fontsource/zilla-slab": "5.2.8",
2525
"@js-joda/core": "5.6.5",
2626
"@js-joda/timezone": "2.22.0",
2727
"@radix-ui/react-alert-dialog": "1.1.15",
2828
"@radix-ui/react-dropdown-menu": "2.1.16",
29-
"@radix-ui/react-progress": "1.1.7",
29+
"@radix-ui/react-progress": "1.1.8",
3030
"@radix-ui/react-select": "2.2.6",
31-
"@radix-ui/react-slot": "1.2.3",
31+
"@radix-ui/react-slot": "1.2.4",
3232
"@radix-ui/react-switch": "1.2.6",
3333
"@radix-ui/react-toggle": "1.1.10",
3434
"@radix-ui/react-toggle-group": "1.1.11",
35-
"@tailwindcss/postcss": "4.1.16",
35+
"@tailwindcss/postcss": "4.1.17",
3636
"@tailwindcss/typography": "0.5.19",
37-
"@tailwindcss/vite": "4.1.16",
38-
"@tanstack/react-query": "5.90.5",
37+
"@tailwindcss/vite": "4.1.17",
38+
"@tanstack/react-query": "5.90.7",
3939
"@tanstack/react-query-devtools": "5.90.2",
40-
"@tanstack/react-router": "1.133.32",
40+
"@tanstack/react-router": "1.135.2",
4141
"@tanstack/react-table": "8.21.3",
4242
"class-variance-authority": "0.7.1",
4343
"clsx": "2.1.1",
4444
"highcharts": "12.4.0",
4545
"highcharts-react-official": "3.2.3",
4646
"katex": "0.16.25",
47-
"lucide-react": "0.548.0",
47+
"lucide-react": "0.553.0",
4848
"react": "19.2.0",
4949
"react-dom": "19.2.0",
50-
"react-hook-form": "7.65.0",
50+
"react-hook-form": "7.66.0",
5151
"react-markdown": "10.1.0",
5252
"rehype-katex": "7.0.1",
5353
"remark-gfm": "4.0.1",
5454
"remark-math": "6.0.0",
5555
"sonner": "2.0.7",
56-
"tailwind-merge": "3.3.1",
57-
"tailwindcss": "4.1.16"
56+
"tailwind-merge": "3.4.0",
57+
"tailwindcss": "4.1.17"
5858
},
5959
"devDependencies": {
60-
"@eslint/js": "9.38.0",
60+
"@eslint/js": "9.39.1",
6161
"@fontsource-variable/inter": "5.2.8",
62-
"@tanstack/router-cli": "1.133.29",
63-
"@tanstack/router-plugin": "1.133.32",
62+
"@tanstack/router-cli": "1.135.2",
63+
"@tanstack/router-plugin": "1.135.2",
6464
"@testing-library/jest-dom": "6.9.1",
6565
"@testing-library/react": "16.3.0",
6666
"@testing-library/user-event": "14.6.1",
67-
"@types/node": "24.9.1",
67+
"@types/node": "24.10.0",
6868
"@types/react": "19.2.2",
6969
"@types/react-dom": "19.2.2",
7070
"@vitejs/plugin-react": "5.1.0",
7171
"@vitest/coverage-v8": "3.2.4",
7272
"@vitest/ui": "3.2.4",
73-
"eslint": "9.38.0",
73+
"eslint": "9.39.1",
7474
"eslint-config-prettier": "10.1.8",
7575
"eslint-plugin-react-hooks": "6.1.1",
7676
"eslint-plugin-react-refresh": "0.4.24",
77-
"globals": "16.4.0",
78-
"jsdom": "27.0.1",
79-
"msw": "2.11.6",
77+
"globals": "16.5.0",
78+
"jsdom": "27.1.0",
79+
"msw": "2.12.1",
8080
"prettier": "3.6.2",
8181
"prettier-plugin-tailwindcss": "0.7.1",
8282
"tw-animate-css": "1.4.0",
8383
"typescript": "5.9.3",
84-
"typescript-eslint": "8.46.2",
85-
"vite": "7.1.12",
84+
"typescript-eslint": "8.46.4",
85+
"vite": "7.2.2",
8686
"vitest": "3.2.4"
8787
}
8888
}

apps/web/src/lib/auth/use-auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useClerk, useAuth as useClerkAuth, useUser } from "@clerk/clerk-react";
2-
import type { GetToken } from "@clerk/types";
2+
import type { GetToken } from "@clerk/shared/types";
33
import { useQueryClient } from "@tanstack/react-query";
44
import type { User } from "@/types/user";
55

0 commit comments

Comments
 (0)