|
26 | 26 | "prepare": "husky"
|
27 | 27 | },
|
28 | 28 | "dependencies": {
|
29 |
| - "@clerk/localizations": "^3.1.0", |
30 |
| - "@clerk/nextjs": "^5.6.3", |
31 |
| - "@electric-sql/pglite": "^0.2.9", |
| 29 | + "@clerk/localizations": "^3.1.2", |
| 30 | + "@clerk/nextjs": "^5.7.1", |
| 31 | + "@electric-sql/pglite": "^0.2.10", |
32 | 32 | "@hookform/resolvers": "^3.9.0",
|
33 | 33 | "@logtail/pino": "^0.5.0",
|
34 |
| - "@radix-ui/react-accordion": "^1.2.0", |
| 34 | + "@radix-ui/react-accordion": "^1.2.1", |
35 | 35 | "@radix-ui/react-dropdown-menu": "^2.1.1",
|
36 | 36 | "@radix-ui/react-icons": "^1.3.0",
|
37 | 37 | "@radix-ui/react-label": "^2.1.0",
|
38 | 38 | "@radix-ui/react-slot": "^1.1.0",
|
39 |
| - "@radix-ui/react-tooltip": "^1.1.2", |
40 |
| - "@sentry/nextjs": "^8.32.0", |
41 |
| - "@spotlightjs/spotlight": "^2.4.1", |
| 39 | + "@radix-ui/react-tooltip": "^1.1.3", |
| 40 | + "@sentry/nextjs": "^8.33.1", |
| 41 | + "@spotlightjs/spotlight": "^2.4.2", |
42 | 42 | "@t3-oss/env-nextjs": "^0.11.1",
|
43 | 43 | "@tanstack/react-table": "^8.20.5",
|
44 | 44 | "class-variance-authority": "^0.7.0",
|
45 | 45 | "clsx": "^2.1.1",
|
46 | 46 | "drizzle-orm": "^0.33.0",
|
47 |
| - "lucide-react": "^0.446.0", |
48 |
| - "next": "^14.2.13", |
| 47 | + "lucide-react": "^0.447.0", |
| 48 | + "next": "^14.2.14", |
49 | 49 | "next-intl": "^3.20.0",
|
50 | 50 | "pg": "^8.13.0",
|
51 | 51 | "pino": "^9.4.0",
|
|
55 | 55 | "react-hook-form": "^7.53.0",
|
56 | 56 | "sharp": "^0.33.5",
|
57 | 57 | "stripe": "^16.12.0",
|
58 |
| - "tailwind-merge": "^2.5.2", |
| 58 | + "tailwind-merge": "^2.5.3", |
59 | 59 | "zod": "^3.23.8"
|
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 | 62 | "@antfu/eslint-config": "^2.27.3",
|
63 |
| - "@clerk/testing": "^1.3.6", |
| 63 | + "@clerk/testing": "^1.3.9", |
64 | 64 | "@commitlint/cli": "^19.5.0",
|
65 | 65 | "@commitlint/config-conventional": "^19.5.0",
|
66 | 66 | "@commitlint/cz-commitlint": "^19.5.0",
|
67 | 67 | "@eslint-react/eslint-plugin": "^1.14.3",
|
68 | 68 | "@faker-js/faker": "^9.0.3",
|
69 |
| - "@next/bundle-analyzer": "^14.2.13", |
70 |
| - "@next/eslint-plugin-next": "^14.2.13", |
| 69 | + "@next/bundle-analyzer": "^14.2.14", |
| 70 | + "@next/eslint-plugin-next": "^14.2.14", |
71 | 71 | "@percy/cli": "1.29.4",
|
72 | 72 | "@percy/playwright": "^1.0.6",
|
73 | 73 | "@playwright/test": "^1.47.2",
|
|
87 | 87 | "@testing-library/user-event": "^14.5.2",
|
88 | 88 | "@types/node": "^22.7.4",
|
89 | 89 | "@types/pg": "^8.11.10",
|
90 |
| - "@types/react": "^18.3.10", |
| 90 | + "@types/react": "^18.3.11", |
91 | 91 | "@vitejs/plugin-react": "^4.3.2",
|
92 |
| - "@vitest/coverage-v8": "^2.1.1", |
93 |
| - "@vitest/expect": "^2.1.1", |
| 92 | + "@vitest/coverage-v8": "^2.1.2", |
| 93 | + "@vitest/expect": "^2.1.2", |
94 | 94 | "autoprefixer": "^10.4.20",
|
95 | 95 | "checkly": "^4.9.0",
|
96 | 96 | "commitizen": "^4.3.1",
|
|
124 | 124 | "tsx": "^4.19.1",
|
125 | 125 | "typescript": "^5.6.2",
|
126 | 126 | "vite-tsconfig-paths": "^5.0.1",
|
127 |
| - "vitest": "^2.1.1", |
| 127 | + "vitest": "^2.1.2", |
128 | 128 | "vitest-fail-on-console": "^0.7.1"
|
129 | 129 | },
|
130 | 130 | "config": {
|
|
0 commit comments