Skip to content
Snippets Groups Projects
Commit fcf7c127 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

use repos package version

parent e6e62fa7
No related branches found
No related tags found
No related merge requests found
{
"name": "create-llama",
"version": "0.0.1",
"version": "0.0.31",
"keywords": [
"rag",
"llamaindex",
......
......@@ -8,6 +8,7 @@ import fs from "fs/promises";
import os from "os";
import path from "path";
import { bold, cyan } from "picocolors";
import { version } from "../package.json"
import { GetTemplateFileArgs, InstallTemplateArgs } from "./types";
......@@ -177,8 +178,7 @@ export const installTemplate = async ({
react: "^18",
"react-dom": "^18",
next: NEXT_VERSION,
llamaindex: "0.0.0-20231018030303",
encoding: "^0.1.13",
llamaindex: version,
},
devDependencies: {},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment