diff --git a/package.json b/package.json index 9a99713..3b462cc 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,7 @@ "@iconify/vue": "catalog:", "@ionic/cli": "catalog:", "@types/lodash-es": "catalog:", + "@types/markdown-it": "catalog:", "@types/node": "catalog:", "@vant/auto-import-resolver": "catalog:", "@vitejs/plugin-legacy": "catalog:", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fcf3a11..5ec116a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -111,6 +111,9 @@ catalogs: '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 + '@types/markdown-it': + specifier: ^14.1.2 + version: 14.1.2 '@types/node': specifier: ^24.10.2 version: 24.10.9 @@ -441,6 +444,9 @@ importers: '@types/lodash-es': specifier: 'catalog:' version: 4.17.12 + '@types/markdown-it': + specifier: 'catalog:' + version: 14.1.2 '@types/node': specifier: 'catalog:' version: 24.10.9 @@ -2396,15 +2402,24 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + '@types/linkify-it@5.0.0': + resolution: {integrity: sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q==} + '@types/lodash-es@4.17.12': resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==} '@types/lodash@4.17.23': resolution: {integrity: sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==} + '@types/markdown-it@14.1.2': + resolution: {integrity: sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog==} + '@types/mdast@4.0.4': resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} + '@types/mdurl@2.0.0': + resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==} + '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} @@ -7967,16 +7982,25 @@ snapshots: '@types/json-schema@7.0.15': {} + '@types/linkify-it@5.0.0': {} + '@types/lodash-es@4.17.12': dependencies: '@types/lodash': 4.17.23 '@types/lodash@4.17.23': {} + '@types/markdown-it@14.1.2': + dependencies: + '@types/linkify-it': 5.0.0 + '@types/mdurl': 2.0.0 + '@types/mdast@4.0.4': dependencies: '@types/unist': 3.0.3 + '@types/mdurl@2.0.0': {} + '@types/ms@2.1.0': {} '@types/node@22.7.5': diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index bb9749c..493a50d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -39,6 +39,7 @@ catalog: '@ionic/vue-router': ^8.7.11 '@tailwindcss/vite': ^4.1.18 '@types/lodash-es': ^4.17.12 + '@types/markdown-it': ^14.1.2 '@types/node': ^24.10.2 '@types/qrcode': ^1.5.6 '@vant/auto-import-resolver': ^1.3.0