Skip to content

Commit

Permalink
chore: bump version (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored May 9, 2024
1 parent 2c8d794 commit 0b12990
Show file tree
Hide file tree
Showing 18 changed files with 2,878 additions and 3,927 deletions.
26 changes: 13 additions & 13 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,29 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.2.1",
"@docusaurus/remark-plugin-npm2yarn": "^3.2.1",
"@docusaurus/core": "^3.3.2",
"@docusaurus/remark-plugin-npm2yarn": "^3.3.2",
"@llamaindex/examples": "workspace:*",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"llamaindex": "workspace:*",
"postcss": "^8.4.38",
"prism-react-renderer": "^2.3.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.2.0",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/theme-classic": "^3.2.1",
"@docusaurus/types": "^3.2.1",
"@docusaurus/module-type-aliases": "3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-classic": "^3.3.2",
"@docusaurus/types": "^3.3.2",
"@tsconfig/docusaurus": "^2.0.3",
"@types/node": "^20.12.7",
"docusaurus-plugin-typedoc": "^0.22.0",
"@types/node": "^20.12.11",
"docusaurus-plugin-typedoc": "^1.0.1",
"typedoc": "^0.25.13",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.4.4"
"typedoc-plugin-markdown": "^4.0.1",
"typescript": "^5.4.5"
},
"browserslist": {
"production": [
Expand Down
14 changes: 7 additions & 7 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"version": "0.0.4",
"dependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@datastax/astra-db-ts": "^1.0.1",
"@datastax/astra-db-ts": "^1.1.0",
"@notionhq/client": "^2.2.15",
"@pinecone-database/pinecone": "^1.1.3",
"@zilliz/milvus2-sdk-node": "^2.4.1",
"@pinecone-database/pinecone": "^2.2.0",
"@zilliz/milvus2-sdk-node": "^2.4.2",
"chromadb": "^1.8.1",
"commander": "^11.1.0",
"commander": "^12.0.0",
"dotenv": "^16.4.5",
"js-tiktoken": "^1.0.11",
"llamaindex": "*",
"mongodb": "^6.5.0",
"mongodb": "^6.6.1",
"pathe": "^1.1.2"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.12.11",
"ts-node": "^10.9.2",
"tsx": "^4.7.2",
"tsx": "^4.9.3",
"typescript": "^5.4.5"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions examples/readers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"llamaindex": "*"
},
"devDependencies": {
"@types/node": "^20.12.7",
"tsx": "^4.7.2",
"@types/node": "^20.12.11",
"tsx": "^4.9.3",
"typescript": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.10.0",
"eslint-config-turbo": "^1.13.2",
"eslint-plugin-react": "7.28.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-react": "7.34.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.13.2",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/autotool/examples/01_node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"dependencies": {
"@llamaindex/autotool": "workspace:*",
"llamaindex": "workspace:*",
"openai": "^4.33.0"
"openai": "^4.43.0"
},
"devDependencies": {
"tsx": "^4.7.2"
"tsx": "^4.9.3"
},
"scripts": {
"start": "node --import tsx --import @llamaindex/autotool/node ./src/index.ts"
Expand Down
8 changes: 4 additions & 4 deletions packages/autotool/examples/02_nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"dependencies": {
"@llamaindex/autotool": "workspace:*",
"@radix-ui/react-slot": "^1.0.2",
"ai": "^3.1.1",
"ai": "^3.1.3",
"class-variance-authority": "^0.7.0",
"dotenv": "^16.3.1",
"llamaindex": "workspace:*",
"lucide-react": "^0.378.0",
"next": "^14.3.0-canary.45",
"next": "14.3.0-canary.51",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^8.0.7",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"sonner": "^1.4.41",
"tailwind-merge": "^2.1.0"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.11",
Expand Down
8 changes: 4 additions & 4 deletions packages/autotool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dev": "bunchee --watch"
},
"dependencies": {
"@swc/core": "^1.4.16",
"@swc/core": "^1.5.5",
"jotai": "^2.8.0",
"typedoc": "^0.25.13",
"unplugin": "^1.10.1"
Expand All @@ -65,14 +65,14 @@
"devDependencies": {
"@swc/types": "^0.1.6",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"bunchee": "^5.1.5",
"llamaindex": "workspace:*",
"next": "14.2.3",
"rollup": "^4.17.2",
"tsx": "^4.7.2",
"tsx": "^4.9.3",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vitest": "^1.6.0",
"webpack": "^5.91.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.2.3",
"@cloudflare/workers-types": "^4.20240423.0",
"@cloudflare/vitest-pool-workers": "^0.2.6",
"@cloudflare/workers-types": "^4.20240502.0",
"@vitest/runner": "1.3.0",
"@vitest/snapshot": "1.3.0",
"typescript": "^5.4.5",
"vitest": "1.3.0",
"wrangler": "^3.52.0"
"wrangler": "^3.53.1"
},
"dependencies": {
"llamaindex": "workspace:*"
Expand Down
16 changes: 8 additions & 8 deletions packages/core/e2e/examples/nextjs-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"ai": "^3.0.34",
"ai": "^3.1.3",
"llamaindex": "workspace:*",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"eslint": "^8",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"typescript": "^5.4.5"
}
}
14 changes: 7 additions & 7 deletions packages/core/e2e/examples/nextjs-edge-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"llamaindex": "workspace:*",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18"
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"typescript": "^5"
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
}
}
6 changes: 3 additions & 3 deletions packages/core/e2e/examples/waku-query-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"waku": "0.20.1"
},
"devDependencies": {
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"tailwindcss": "3.4.3",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/core/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/node": "^20.12.7",
"@types/node": "^20.12.11",
"consola": "^3.2.3",
"llamaindex": "workspace:*",
"tsx": "^4.7.2"
"tsx": "^4.9.3"
}
}
36 changes: 18 additions & 18 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,52 +21,52 @@
"llamaindex"
],
"dependencies": {
"@anthropic-ai/sdk": "^0.20.6",
"@anthropic-ai/sdk": "^0.20.9",
"@aws-crypto/sha256-js": "^5.2.0",
"@datastax/astra-db-ts": "^1.0.1",
"@google/generative-ai": "^0.8.0",
"@grpc/grpc-js": "^1.10.6",
"@datastax/astra-db-ts": "^1.1.0",
"@google/generative-ai": "^0.11.0",
"@grpc/grpc-js": "^1.10.7",
"@huggingface/inference": "^2.6.7",
"@llamaindex/cloud": "0.0.5",
"@llamaindex/env": "workspace:*",
"@mistralai/mistralai": "^0.1.3",
"@mistralai/mistralai": "^0.2.0",
"@pinecone-database/pinecone": "^2.2.0",
"@qdrant/js-client-rest": "^1.8.2",
"@types/lodash": "^4.17.0",
"@qdrant/js-client-rest": "^1.9.0",
"@types/lodash": "^4.17.1",
"@types/papaparse": "^5.3.14",
"@types/pg": "^8.11.5",
"@types/pg": "^8.11.6",
"@xenova/transformers": "^2.17.1",
"@zilliz/milvus2-sdk-node": "^2.4.1",
"ajv": "^8.12.0",
"assemblyai": "^4.4.1",
"chromadb": "~1.7.3",
"@zilliz/milvus2-sdk-node": "^2.4.2",
"ajv": "^8.13.0",
"assemblyai": "^4.4.2",
"chromadb": "~1.8.1",
"cohere-ai": "^7.9.5",
"js-tiktoken": "^1.0.11",
"lodash": "^4.17.21",
"magic-bytes.js": "^1.10.0",
"mammoth": "^1.7.1",
"mammoth": "^1.7.2",
"md-utils-ts": "^2.0.0",
"mongodb": "^6.5.0",
"mongodb": "^6.6.1",
"notion-md-crawler": "^1.0.0",
"openai": "^4.38.0",
"openai": "^4.43.0",
"papaparse": "^5.4.1",
"pathe": "^1.1.2",
"pdf2json": "^3.0.5",
"pdf2json": "3.0.5",
"pg": "^8.11.5",
"pgvector": "^0.1.8",
"portkey-ai": "^0.1.16",
"rake-modified": "^1.0.8",
"string-strip-html": "^13.4.8",
"wikipedia": "^2.1.2",
"wink-nlp": "^1.14.3"
"wink-nlp": "^2.2.2"
},
"peerDependencies": {
"@notionhq/client": "^2.2.15"
},
"devDependencies": {
"@notionhq/client": "^2.2.15",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.4.16",
"@swc/core": "^1.5.5",
"concurrently": "^8.2.2",
"glob": "^10.3.12",
"madge": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"llamaindex": "workspace:*",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
},
"devDependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.16",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.5",
"concurrently": "^8.2.2",
"pathe": "^1.1.2",
"readable-stream": "^4.5.2"
},
"dependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.12.7"
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11"
},
"peerDependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
},
"devDependencies": {
"@aws-crypto/sha256-js": "^5.2.0",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.16",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.5",
"@types/jsonpath": "^0.2.4",
"concurrently": "^8.2.2",
"pathe": "^1.1.2"
},
"dependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.12.7",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"jsonpath": "^1.1.1",
"llamaindex": "workspace:*",
"lodash": "^4.17.21"
Expand Down
Loading

0 comments on commit 0b12990

Please sign in to comment.