Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Dec 26, 2023
1 parent 822f471 commit 01b027f
Show file tree
Hide file tree
Showing 2 changed files with 950 additions and 295 deletions.
32 changes: 16 additions & 16 deletions examples/llamaindex-straming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"ai": "^2.2.24",
"ai": "^2.2.30",
"class-variance-authority": "^0.7.0",
"foxact": "^0.2.26",
"foxact": "^0.2.28",
"idb-keyval": "^6.2.1",
"jotai": "^2.5.1",
"jotai": "^2.6.0",
"jotai-ai": "workspace:*",
"jotai-effect": "^0.2.3",
"llamaindex": "0.0.35",
"lucide-react": "^0.292.0",
"next": "^14.0.3",
"llamaindex": "0.0.40",
"lucide-react": "^0.302.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
Expand All @@ -27,18 +27,18 @@
"remark-code-import": "^1.2.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"tailwind-merge": "^2.0.0"
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.4.16",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 01b027f

Please sign in to comment.