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

use repos package version

parent ccf8a0b9
Branches
Tags
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.
Please register or to comment