yangdx
commited on
Commit
·
3bbf06b
1
Parent(s):
fd16503
feat: add react-error-boundary package to web UI dependencies
Browse files- lightrag_webui/bun.lock +3 -0
- lightrag_webui/package.json +1 -0
lightrag_webui/bun.lock
CHANGED
@@ -40,6 +40,7 @@
|
|
40 |
"react": "^19.0.0",
|
41 |
"react-dom": "^19.0.0",
|
42 |
"react-dropzone": "^14.3.6",
|
|
|
43 |
"react-i18next": "^15.4.1",
|
44 |
"react-markdown": "^9.1.0",
|
45 |
"react-number-format": "^5.4.3",
|
@@ -1102,6 +1103,8 @@
|
|
1102 |
|
1103 |
"react-dropzone": ["[email protected]", "", { "dependencies": { "attr-accept": "^2.2.4", "file-selector": "^2.1.0", "prop-types": "^15.8.1" }, "peerDependencies": { "react": ">= 16.8 || 18.0.0" } }, "sha512-U792j+x0rcwH/U/Slv/OBNU/LGFYbDLHKKiJoPhNaOianayZevCt4Y5S0CraPssH/6/wT6xhKDfzdXUgCBS0HQ=="],
|
1104 |
|
|
|
|
|
1105 |
"react-i18next": ["[email protected]", "", { "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { "i18next": ">= 23.2.3", "react": ">= 16.8.0" } }, "sha512-ahGab+IaSgZmNPYXdV1n+OYky95TGpFwnKRflX/16dY04DsYYKHtVLjeny7sBSCREEcoMbAgSkFiGLF5g5Oofw=="],
|
1106 |
|
1107 |
"react-is": ["[email protected]", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="],
|
|
|
40 |
"react": "^19.0.0",
|
41 |
"react-dom": "^19.0.0",
|
42 |
"react-dropzone": "^14.3.6",
|
43 |
+
"react-error-boundary": "^5.0.0",
|
44 |
"react-i18next": "^15.4.1",
|
45 |
"react-markdown": "^9.1.0",
|
46 |
"react-number-format": "^5.4.3",
|
|
|
1103 |
|
1104 |
"react-dropzone": ["[email protected]", "", { "dependencies": { "attr-accept": "^2.2.4", "file-selector": "^2.1.0", "prop-types": "^15.8.1" }, "peerDependencies": { "react": ">= 16.8 || 18.0.0" } }, "sha512-U792j+x0rcwH/U/Slv/OBNU/LGFYbDLHKKiJoPhNaOianayZevCt4Y5S0CraPssH/6/wT6xhKDfzdXUgCBS0HQ=="],
|
1105 |
|
1106 |
+
"react-error-boundary": ["[email protected]", "", { "dependencies": { "@babel/runtime": "^7.12.5" }, "peerDependencies": { "react": ">=16.13.1" } }, "sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ=="],
|
1107 |
+
|
1108 |
"react-i18next": ["[email protected]", "", { "dependencies": { "@babel/runtime": "^7.25.0", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { "i18next": ">= 23.2.3", "react": ">= 16.8.0" } }, "sha512-ahGab+IaSgZmNPYXdV1n+OYky95TGpFwnKRflX/16dY04DsYYKHtVLjeny7sBSCREEcoMbAgSkFiGLF5g5Oofw=="],
|
1109 |
|
1110 |
"react-is": ["[email protected]", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="],
|
lightrag_webui/package.json
CHANGED
@@ -49,6 +49,7 @@
|
|
49 |
"react": "^19.0.0",
|
50 |
"react-dom": "^19.0.0",
|
51 |
"react-dropzone": "^14.3.6",
|
|
|
52 |
"react-i18next": "^15.4.1",
|
53 |
"react-markdown": "^9.1.0",
|
54 |
"react-number-format": "^5.4.3",
|
|
|
49 |
"react": "^19.0.0",
|
50 |
"react-dom": "^19.0.0",
|
51 |
"react-dropzone": "^14.3.6",
|
52 |
+
"react-error-boundary": "^5.0.0",
|
53 |
"react-i18next": "^15.4.1",
|
54 |
"react-markdown": "^9.1.0",
|
55 |
"react-number-format": "^5.4.3",
|