Skip to content

Commit 860e5a9

Browse files
committed
chore(deps): upgrade
1 parent 96ad7d2 commit 860e5a9

File tree

5 files changed

+377
-41
lines changed

5 files changed

+377
-41
lines changed

apps/client/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.0",
55
"private": true,
66
"scripts": {
7-
"dev": "vite",
7+
"dev": "vite --host",
88
"build": "vue-tsc -b && vite build",
99
"lint": "eslint .",
1010
"lint:fix": "eslint . --fix",
@@ -20,7 +20,10 @@
2020
"@tanstack/vue-table": "^8.21.3",
2121
"@tanstack/vue-virtual": "^3.13.12",
2222
"@trpc/client": "^11.7.2",
23+
"clsx": "^2.1.1",
2324
"pinia": "^3.0.4",
25+
"tailwind-merge": "^3.4.0",
26+
"tailwind-variants": "^3.2.2",
2427
"vue": "^3.5.25",
2528
"vue-i18n": "^11.2.2",
2629
"vue-router": "^4.6.3"

0 commit comments

Comments
 (0)