Skip to content
Snippets Groups Projects
Commit a52143b0 authored by Yi Ding's avatar Yi Ding
Browse files

changeset and package update

parent 75ec41c8
Branches
Tags
No related merge requests found
---
"llamaindex": patch
---
Added DocxReader for Word documents (thanks @jayantasamaddar)
...@@ -11,16 +11,16 @@ ...@@ -11,16 +11,16 @@
"publish-snapshot": "turbo run build lint test && changeset version --snapshot && changeset publish" "publish-snapshot": "turbo run build lint test && changeset version --snapshot && changeset publish"
}, },
"devDependencies": { "devDependencies": {
"@turbo/gen": "^1.10.13", "@turbo/gen": "^1.10.14",
"@types/jest": "^29.5.4", "@types/jest": "^29.5.5",
"eslint": "^7.32.0", "eslint": "^7.32.0",
"eslint-config-custom": "workspace:*", "eslint-config-custom": "workspace:*",
"husky": "^8.0.3", "husky": "^8.0.3",
"jest": "^29.6.4", "jest": "^29.7.0",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3", "prettier-plugin-organize-imports": "^3.2.3",
"ts-jest": "^29.1.1", "ts-jest": "^29.1.1",
"turbo": "^1.10.13" "turbo": "^1.10.14"
}, },
"packageManager": "pnpm@7.15.0", "packageManager": "pnpm@7.15.0",
"dependencies": { "dependencies": {
......
...@@ -7,22 +7,22 @@ ...@@ -7,22 +7,22 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mammoth": "^1.6.0", "mammoth": "^1.6.0",
"md-utils-ts": "^2.0.0", "md-utils-ts": "^2.0.0",
"mongodb": "^6.0.0", "mongodb": "^6.1.0",
"notion-md-crawler": "^0.0.2", "notion-md-crawler": "^0.0.2",
"openai": "^4.7.0", "openai": "^4.10.0",
"papaparse": "^5.4.1", "papaparse": "^5.4.1",
"pdf-parse": "^1.1.1", "pdf-parse": "^1.1.1",
"rake-modified": "^1.0.8", "rake-modified": "^1.0.8",
"replicate": "^0.18.0", "replicate": "^0.18.1",
"tiktoken-node": "^0.0.6", "tiktoken-node": "^0.0.6",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"wink-nlp": "^1.14.3" "wink-nlp": "^1.14.3"
}, },
"devDependencies": { "devDependencies": {
"@types/lodash": "^4.14.198", "@types/lodash": "^4.14.199",
"@types/node": "^18.17.15", "@types/node": "^18.18.0",
"@types/papaparse": "^5.3.8", "@types/papaparse": "^5.3.9",
"@types/pdf-parse": "^1.1.1", "@types/pdf-parse": "^1.1.2",
"@types/uuid": "^9.0.4", "@types/uuid": "^9.0.4",
"node-stdlib-browser": "^1.2.0", "node-stdlib-browser": "^1.2.0",
"tsup": "^7.2.0" "tsup": "^7.2.0"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment