Skip to content

Commit 7f85ff1

Browse files
committed
Add uuidv4 package
1 parent f08a779 commit 7f85ff1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

localfrontend/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@ampproject/remapping": "^2.3.0",
1414
"@tailwindcss/vite": "^4.1.11",
1515
"@types/bun": "^1.2.20",
16+
"@types/uuidv4": "^5.0.0",
1617
"clsx": "^2.1.1",
1718
"lucide-react": "^0.535.0",
1819
"motion": "^12.23.12",
@@ -21,7 +22,8 @@
2122
"react-qr-code": "^2.0.18",
2223
"react-use-websocket": "^4.13.0",
2324
"tailwind-merge": "^3.3.1",
24-
"tailwindcss": "^4.1.11"
25+
"tailwindcss": "^4.1.11",
26+
"uuidv4": "^6.2.13"
2527
},
2628
"devDependencies": {
2729
"@eslint/js": "^9.30.1",

0 commit comments

Comments
 (0)