Skip to content

Commit a3a9f54

Browse files
committed
update deps
1 parent 2625684 commit a3a9f54

3 files changed

Lines changed: 1648 additions & 1829 deletions

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
22
node = "23.10.0"
3-
pnpm = "10.11.0"
3+
pnpm = "10.12.1"

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"migrate:rollback": "kysely migrate rollback --all"
1515
},
1616
"dependencies": {
17-
"@aws-sdk/client-sesv2": "^3.817.0",
17+
"@aws-sdk/client-sesv2": "^3.830.0",
1818
"@coji/remix-auth-google": "^4.2.0",
19-
"@conform-to/react": "^1.6.0",
20-
"@conform-to/zod": "^1.6.0",
19+
"@conform-to/react": "^1.7.0",
20+
"@conform-to/zod": "^1.7.0",
2121
"@epic-web/client-hints": "^1.3.5",
2222
"@epic-web/invariant": "^1.0.0",
2323
"@epic-web/totp": "^4.0.1",
@@ -34,11 +34,11 @@
3434
"@radix-ui/react-separator": "^1.1.7",
3535
"@radix-ui/react-slot": "^1.2.3",
3636
"@radix-ui/react-tooltip": "^1.2.7",
37-
"@react-router/express": "^7.6.0",
38-
"@react-router/node": "^7.6.0",
39-
"@sentry/node": "^9.22.0",
40-
"@sentry/profiling-node": "^9.22.0",
41-
"@sentry/react-router": "^9.22.0",
37+
"@react-router/express": "^7.6.2",
38+
"@react-router/node": "^7.6.2",
39+
"@sentry/node": "^9.30.0",
40+
"@sentry/profiling-node": "^9.30.0",
41+
"@sentry/react-router": "^9.30.0",
4242
"@simplewebauthn/browser": "^13.1.0",
4343
"@simplewebauthn/server": "^13.1.1",
4444
"class-variance-authority": "^0.7.1",
@@ -52,51 +52,51 @@
5252
"input-otp": "^1.4.2",
5353
"isbot": "^5.1.28",
5454
"kysely": "^0.28.2",
55-
"kysely-ctl": "^0.13.0",
56-
"lucide-react": "^0.511.0",
55+
"kysely-ctl": "^0.13.1",
56+
"lucide-react": "^0.517.0",
5757
"morgan": "^1.10.0",
5858
"nanoid": "^5.1.5",
5959
"next-themes": "^0.4.6",
60-
"pg": "^8.16.0",
60+
"pg": "^8.16.1",
6161
"pino": "^9.7.0",
62-
"pino-http": "^10.4.0",
62+
"pino-http": "^10.5.0",
6363
"qrcode": "^1.5.4",
6464
"react": "^19.1.0",
6565
"react-dom": "^19.1.0",
66-
"react-router": "^7.6.0",
66+
"react-router": "^7.6.2",
6767
"remix-auth": "^4.2.0",
6868
"remix-auth-oauth2": "^3.4.1",
6969
"remix-utils": "^8.7.0",
70-
"sonner": "^2.0.3",
70+
"sonner": "^2.0.5",
7171
"spin-delay": "^2.0.1",
72-
"tailwind-merge": "^3.3.0",
72+
"tailwind-merge": "^3.3.1",
7373
"tailwindcss-animate": "^1.0.7",
7474
"uuidv7": "^1.0.2",
7575
"yoctocolors": "^2.1.1",
76-
"zod": "^3.25.28"
76+
"zod": "^3.25.67"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^4.13.2",
80-
"@eslint-react/eslint-plugin": "^1.49.0",
81-
"@react-router/dev": "^7.6.0",
82-
"@tailwindcss/vite": "^4.1.7",
83-
"@types/compression": "^1.8.0",
84-
"@types/express": "^5.0.2",
79+
"@antfu/eslint-config": "^4.14.1",
80+
"@eslint-react/eslint-plugin": "^1.52.2",
81+
"@react-router/dev": "^7.6.2",
82+
"@tailwindcss/vite": "^4.1.10",
83+
"@types/compression": "^1.8.1",
84+
"@types/express": "^5.0.3",
8585
"@types/express-serve-static-core": "^5.0.6",
86-
"@types/morgan": "^1.9.9",
87-
"@types/node": "^22.15.21",
88-
"@types/pg": "^8.15.2",
86+
"@types/morgan": "^1.9.10",
87+
"@types/node": "^24.0.3",
88+
"@types/pg": "^8.15.4",
8989
"@types/qrcode": "^1.5.5",
90-
"@types/react": "^19.1.5",
91-
"@types/react-dom": "^19.1.5",
90+
"@types/react": "^19.1.8",
91+
"@types/react-dom": "^19.1.6",
9292
"cross-env": "^7.0.3",
93-
"eslint": "^9.27.0",
93+
"eslint": "^9.29.0",
9494
"eslint-plugin-format": "^1.0.1",
9595
"eslint-plugin-react-hooks": "^5.2.0",
9696
"eslint-plugin-react-refresh": "^0.4.20",
9797
"kysely-codegen": "^0.18.5",
9898
"pino-pretty": "^13.0.0",
99-
"tailwindcss": "^4.1.7",
99+
"tailwindcss": "^4.1.10",
100100
"typescript": "^5.8.3",
101101
"vite": "^6.3.5",
102102
"vite-tsconfig-paths": "^5.1.4"

0 commit comments

Comments
 (0)