From aafe5df123d7ebfe41f3b404595931c284c0140d Mon Sep 17 00:00:00 2001 From: thucpn Date: Fri, 20 Dec 2024 10:18:21 +0700 Subject: [PATCH] use fixed version for shiki --- apps/next/package.json | 2 +- .../content/docs/llamaindex/modules/data_loaders/index.mdx | 2 +- pnpm-lock.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/next/package.json b/apps/next/package.json index 8006ed8e70..2fb2a036c5 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -54,7 +54,7 @@ "rehype-katex": "^7.0.1", "remark-math": "^6.0.0", "rimraf": "^6.0.1", - "shiki": "^1.23.1", + "shiki": "1.23.1", "shiki-magic-move": "^0.5.0", "swr": "^2.2.5", "tailwind-merge": "^2.5.2", diff --git a/apps/next/src/content/docs/llamaindex/modules/data_loaders/index.mdx b/apps/next/src/content/docs/llamaindex/modules/data_loaders/index.mdx index d5a4fd3a6a..295540506e 100644 --- a/apps/next/src/content/docs/llamaindex/modules/data_loaders/index.mdx +++ b/apps/next/src/content/docs/llamaindex/modules/data_loaders/index.mdx @@ -23,7 +23,7 @@ Check the [LlamaIndexTS Github](https://github.com/run-llama/LlamaIndexTS) for t ## SimpleDirectoryReader -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/run-llama/LlamaIndexTS/tree/main/examples/readers?file=src/simple-directory-reader.ts&title=Simple%20Directory%20Reader) +[Open in StackBlitz](https://stackblitz.com/github/run-llama/LlamaIndexTS/tree/main/examples/readers?file=src/simple-directory-reader.ts&title=Simple%20Directory%20Reader) LlamaIndex.TS supports easy loading of files from folders using the `SimpleDirectoryReader` class. diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef724383a8..3973ee1307 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -186,7 +186,7 @@ importers: specifier: ^6.0.1 version: 6.0.1 shiki: - specifier: ^1.23.1 + specifier: 1.23.1 version: 1.23.1 shiki-magic-move: specifier: ^0.5.0 @@ -16227,7 +16227,7 @@ snapshots: '@types/hast@3.0.4': dependencies: - '@types/unist': 2.0.7 + '@types/unist': 3.0.3 '@types/html-to-text@9.0.4': {} @@ -24110,7 +24110,7 @@ snapshots: lunr: 2.3.9 markdown-it: 14.1.0 minimatch: 9.0.5 - shiki: 1.24.2 + shiki: 1.23.1 typescript: 5.7.2 yaml: 2.6.1