Skip to content

Commit db92466

Browse files
committed
chore: upgrade deps
1 parent 1d3a1da commit db92466

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

web/bun.lockb

4.55 KB
Binary file not shown.

web/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,40 @@
1515
},
1616
"devDependencies": {
1717
"@biomejs/biome": "2.0.6",
18-
"@types/node": "^24.0.5",
18+
"@types/node": "^24.0.15",
1919
"@types/react": "^19.1.8",
2020
"@types/react-copy-to-clipboard": "^5.0.7",
2121
"@types/react-dom": "^19.1.6",
2222
"@types/react-syntax-highlighter": "^15.5.13",
23-
"@vitejs/plugin-react": "^4.6.0",
23+
"@vitejs/plugin-react": "^4.7.0",
2424
"rimraf": "^6.0.1",
2525
"tailwindcss": "^4.1.11",
2626
"typescript": "^5.8.3",
27-
"vite": "^7.0.0",
27+
"vite": "^7.0.5",
2828
"vite-bundle-visualizer": "^1.2.1"
2929
},
3030
"dependencies": {
3131
"@hookform/resolvers": "^5.1.1",
3232
"@tailwindcss/vite": "^4.1.11",
33-
"@tanstack/react-query": "^5.81.4",
33+
"@tanstack/react-query": "^5.83.0",
3434
"class-variance-authority": "^0.7.1",
3535
"clsx": "^2.1.1",
36-
"framer-motion": "^12.19.2",
37-
"i18next": "^25.2.1",
36+
"framer-motion": "^12.23.6",
37+
"i18next": "^25.3.2",
3838
"lucide-react": "^0.525.0",
39-
"motion": "^12.19.2",
39+
"motion": "^12.23.6",
4040
"radix-ui": "^1.4.2",
4141
"react": "^19.1.0",
4242
"react-copy-to-clipboard": "^5.1.0",
4343
"react-dom": "^19.1.0",
44-
"react-hook-form": "^7.58.1",
45-
"react-i18next": "^15.5.3",
46-
"react-router": "^7.6.3",
47-
"react-router-dom": "^7.6.3",
44+
"react-hook-form": "^7.60.0",
45+
"react-i18next": "^15.6.0",
46+
"react-router": "^7.7.0",
47+
"react-router-dom": "^7.7.0",
4848
"react-syntax-highlighter": "^15.6.1",
49-
"sonner": "^2.0.5",
49+
"sonner": "^2.0.6",
5050
"tailwind-merge": "^3.3.1",
51-
"tw-animate-css": "^1.3.4",
51+
"tw-animate-css": "^1.3.5",
5252
"yup": "^1.6.1"
5353
},
5454
"trustedDependencies": [

0 commit comments

Comments
 (0)