feat: add nanoid and uuid dependencies for unique ID generation

- Included nanoid version 5.1.6 and uuid version 13.0.0 in package.json and updated pnpm-lock.yaml accordingly.
This commit is contained in:
typist
2025-10-28 00:48:23 +08:00
parent af92828d27
commit 267729f92c
2 changed files with 22 additions and 1 deletions

View File

@@ -18,11 +18,13 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.548.0",
"nanoid": "^5.1.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.9.4",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.16"
"tailwindcss": "^4.1.16",
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/js": "^9.36.0",