Skip to content

Commit

Permalink
fix: dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Jan 21, 2025
1 parent 92c5f6d commit 2e55ff9
Show file tree
Hide file tree
Showing 2 changed files with 395 additions and 387 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
"@bufbuild/protobuf": "2.2.3",
"@excalidraw/excalidraw": "0.17.6",
"@headlessui/react": "2.2.0",
"@nats-io/jetstream": "3.0.0-35",
"@nats-io/nats-core": "3.0.0-48",
"@nats-io/jetstream": "3.0.0-36",
"@nats-io/nats-core": "3.0.0-49",
"@reduxjs/toolkit": "2.5.0",
"@tensorflow-models/body-pix": "2.2.1",
"@tensorflow/tfjs": "4.22.0",
"axios": "1.7.9",
"copy-text-to-clipboard": "3.2.0",
"emoji-picker-react": "4.12.0",
"eventemitter3": "5.0.1",
"i18next": "24.2.0",
"i18next": "24.2.1",
"i18next-browser-languagedetector": "8.0.2",
"i18next-http-backend": "3.0.1",
"livekit-client": "2.7.5",
"livekit-client": "2.8.1",
"lodash": "4.17.21",
"microsoft-cognitiveservices-speech-sdk": "1.42.0",
"mobile-detect": "1.4.5",
"nosleep.js": "0.12.0",
"plugnmeet-protocol-js": "1.0.9",
"plugnmeet-protocol-js": "1.0.10",
"react": "18.3.1",
"react-cool-virtual": "0.7.0",
"react-dnd": "16.0.1",
Expand All @@ -46,20 +46,20 @@
"react-i18next": "15.4.0",
"react-player": "2.16.0",
"react-redux": "9.2.0",
"react-toastify": "11.0.2",
"react-toastify": "11.0.3",
"resumablejs": "1.1.0",
"sanitize-html": "2.14.0",
"validator": "13.12.0",
"video.js": "8.21.0"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@eslint/js": "9.18.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.13",
"@types/lodash": "4.17.14",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"@types/sanitize-html": "2.13.0",
Expand All @@ -69,32 +69,32 @@
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-react-refresh": "0.4.18",
"fork-ts-checker-webpack-plugin": "9.0.2",
"globals": "15.14.0",
"html-webpack-plugin": "5.6.3",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"lint-staged": "15.4.1",
"mini-css-extract-plugin": "2.9.2",
"postcss": "8.4.49",
"postcss": "8.5.1",
"postcss-loader": "8.1.1",
"postcss-nested": "7.0.2",
"prettier": "3.4.2",
"react-refresh": "0.14.2",
"react-refresh-typescript": "2.0.9",
"sass": "1.83.0",
"sass": "1.83.4",
"sass-loader": "16.0.4",
"size-limit": "11.1.6",
"style-loader": "4.0.0",
"tailwindcss": "3.4.17",
"terser-webpack-plugin": "5.3.11",
"ts-loader": "9.5.1",
"typescript": "5.7.2",
"typescript-eslint": "8.19.0",
"ts-loader": "9.5.2",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"webpack": "5.97.1",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0",
Expand Down
Loading

0 comments on commit 2e55ff9

Please sign in to comment.