From 267729f92c5c857a605c75ba5464d34899d36614 Mon Sep 17 00:00:00 2001 From: typist Date: Tue, 28 Oct 2025 00:48:23 +0800 Subject: [PATCH] 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. --- package.json | 4 +++- pnpm-lock.yaml | 19 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 951a73f..188ff8d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a0925a3..bca26d2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,6 +35,9 @@ importers: lucide-react: specifier: ^0.548.0 version: 0.548.0(react@19.2.0) + nanoid: + specifier: ^5.1.6 + version: 5.1.6 react: specifier: ^19.1.1 version: 19.2.0 @@ -50,6 +53,9 @@ importers: tailwindcss: specifier: ^4.1.16 version: 4.1.16 + uuid: + specifier: ^13.0.0 + version: 13.0.0 devDependencies: '@eslint/js': specifier: ^9.36.0 @@ -1266,6 +1272,11 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + nanoid@5.1.6: + resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==} + engines: {node: ^18 || >=20} + hasBin: true + natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} @@ -1551,6 +1562,10 @@ packages: '@types/react': optional: true + uuid@13.0.0: + resolution: {integrity: sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==} + hasBin: true + which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -2683,6 +2698,8 @@ snapshots: nanoid@3.3.11: {} + nanoid@5.1.6: {} + natural-compare@1.4.0: {} node-releases@2.0.26: {} @@ -2912,6 +2929,8 @@ snapshots: optionalDependencies: '@types/react': 19.2.2 + uuid@13.0.0: {} + which@2.0.2: dependencies: isexe: 2.0.0