Skip to content
Snippets Groups Projects
Commit 824a0b2a authored by yisding's avatar yisding Committed by GitHub
Browse files

Merge pull request #231 from himself65/himself65/deps

fix(create-llama): lock deps version
parents db999536 8362b73d
No related branches found
No related tags found
No related merge requests found
......@@ -11,17 +11,17 @@
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4",
"llamaindex": "0.0.31"
"express": "^4.18.2",
"llamaindex": "0.0.37"
},
"devDependencies": {
"@types/cors": "^2.8.16",
"@types/express": "^4",
"@types/node": "^20",
"concurrently": "^8",
"eslint": "^8",
"nodemon": "^3",
"tsup": "^7",
"typescript": "^5"
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.9.5",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"nodemon": "^3.0.1",
"tsup": "^7.3.0",
"typescript": "^5.3.2"
}
}
......@@ -9,20 +9,20 @@
"dev": "concurrently \"tsup index.ts --format esm --dts --watch\" \"nodemon -q dist/index.js\""
},
"dependencies": {
"ai": "^2.2.5",
"ai": "^2.2.25",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4",
"llamaindex": "0.0.31"
"express": "^4.18.2",
"llamaindex": "0.0.37"
},
"devDependencies": {
"@types/cors": "^2.8.16",
"@types/express": "^4",
"@types/node": "^20",
"concurrently": "^8",
"eslint": "^8",
"nodemon": "^3",
"tsup": "^7",
"typescript": "^5"
"@types/express": "^4.17.21",
"@types/node": "^20.9.5",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"nodemon": "^3.0.1",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
}
}
\ No newline at end of file
}
......@@ -15,7 +15,7 @@
"dotenv": "^16.3.1",
"llamaindex": "0.0.37",
"lucide-react": "^0.294.0",
"next": "^13.5.6",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
......@@ -33,7 +33,7 @@
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.0.3",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.2",
......
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