diff options
| author | bobzel <zzzman@gmail.com> | 2025-01-29 10:06:38 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-01-29 10:06:38 -0500 |
| commit | f47b7b61749e519d694cff841b4e961fd211c0dd (patch) | |
| tree | 37985c8ca28eb7eb0f78a879defd09cf5ec4838d /package.json | |
| parent | a496c583f375fe5e118f786b1244c42bc8a34fec (diff) | |
fixed chat based sorting and tagging of docs
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/package.json b/package.json index 64fc39080..5d96bd03f 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "eslint": "^9.12.0", "eslint-plugin-react": "^7.37.1", "globals": "^15.10.0", - "mocha": "^10.2.0", + "mocha": "^11.1.0", "prettier": "^3.1.0", "scss-loader": "0.0.1", "ts-loader": "^9.5.1", @@ -142,7 +142,7 @@ "@types/reveal": "^4.2.0", "@types/supercluster": "^7.1.3", "@types/textfit": "^2.4.4", - "@types/web": "^0.0.188", + "@types/web": "^0.0.200", "@types/webpack-hot-middleware": "^2.25.9", "@webscopeio/react-textarea-autocomplete": "^4.9.2", "adm-zip": "^0.5.10", @@ -162,7 +162,7 @@ "brotli": "^1.3.3", "browser-assert": "^1.2.1", "bson": "^6.2.0", - "canvas": "^2.11.2", + "canvas": "^3.1.0", "chart.js": "^4.4.0", "cheerio": "^1.0.0", "child_process": "^1.0.2", @@ -236,7 +236,7 @@ "jpeg-autorotate": "^9.0.0", "jquery": "^3.7.1", "js-datepicker": "^5.18.2", - "jsdom": "^25.0.1", + "jsdom": "^26.0.0", "jsonschema": "^1.4.1", "jszip": "^3.10.1", "ldrs": "^1.0.2", @@ -282,7 +282,7 @@ "prosemirror-transform": "^1.8.0", "prosemirror-view": "^1.32.5", "pug": "^3.0.2", - "puppeteer": "^23.1.0", + "puppeteer": "^24.1.1", "query-string": "^7.1.3", "querystring-es3": "^0.2.1", "raw-loader": "^4.0.2", @@ -334,7 +334,6 @@ "styled-components": "^6.1.1", "supercluster": "^8.0.1", "svgson": "^5.3.1", - "tesseract.js": "^5.1.0", "textarea-caret": "^3.1.0", "textfit": "^2.4.0", "tough-cookie": "^5.0.0", @@ -344,7 +343,7 @@ "typescript-collections": "^1.3.3", "typescript-language-server": "^4.1.3", "uninstall": "^0.0.0", - "unstructured-client": "^0.18.2", + "unstructured-client": "^0.19.0", "url": "^0.11.3", "url-loader": "^4.1.1", "util": "^0.12.5", |
