feat: update-layout & add uuid tool (#4)

Co-authored-by: typist <git@mail.typist.cc>
Reviewed-on: #4
This commit is contained in:
2025-10-28 00:55:42 +08:00
parent 0c54293312
commit 24594deecc
8 changed files with 107 additions and 37 deletions

19
pnpm-lock.yaml generated
View File

@@ -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