Skip to content

Commit 4bf7815

Browse files
committed
fix(critical): duplicate event was sending because of using same subject for both JS and Core pub/sub
1 parent 1dc5264 commit 4bf7815

File tree

3 files changed

+923
-863
lines changed

3 files changed

+923
-863
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@
1717
"dependencies": {
1818
"@bufbuild/protobuf": "2.11.0",
1919
"@excalidraw/excalidraw": "0.18.0-d9e8a33",
20-
"@headlessui/react": "2.2.9",
20+
"@headlessui/react": "2.2.10",
2121
"@nats-io/jetstream": "3.3.1",
2222
"@nats-io/nats-core": "3.3.1",
2323
"@reduxjs/toolkit": "2.11.2",
2424
"@twilio/video-processors": "3.1.0",
25-
"axios": "1.14.0",
25+
"axios": "1.15.0",
2626
"clsx": "2.1.1",
2727
"copy-text-to-clipboard": "3.2.2",
2828
"es-toolkit": "1.45.1",
2929
"eventemitter3": "5.0.4",
3030
"framer-motion": "12.38.0",
31-
"i18next": "26.0.3",
31+
"i18next": "26.0.4",
3232
"i18next-browser-languagedetector": "8.2.1",
3333
"i18next-http-backend": "3.0.4",
3434
"idb": "8.0.3",
3535
"livekit-client": "2.18.1",
36-
"marked": "17.0.5",
36+
"marked": "18.0.0",
3737
"mobile-detect": "1.4.5",
3838
"nosleep.js": "0.12.0",
39-
"plugnmeet-protocol-js": "1.2.2-8",
40-
"react": "19.2.4",
39+
"plugnmeet-protocol-js": "1.2.2-15",
40+
"react": "19.2.5",
4141
"react-cool-virtual": "0.7.0",
4242
"react-dnd": "16.0.1",
4343
"react-dnd-html5-backend": "16.0.1",
44-
"react-dom": "19.2.4",
44+
"react-dom": "19.2.5",
4545
"react-draggable": "4.5.0",
4646
"react-hotkeys-hook": "5.2.4",
4747
"react-i18next": "17.0.2",
@@ -55,19 +55,19 @@
5555
"@prettier/plugin-oxc": "0.1.3",
5656
"@tailwindcss/vite": "4.2.2",
5757
"@types/emscripten": "1.41.5",
58-
"@types/node": "25.5.0",
58+
"@types/node": "25.5.2",
5959
"@types/react": "19.2.14",
6060
"@types/react-dom": "19.2.3",
6161
"@types/sanitize-html": "2.16.1",
6262
"@vitejs/plugin-react": "6.0.1",
6363
"husky": "9.1.7",
64-
"oxlint": "1.58.0",
64+
"oxlint": "1.59.0",
6565
"prettier": "3.8.1",
6666
"tailwindcss": "4.2.2",
6767
"typescript": "5.9.3",
68-
"vite": "8.0.3",
68+
"vite": "8.0.8",
6969
"vite-plugin-clean": "2.0.1",
7070
"vite-plugin-oxlint": "2.0.1",
71-
"vite-plugin-static-copy": "4.0.0"
71+
"vite-plugin-static-copy": "4.0.1"
7272
}
7373
}

0 commit comments

Comments
 (0)