|
14 | 14 | "migrate:rollback": "kysely migrate rollback --all" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@aws-sdk/client-sesv2": "^3.797.0", |
| 17 | + "@aws-sdk/client-sesv2": "^3.800.0", |
18 | 18 | "@coji/remix-auth-google": "^4.2.0", |
19 | 19 | "@conform-to/react": "^1.4.0", |
20 | 20 | "@conform-to/zod": "^1.4.0", |
|
34 | 34 | "@radix-ui/react-separator": "^1.1.4", |
35 | 35 | "@radix-ui/react-slot": "^1.2.0", |
36 | 36 | "@radix-ui/react-tooltip": "^1.2.4", |
37 | | - "@react-router/express": "^7.5.2", |
38 | | - "@react-router/node": "^7.5.2", |
39 | | - "@sentry/node": "^9.14.0", |
40 | | - "@sentry/profiling-node": "^9.14.0", |
41 | | - "@sentry/react-router": "^9.14.0", |
| 37 | + "@react-router/express": "^7.5.3", |
| 38 | + "@react-router/node": "^7.5.3", |
| 39 | + "@sentry/node": "^9.15.0", |
| 40 | + "@sentry/profiling-node": "^9.15.0", |
| 41 | + "@sentry/react-router": "^9.15.0", |
42 | 42 | "@simplewebauthn/browser": "^13.1.0", |
43 | 43 | "@simplewebauthn/server": "^13.1.1", |
44 | 44 | "class-variance-authority": "^0.7.1", |
|
53 | 53 | "isbot": "^5.1.27", |
54 | 54 | "kysely": "^0.28.2", |
55 | 55 | "kysely-ctl": "^0.12.2", |
56 | | - "lucide-react": "^0.503.0", |
| 56 | + "lucide-react": "^0.507.0", |
57 | 57 | "morgan": "^1.10.0", |
58 | 58 | "nanoid": "^5.1.5", |
59 | 59 | "next-themes": "^0.4.6", |
|
63 | 63 | "qrcode": "^1.5.4", |
64 | 64 | "react": "^19.1.0", |
65 | 65 | "react-dom": "^19.1.0", |
66 | | - "react-router": "^7.5.2", |
| 66 | + "react-router": "^7.5.3", |
67 | 67 | "remix-auth": "^4.2.0", |
68 | 68 | "remix-auth-oauth2": "^3.4.0", |
69 | 69 | "remix-utils": "^8.5.0", |
|
78 | 78 | "devDependencies": { |
79 | 79 | "@antfu/eslint-config": "^4.12.0", |
80 | 80 | "@eslint-react/eslint-plugin": "^1.48.5", |
81 | | - "@react-router/dev": "^7.5.2", |
82 | | - "@tailwindcss/vite": "^4.1.4", |
| 81 | + "@react-router/dev": "^7.5.3", |
| 82 | + "@tailwindcss/vite": "^4.1.5", |
83 | 83 | "@types/compression": "^1.7.5", |
84 | 84 | "@types/express": "^5.0.1", |
85 | 85 | "@types/express-serve-static-core": "^5.0.6", |
86 | 86 | "@types/morgan": "^1.9.9", |
87 | | - "@types/node": "^22.15.2", |
| 87 | + "@types/node": "^22.15.3", |
88 | 88 | "@types/pg": "^8.11.14", |
89 | 89 | "@types/qrcode": "^1.5.5", |
90 | 90 | "@types/react": "^19.1.2", |
91 | | - "@types/react-dom": "^19.1.2", |
| 91 | + "@types/react-dom": "^19.1.3", |
92 | 92 | "cross-env": "^7.0.3", |
93 | | - "eslint": "^9.25.1", |
| 93 | + "eslint": "^9.26.0", |
94 | 94 | "eslint-plugin-format": "^1.0.1", |
95 | 95 | "eslint-plugin-react-hooks": "^5.2.0", |
96 | 96 | "eslint-plugin-react-refresh": "^0.4.20", |
97 | 97 | "kysely-codegen": "^0.18.3", |
98 | 98 | "pino-pretty": "^13.0.0", |
99 | | - "tailwindcss": "^4.1.4", |
| 99 | + "tailwindcss": "^4.1.5", |
100 | 100 | "typescript": "^5.8.3", |
101 | | - "vite": "^6.3.3", |
| 101 | + "vite": "^6.3.4", |
102 | 102 | "vite-tsconfig-paths": "^5.1.4" |
103 | 103 | } |
104 | 104 | } |
0 commit comments