Skip to content

Commit

Permalink
Update chat llama deps (LITS 0.2.8) (run-llama#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Apr 12, 2024
1 parent 35d5ee9 commit 59abc92
Show file tree
Hide file tree
Showing 2 changed files with 2,085 additions and 1,898 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,34 @@
"dependencies": {
"@fortaine/fetch-event-source": "^3.0.6",
"@google/generative-ai": "^0.1.3",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-alert-dialog": "1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-dialog": "1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.81.1",
"@vercel/analytics": "^1.0.2",
"@sentry/nextjs": "^7.110.0",
"@vercel/analytics": "^1.2.2",
"@vercel/blob": "^0.14.1",
"@vercel/kv": "^0.2.2",
"@vercel/kv": "^0.2.4",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dotenv": "^16.3.1",
"emoji-picker-react": "^4.4.12",
"clsx": "^2.1.0",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.9.2",
"encoding": "^0.1.13",
"llamaindex": "^0.1.18",
"llamaindex": "^0.2.8",
"lucide-react": "^0.277.0",
"mermaid": "^10.3.1",
"nanoid": "^5.0.2",
"mermaid": "^10.9.0",
"nanoid": "^5.0.7",
"next": "^13.5.6",
"next-themes": "^0.2.1",
"pdf-parse": "^1.1.1",
Expand All @@ -51,37 +51,37 @@
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-query": "^3.39.3",
"react-router-dom": "^6.17.0",
"react-router-dom": "^6.22.3",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.3",
"rehype-parse": "^8.0.4",
"rehype-parse": "^8.0.5",
"rehype-remark": "^9.1.2",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-stringify": "^10.0.3",
"sass": "^1.65.1",
"sass": "^1.75.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"unified": "^10.1.2",
"unist-util-remove": "^4.0.0",
"use-debounce": "^9.0.4",
"zustand": "^4.4.1"
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/pdf-parse": "^1.1.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"@types/react-katex": "^3.0.0",
"eslint": "^8.44.0",
"@types/node": "^20.12.7",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@types/react-katex": "^3.0.4",
"eslint": "^8.57.0",
"eslint-config-next": "13.4.13",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"lint-staged": "^13.2.3",
"prettier": "^3.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^3.2.5",
"typescript": "5.1.6"
}
}
Loading

0 comments on commit 59abc92

Please sign in to comment.