Skip to content

Commit 01b1086

Browse files
committed
update : rr7 to 7.2.0
1 parent 80130a0 commit 01b1086

File tree

3 files changed

+347
-341
lines changed

3 files changed

+347
-341
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@conform-to/react": "^1.2.2",
2222
"@conform-to/zod": "^1.2.2",
23-
"@epic-web/totp": "^3.0.2",
23+
"@epic-web/totp": "^3.1.0",
2424
"@paralleldrive/cuid2": "^2.2.2",
2525
"@radix-ui/react-alert-dialog": "^1.1.6",
2626
"@radix-ui/react-avatar": "^1.1.3",
@@ -32,22 +32,22 @@
3232
"@radix-ui/react-slot": "^1.1.2",
3333
"@radix-ui/react-switch": "^1.1.3",
3434
"@radix-ui/react-tooltip": "^1.1.8",
35-
"@react-router/cloudflare": "*",
35+
"@react-router/cloudflare": "7.2.0",
3636
"arctic": "^3.3.0",
3737
"class-variance-authority": "^0.7.1",
3838
"clsx": "^2.1.1",
3939
"date-fns": "^4.1.0",
4040
"drizzle-orm": "~0.39.3",
41-
"isbot": "^5.1.22",
41+
"isbot": "^5.1.23",
4242
"lucide-react": "^0.475.0",
4343
"react": "^19.0.0",
4444
"react-dom": "^19.0.0",
45-
"react-router": "*",
45+
"react-router": "7.2.0",
4646
"remix-auth": "^4.1.0",
4747
"remix-auth-oauth2": "^3.2.2",
4848
"remix-utils": "^8.1.0",
4949
"session-context": "^0.0.6",
50-
"sonner": "^1.7.4",
50+
"sonner": "^2.0.0",
5151
"spin-delay": "^2.0.1",
5252
"tailwind-merge": "^3.0.1",
5353
"tailwindcss-animate": "^1.0.7",
@@ -58,10 +58,10 @@
5858
"devDependencies": {
5959
"@biomejs/biome": "1.9.4",
6060
"@cloudflare/workers-types": "^4.20250214.0",
61-
"@react-router/dev": "*",
61+
"@react-router/dev": "7.2.0",
6262
"@types/node": "^22.13.4",
63-
"@types/react": "^19.0.8",
64-
"@types/react-dom": "^19.0.3",
63+
"@types/react": "^19.0.10",
64+
"@types/react-dom": "^19.0.4",
6565
"autoprefixer": "^10.4.20",
6666
"drizzle-kit": "~0.30.4",
6767
"postcss": "^8.5.2",
@@ -70,8 +70,8 @@
7070
"prettier-plugin-tailwindcss": "^0.6.11",
7171
"tailwindcss": "^3.4.16",
7272
"typescript": "^5.7.3",
73-
"vite": "^6.1.0",
73+
"vite": "^6.1.1",
7474
"vite-tsconfig-paths": "^5.1.4",
75-
"wrangler": "^3.109.1"
75+
"wrangler": "^3.109.2"
7676
}
7777
}

0 commit comments

Comments
 (0)