Skip to content

Commit

Permalink
fix: pnpm-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Jun 2, 2024
1 parent d0e70eb commit d241fc3
Show file tree
Hide file tree
Showing 4 changed files with 1,387 additions and 1,125 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,43 +28,43 @@
"packages/*"
],
"dependencies": {
"libp2p": "^1.3.1",
"libp2p-delegated-peer-routing": "^0.11.1",
"@canvas-js/gossiplog": "^0.8.26",
"@canvas-js/gossiplog": "^0.8.29",
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@chainsafe/libp2p-noise": "^15.0.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@libp2p/bootstrap": "^10.0.17",
"@libp2p/circuit-relay-v2": "^1.0.17",
"@libp2p/crypto": "^4.0.4",
"@libp2p/bootstrap": "^10.0.24",
"@libp2p/circuit-relay-v2": "^1.0.24",
"@libp2p/crypto": "^4.1.2",
"@libp2p/dcutr": "^1.0.21",
"@libp2p/delegated-peer-routing": "^4.0.14",
"@libp2p/echo": "^1.0.1",
"@libp2p/floodsub": "^9.0.14",
"@libp2p/identify": "^1.0.16",
"@libp2p/echo": "^1.0.7",
"@libp2p/floodsub": "^9.0.20",
"@libp2p/identify": "^1.0.21",
"@libp2p/interface-internal": "^1.2.2",
"@libp2p/kad-dht": "^12.0.17",
"@libp2p/mdns": "^10.0.24",
"@libp2p/mplex": "^10.0.17",
"@libp2p/mplex": "^10.0.24",
"@libp2p/peer-collections": "^5.2.2",
"@libp2p/peer-id": "^4.0.9",
"@libp2p/peer-id-factory": "^4.1.1",
"@libp2p/peer-id": "^4.1.2",
"@libp2p/peer-id-factory": "^4.1.2",
"@libp2p/prometheus-metrics": "^3.0.24",
"@libp2p/pubsub-peer-discovery": "^10.0.2",
"@libp2p/simple-metrics": "^1.0.2",
"@libp2p/tls": "^1.0.11",
"@libp2p/webrtc": "^4.0.23",
"@libp2p/websockets": "^8.0.17",
"@multiformats/multiaddr": "^12.2.1",
"@multiformats/multiaddr-matcher": "^1.2.0",
"@libp2p/tls": "^1.0.12",
"@libp2p/webrtc": "^4.0.33",
"@libp2p/websockets": "^8.0.24",
"@multiformats/multiaddr": "^12.2.3",
"@multiformats/multiaddr-matcher": "^1.2.2",
"adapterjs": "^0.15.5",
"cors": "^2.8.5",
"delay": "^6.0.0",
"it-pipe": "^3.0.1",
"kubo-rpc-client": "^4.1.1",
"libp2p": "^1.6.0",
"libp2p-delegated-peer-routing": "^0.11.1",
"lodash-es": "^4.17.21",
"prom-client": "^15.1.2",
"uint8arrays": "^5.0.3",
"uint8arrays": "^5.1.0",
"wrtc": "^0.4.7"
},
"devDependencies": {
Expand All @@ -74,11 +74,11 @@
"@vercel/ncc": "^0.38.1",
"copyfiles": "^2.4.1",
"husky": "^9.0.11",
"nodemon": "^3.1.0",
"pm2": "^5.3.1",
"nodemon": "^3.1.2",
"pm2": "^5.4.0",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
"typescript": "5.4.2",
"vitest": "^1.3.1"
"vitest": "^1.6.0"
}
}
2 changes: 0 additions & 2 deletions packages/web-chat-x-vue/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export {}

declare module 'vue' {
export interface GlobalComponents {
ChatComponent: typeof import('./components/ChatComponent.vue')['default']
ElAside: typeof import('element-plus/es')['ElAside']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
Expand Down Expand Up @@ -52,6 +51,5 @@ declare module 'vue' {
TestDexieComponent: typeof import('./components/TestComponents/TestDexieComponent.vue')['default']
TestEmojiComponent: typeof import('./components/TestComponents/TestEmojiComponent.vue')['default']
TestPeerVideoComponent: typeof import('./components/TestComponents/TestPeerVideoComponent.vue')['default']
VideoAudioComponent: typeof import('./components/VideoAudioComponent.vue')['default']
}
}
Loading

0 comments on commit d241fc3

Please sign in to comment.