Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 2, 2024
1 parent 02365ee commit 4e47bf6
Show file tree
Hide file tree
Showing 5 changed files with 370 additions and 314 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,51 @@
"size-limit": "pnpm run build && size-limit --json"
},
"dependencies": {
"@bufbuild/protobuf": "2.2.0",
"@bufbuild/protobuf": "2.2.2",
"@excalidraw/excalidraw": "0.17.6",
"@headlessui/react": "2.1.10",
"@nats-io/jetstream": "3.0.0-15",
"@nats-io/nats-core": "3.0.0-30",
"@headlessui/react": "2.2.0",
"@nats-io/jetstream": "3.0.0-22",
"@nats-io/nats-core": "3.0.0-34",
"@reduxjs/toolkit": "2.3.0",
"@tensorflow-models/body-pix": "2.2.1",
"@tensorflow/tfjs": "4.22.0",
"axios": "1.7.7",
"copy-text-to-clipboard": "3.2.0",
"emoji-picker-react": "4.12.0",
"eventemitter3": "5.0.1",
"i18next": "23.16.2",
"i18next": "23.16.4",
"i18next-browser-languagedetector": "8.0.0",
"i18next-http-backend": "2.6.2",
"livekit-client": "2.5.9",
"livekit-client": "2.6.0",
"lodash": "4.17.21",
"microsoft-cognitiveservices-speech-sdk": "1.41.0",
"mobile-detect": "1.4.5",
"nosleep.js": "0.12.0",
"plugnmeet-protocol-js": "1.0.7-rc.4",
"plugnmeet-protocol-js": "1.0.7-rc.5",
"react": "18.3.1",
"react-cool-virtual": "0.7.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-draggable": "npm:@tdaniil/react-draggable@5.0.1",
"react-hotkeys-hook": "4.5.1",
"react-hotkeys-hook": "4.6.1",
"react-i18next": "15.1.0",
"react-player": "2.16.0",
"react-redux": "9.1.2",
"react-toastify": "10.0.6",
"resumablejs": "1.1.0",
"sanitize-html": "2.13.1",
"validator": "13.12.0",
"video.js": "8.18.1"
"video.js": "8.19.1"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.14.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@size-limit/preset-app": "11.1.6",
"@tensorflow/tfjs-backend-webgl": "4.22.0",
"@tensorflow/tfjs-core": "4.22.0",
"@types/emscripten": "1.39.13",
"@types/lodash": "4.17.12",
"@types/lodash": "4.17.13",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/sanitize-html": "2.13.0",
Expand All @@ -69,33 +69,33 @@
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"eslint": "9.13.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.13",
"eslint-plugin-react-refresh": "0.4.14",
"fork-ts-checker-webpack-plugin": "9.0.2",
"globals": "15.11.0",
"html-webpack-plugin": "5.6.3",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"mini-css-extract-plugin": "2.9.1",
"mini-css-extract-plugin": "2.9.2",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
"postcss-nested": "6.2.0",
"postcss-nested": "7.0.2",
"prettier": "3.3.3",
"react-refresh": "0.14.2",
"react-refresh-typescript": "2.0.9",
"sass": "1.80.3",
"sass-loader": "16.0.2",
"sass": "1.80.6",
"sass-loader": "16.0.3",
"size-limit": "11.1.6",
"style-loader": "4.0.0",
"tailwindcss": "3.4.14",
"terser-webpack-plugin": "5.3.10",
"ts-loader": "9.5.1",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0",
"webpack": "5.95.0",
"typescript-eslint": "8.12.2",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-merge": "6.0.1"
Expand Down
Loading

0 comments on commit 4e47bf6

Please sign in to comment.