mumble-web icon indicating copy to clipboard operation
mumble-web copied to clipboard

package.json : Dependencies is is out of date

Open Tofdu31 opened this issue 5 years ago • 0 comments

Hi Johni0702, Thank a lot for your job and help. But, it's possible to update the Dependencies ? https://github.com/Johni0702/mumble-web/blob/master/package.json I test to update , but the build is broken.

I check the version of dependencies in package.json This is the news version :

  "devDependencies": {
    "audio-buffer-utils": "^5.1.2",
    "audio-context": "^1.0.3",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.0.6",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-runtime": "^6.26.0",
    "brfs": "^2.0.2",
    "bytebuffer": "^5.0.1",
    "css-loader": "^3.2.0",
    "dompurify": "^2.0.7",
    "drop-stream": "^1.0.0",
    "duplex-maker": "^1.0.0",
    "extract-loader": "^3.1.0",
    "file-loader": "^4.2.0",
    "getusermedia": "^2.0.1",
    "html-loader": "^0.5.5",
    "json-loader": "^0.5.7",
    "keyboardjs": "^2.5.1",
    "knockout": "^3.5.1",
    "lodash.assign": "^4.2.0",
    "microphone-stream": "^5.0.1",
    "node-sass": "^4.13.0",
    "raw-loader": "^3.1.0",
    "regexp-replace-loader": "0.0.1",
    "sass-loader": "^8.0.0",
    "stream-chunker": "^1.2.8",
    "subworkers": "^1.0.1",
    "to-arraybuffer": "^1.0.1",
    "transform-loader": "^0.2.4",
    "voice-activity-detection": "johni0702/voice-activity-detection#9f8bd90",
    "webpack": "^4.41.2",
    "webworkify-webpack": "^2.1.5",
    "libsamplerate.js": "^1.0.0",
    "mumble-client-codecs-browser": "^1.2.0",
    "mumble-client-websocket": "^1.0.0",
    "mumble-client": "^1.3.0",
    "web-audio-buffer-queue": "^1.1.0"

Be careful because babel-preset-es2015": "^6.14.0 is finished and replace with : babel-preset-env": "^1.7.0", I check here : https://www.npmjs.com/

Thank a lot

Tof

Tofdu31 avatar Nov 17 '19 21:11 Tofdu31