Skip to content

Commit 6be8324

Browse files
committed
refactor(ui): separate each component into single file
1 parent 945956c commit 6be8324

22 files changed

+925
-749
lines changed

web/bun.lockb

-9.78 KB
Binary file not shown.

web/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
},
1616
"devDependencies": {
1717
"@biomejs/biome": "1.9.4",
18-
"@tanstack/router-plugin": "^1.111.7",
18+
"@tanstack/router-plugin": "^1.112.0",
1919
"@types/node": "^22.13.5",
2020
"@types/react": "^19.0.10",
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.8",
26+
"tailwindcss": "^4.0.9",
2727
"typescript": "^5.7.3",
2828
"vite": "^6.2.0",
2929
"vite-bundle-visualizer": "^1.2.1"
@@ -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.8",
45-
"@tanstack/react-query": "^5.66.9",
46-
"@tanstack/react-router": "^1.111.7",
47-
"@tanstack/router-devtools": "^1.111.7",
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",
4848
"class-variance-authority": "^0.7.1",
4949
"clsx": "^2.1.1",
5050
"i18next": "^24.2.2",
51-
"lucide-react": "^0.475.0",
51+
"lucide-react": "^0.476.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)