Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Jun 9, 2024
1 parent 33dfa81 commit 738c64b
Show file tree
Hide file tree
Showing 3 changed files with 1,534 additions and 2,100 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
"libp2p-delegated-peer-routing": "^0.11.1",
"lodash-es": "^4.17.21",
"prom-client": "^15.1.2",
"uint8arrays": "^5.1.0",
"wrtc": "^0.4.7"
"uint8arrays": "^5.1.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/web-chat-x-vue/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ declare module 'vue' {
ElContainer: typeof import('element-plus/es')['ElContainer']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElFooter: typeof import('element-plus/es')['ElFooter']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElHeader: typeof import('element-plus/es')['ElHeader']
Expand Down
Loading

0 comments on commit 738c64b

Please sign in to comment.