Skip to content

Commit efb5ae4

Browse files
committed
chore: upgrade dep
1 parent d3813bb commit efb5ae4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

web/bun.lockb

3.25 KB
Binary file not shown.

web/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
},
1616
"devDependencies": {
1717
"@biomejs/biome": "1.9.4",
18-
"@tanstack/router-plugin": "^1.112.0",
19-
"@types/node": "^22.13.5",
20-
"@types/react": "^19.0.10",
18+
"@tanstack/router-plugin": "^1.114.23",
19+
"@types/node": "^22.13.10",
20+
"@types/react": "^19.0.11",
2121
"@types/react-copy-to-clipboard": "^5.0.7",
2222
"@types/react-dom": "^19.0.4",
2323
"@types/react-syntax-highlighter": "^15.5.13",
2424
"@vitejs/plugin-react": "^4.3.4",
2525
"rimraf": "^6.0.1",
26-
"tailwindcss": "^4.0.9",
27-
"typescript": "^5.7.3",
28-
"vite": "^6.2.0",
26+
"tailwindcss": "^4.0.14",
27+
"typescript": "^5.8.2",
28+
"vite": "^6.2.2",
2929
"vite-bundle-visualizer": "^1.2.1"
3030
},
3131
"dependencies": {
32-
"@hookform/resolvers": "^4.1.2",
32+
"@hookform/resolvers": "^4.1.3",
3333
"@radix-ui/react-alert-dialog": "^1.1.6",
3434
"@radix-ui/react-checkbox": "^1.1.4",
3535
"@radix-ui/react-dropdown-menu": "^2.1.6",
@@ -41,14 +41,14 @@
4141
"@radix-ui/react-switch": "^1.1.3",
4242
"@radix-ui/react-tabs": "^1.1.3",
4343
"@radix-ui/react-tooltip": "^1.1.8",
44-
"@tailwindcss/vite": "^4.0.9",
45-
"@tanstack/react-query": "^5.66.11",
46-
"@tanstack/react-router": "^1.112.0",
47-
"@tanstack/router-devtools": "^1.112.0",
44+
"@tailwindcss/vite": "^4.0.14",
45+
"@tanstack/react-query": "^5.69.0",
46+
"@tanstack/react-router": "^1.114.23",
47+
"@tanstack/router-devtools": "^1.114.23",
4848
"class-variance-authority": "^0.7.1",
4949
"clsx": "^2.1.1",
50-
"i18next": "^24.2.2",
51-
"lucide-react": "^0.476.0",
50+
"i18next": "^24.2.3",
51+
"lucide-react": "^0.482.0",
5252
"react": "^19.0.0",
5353
"react-copy-to-clipboard": "^5.1.0",
5454
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)