Skip to content

Commit

Permalink
Merge pull request #229 from sugarforever/bugfix/puppeteer-compatibility
Browse files Browse the repository at this point in the history
used an older version of puppeteer for compatibility
  • Loading branch information
sugarforever authored Apr 7, 2024
2 parents 8782240 + a0c9041 commit 910ba29
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 238 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"@langchain/openai": "^0.0.15",
"@nuxt/ui": "^2.15.1",
"@prisma/client": "^5.12.1",
"@vercel/analytics": "^1.2.0",
"@vercel/analytics": "^1.2.2",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"@zilliz/milvus2-sdk-node": "^2.3.5",
"ai": "^2.2.33",
"ai": "^2.2.37",
"chromadb": "^1.8.1",
"dexie": "^4.0.1",
"github-markdown-css": "^5.5.1",
"highlight.js": "^11.9.0",
"ioredis": "^5.3.2",
"langchain": "^0.1.31",
"langsmith": "^0.1.13",
"mammoth": "^1.7.0",
"langsmith": "^0.1.14",
"mammoth": "^1.7.1",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^8.6.7",
Expand All @@ -63,7 +63,7 @@
"openai": "^4.33.0",
"pdf-parse": "^1.1.1",
"prisma": "^5.12.1",
"puppeteer": "^22.6.3",
"puppeteer": "^19.7.2",
"ws": "^8.16.0"
}
}
Loading

0 comments on commit 910ba29

Please sign in to comment.