Skip to content

Commit

Permalink
chore: bump version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored Dec 26, 2023
1 parent dcd4964 commit cdbd6f3
Show file tree
Hide file tree
Showing 3 changed files with 1,195 additions and 525 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"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"src",
"dist"
],
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.13.1",
"scripts": {
"build": "bunchee",
"dev": "bunchee --watch",
Expand All @@ -28,12 +28,12 @@
"author": "himself65 <himself65@outlook.com>",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.37",
"ai": "^2.2.25",
"bunchee": "^3.9.2",
"jotai": "^2.5.1",
"react": "^18.2.0",
"typescript": "^5.3.2"
"@types/react": "18.2.45",
"ai": "2.2.30",
"bunchee": "4.2.2",
"jotai": "2.6.0",
"react": "18.2.0",
"typescript": "5.3.3"
},
"peerDependencies": {
"ai": ">=2.2.24",
Expand Down
Loading

0 comments on commit cdbd6f3

Please sign in to comment.