chore: 更新依赖项
- 在package.json中添加dompurify和@testing-library/jest-dom依赖 - 移除pnpm-lock.yaml中重复的aria-query依赖
This commit is contained in:
commit
4d7b82fdb9
|
@ -9,4 +9,4 @@ _Briefly describe what this PR aims to solve. Include background context that wi
|
||||||
- [ ] Documentation Update
|
- [ ] Documentation Update
|
||||||
- [ ] Refactoring
|
- [ ] Refactoring
|
||||||
- [ ] Performance Improvement
|
- [ ] Performance Improvement
|
||||||
- [ ] Other (please describe):
|
- [ ] Other (please describe):
|
|
@ -1,8 +1,8 @@
|
||||||
from beartype.claw import beartype_this_package
|
from beartype.claw import beartype_this_package
|
||||||
beartype_this_package()
|
|
||||||
|
|
||||||
from .ragflow_chat import RAGFlowChat
|
from .ragflow_chat import RAGFlowChat
|
||||||
|
|
||||||
|
beartype_this_package()
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"RAGFlowChat"
|
"RAGFlowChat"
|
||||||
]
|
]
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
"cmdk": "^1.0.4",
|
"cmdk": "^1.0.4",
|
||||||
"dayjs": "^1.11.10",
|
"dayjs": "^1.11.10",
|
||||||
"docx": "^9.3.0",
|
"docx": "^9.3.0",
|
||||||
|
"dompurify": "^3.1.6",
|
||||||
"eventsource-parser": "^1.1.2",
|
"eventsource-parser": "^1.1.2",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"human-id": "^4.1.1",
|
"human-id": "^4.1.1",
|
||||||
|
@ -112,6 +113,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@react-dev-inspector/umi4-plugin": "^2.0.1",
|
"@react-dev-inspector/umi4-plugin": "^2.0.1",
|
||||||
"@redux-devtools/extension": "^3.3.0",
|
"@redux-devtools/extension": "^3.3.0",
|
||||||
|
"@testing-library/jest-dom": "^6.4.5",
|
||||||
"@testing-library/react": "^15.0.7",
|
"@testing-library/react": "^15.0.7",
|
||||||
"@types/file-saver": "^2.0.7",
|
"@types/file-saver": "^2.0.7",
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
|
|
|
@ -3334,10 +3334,6 @@ packages:
|
||||||
aria-query@5.3.0:
|
aria-query@5.3.0:
|
||||||
resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
|
resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==}
|
||||||
|
|
||||||
aria-query@5.3.2:
|
|
||||||
resolution: {integrity: sha512-COROpnaoap1E2F000S62r6A60uHZnmlvomhfyT2DlTcrY1OrBKn2UhH7qn5wTC9zMvD0AY7csdPSNwKP+7WiQw==}
|
|
||||||
engines: {node: '>= 0.4'}
|
|
||||||
|
|
||||||
arr-diff@4.0.0:
|
arr-diff@4.0.0:
|
||||||
resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==}
|
resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==}
|
||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
|
@ -12626,7 +12622,7 @@ snapshots:
|
||||||
'@testing-library/jest-dom@6.6.3':
|
'@testing-library/jest-dom@6.6.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@adobe/css-tools': 4.4.2
|
'@adobe/css-tools': 4.4.2
|
||||||
aria-query: 5.3.2
|
aria-query: 5.3.0
|
||||||
chalk: 3.0.0
|
chalk: 3.0.0
|
||||||
css.escape: 1.5.1
|
css.escape: 1.5.1
|
||||||
dom-accessibility-api: 0.6.3
|
dom-accessibility-api: 0.6.3
|
||||||
|
@ -13794,8 +13790,6 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
dequal: 2.0.3
|
dequal: 2.0.3
|
||||||
|
|
||||||
aria-query@5.3.2: {}
|
|
||||||
|
|
||||||
arr-diff@4.0.0: {}
|
arr-diff@4.0.0: {}
|
||||||
|
|
||||||
arr-flatten@1.1.0: {}
|
arr-flatten@1.1.0: {}
|
||||||
|
|
Loading…
Reference in New Issue