fix(web): add missing linkify-it dependency and types

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Naiyuan Qing 2026-03-24 18:24:30 +08:00
parent bf7ea14092
commit 0629eb9d79
2 changed files with 25 additions and 0 deletions

View file

@ -19,12 +19,14 @@
"@multica/sdk": "workspace:*",
"@multica/types": "workspace:*",
"@multica/utils": "workspace:*",
"@types/linkify-it": "^5.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"linkify-it": "^5.0.0",
"lucide-react": "catalog:",
"next": "^16.1.6",
"next-themes": "^0.4.6",

23
pnpm-lock.yaml generated
View file

@ -84,6 +84,9 @@ importers:
'@multica/utils':
specifier: workspace:*
version: link:../../packages/utils
'@types/linkify-it':
specifier: ^5.0.0
version: 5.0.0
class-variance-authority:
specifier: ^0.7.1
version: 0.7.1
@ -102,6 +105,9 @@ importers:
input-otp:
specifier: ^1.4.2
version: 1.4.2(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
linkify-it:
specifier: ^5.0.0
version: 5.0.0
lucide-react:
specifier: 'catalog:'
version: 1.0.1(react@19.2.3)
@ -1468,6 +1474,9 @@ packages:
'@types/hast@3.0.4':
resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==}
'@types/linkify-it@5.0.0':
resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==}
'@types/mdast@4.0.4':
resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==}
@ -2511,6 +2520,9 @@ packages:
lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
linkify-it@5.0.0:
resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==}
log-symbols@6.0.0:
resolution: {integrity: sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==}
engines: {node: '>=18'}
@ -3395,6 +3407,9 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
uc.micro@2.1.0:
resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
undici-types@7.18.2:
resolution: {integrity: sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==}
@ -4724,6 +4739,8 @@ snapshots:
dependencies:
'@types/unist': 3.0.3
'@types/linkify-it@5.0.0': {}
'@types/mdast@4.0.4':
dependencies:
'@types/unist': 3.0.3
@ -5700,6 +5717,10 @@ snapshots:
lines-and-columns@1.2.4: {}
linkify-it@5.0.0:
dependencies:
uc.micro: 2.1.0
log-symbols@6.0.0:
dependencies:
chalk: 5.6.2
@ -6909,6 +6930,8 @@ snapshots:
typescript@5.9.3: {}
uc.micro@2.1.0: {}
undici-types@7.18.2: {}
undici@7.24.5: {}