Skip to content

Commit 20a3248

Browse files
committed
update deps
1 parent 6784dd4 commit 20a3248

3 files changed

Lines changed: 768 additions & 685 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.9.0"
3+
pnpm = "10.10.0"

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"migrate:rollback": "kysely migrate rollback --all"
1515
},
1616
"dependencies": {
17-
"@aws-sdk/client-sesv2": "^3.797.0",
17+
"@aws-sdk/client-sesv2": "^3.800.0",
1818
"@coji/remix-auth-google": "^4.2.0",
1919
"@conform-to/react": "^1.4.0",
2020
"@conform-to/zod": "^1.4.0",
@@ -34,11 +34,11 @@
3434
"@radix-ui/react-separator": "^1.1.4",
3535
"@radix-ui/react-slot": "^1.2.0",
3636
"@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",
4242
"@simplewebauthn/browser": "^13.1.0",
4343
"@simplewebauthn/server": "^13.1.1",
4444
"class-variance-authority": "^0.7.1",
@@ -53,7 +53,7 @@
5353
"isbot": "^5.1.27",
5454
"kysely": "^0.28.2",
5555
"kysely-ctl": "^0.12.2",
56-
"lucide-react": "^0.503.0",
56+
"lucide-react": "^0.507.0",
5757
"morgan": "^1.10.0",
5858
"nanoid": "^5.1.5",
5959
"next-themes": "^0.4.6",
@@ -63,7 +63,7 @@
6363
"qrcode": "^1.5.4",
6464
"react": "^19.1.0",
6565
"react-dom": "^19.1.0",
66-
"react-router": "^7.5.2",
66+
"react-router": "^7.5.3",
6767
"remix-auth": "^4.2.0",
6868
"remix-auth-oauth2": "^3.4.0",
6969
"remix-utils": "^8.5.0",
@@ -78,27 +78,27 @@
7878
"devDependencies": {
7979
"@antfu/eslint-config": "^4.12.0",
8080
"@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",
8383
"@types/compression": "^1.7.5",
8484
"@types/express": "^5.0.1",
8585
"@types/express-serve-static-core": "^5.0.6",
8686
"@types/morgan": "^1.9.9",
87-
"@types/node": "^22.15.2",
87+
"@types/node": "^22.15.3",
8888
"@types/pg": "^8.11.14",
8989
"@types/qrcode": "^1.5.5",
9090
"@types/react": "^19.1.2",
91-
"@types/react-dom": "^19.1.2",
91+
"@types/react-dom": "^19.1.3",
9292
"cross-env": "^7.0.3",
93-
"eslint": "^9.25.1",
93+
"eslint": "^9.26.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.3",
9898
"pino-pretty": "^13.0.0",
99-
"tailwindcss": "^4.1.4",
99+
"tailwindcss": "^4.1.5",
100100
"typescript": "^5.8.3",
101-
"vite": "^6.3.3",
101+
"vite": "^6.3.4",
102102
"vite-tsconfig-paths": "^5.1.4"
103103
}
104104
}

0 commit comments

Comments
 (0)