Skip to content

Commit 77ca701

Browse files
committed
chore: upgrade dep
1 parent f3e9929 commit 77ca701

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

web/bun.lockb

-344 Bytes
Binary file not shown.

web/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
},
1616
"devDependencies": {
1717
"@biomejs/biome": "1.9.4",
18-
"@types/node": "^22.15.28",
18+
"@types/node": "^22.15.29",
1919
"@types/react": "^19.1.6",
2020
"@types/react-copy-to-clipboard": "^5.0.7",
21-
"@types/react-dom": "^19.1.5",
21+
"@types/react-dom": "^19.1.6",
2222
"@types/react-syntax-highlighter": "^15.5.13",
23-
"@vitejs/plugin-react": "^4.5.0",
23+
"@vitejs/plugin-react": "^4.5.1",
2424
"rimraf": "^6.0.1",
2525
"tailwindcss": "^4.1.8",
2626
"typescript": "^5.8.3",
@@ -54,27 +54,27 @@
5454
"@radix-ui/react-toggle-group": "^1.1.10",
5555
"@radix-ui/react-tooltip": "^1.2.7",
5656
"@tailwindcss/vite": "^4.1.8",
57-
"@tanstack/react-query": "^5.79.0",
57+
"@tanstack/react-query": "^5.80.3",
5858
"class-variance-authority": "^0.7.1",
5959
"clsx": "^2.1.1",
6060
"date-fns": "^4.1.0",
6161
"i18next": "^25.2.1",
62-
"lucide-react": "^0.511.0",
62+
"lucide-react": "^0.513.0",
6363
"react": "^19.1.0",
6464
"react-copy-to-clipboard": "^5.1.0",
6565
"react-day-picker": "9.7.0",
6666
"react-dom": "^19.1.0",
67-
"react-hook-form": "^7.56.4",
67+
"react-hook-form": "^7.57.0",
6868
"react-i18next": "^15.5.2",
69-
"react-router": "^7.6.1",
70-
"react-router-dom": "^7.6.1",
69+
"react-router": "^7.6.2",
70+
"react-router-dom": "^7.6.2",
7171
"react-syntax-highlighter": "^15.6.1",
72-
"sonner": "^2.0.3",
72+
"sonner": "^2.0.5",
7373
"tailwind-merge": "^3.3.0",
7474
"tailwind-scrollbar": "^4.0.2",
75-
"tw-animate-css": "^1.3.2",
75+
"tw-animate-css": "^1.3.4",
7676
"yup": "^1.6.1",
77-
"zod": "^3.25.42"
77+
"zod": "^3.25.51"
7878
},
7979
"trustedDependencies": ["@biomejs/biome"]
8080
}

0 commit comments

Comments
 (0)