further upgrade babel
This commit is contained in:
parent
f5dac9ea37
commit
d3e47d7d29
14
package.json
14
package.json
|
@ -4,7 +4,7 @@
|
|||
"description": "An HTML5 Mumble client.",
|
||||
"scripts": {
|
||||
"build": "webpack && [ -f dist/config.local.js ] || cp app/config.local.js dist/",
|
||||
"prepublish": "rm -rf dist && npm run build",
|
||||
"prepare": "rm -rf dist && npm run build",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Jonas Herzig <me@johni0702.de>",
|
||||
|
@ -15,13 +15,13 @@
|
|||
"dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.7.7",
|
||||
"@babel/preset-env": "^7.7.7",
|
||||
"@babel/plugin-transform-runtime": "^7.7.6",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/preset-env": "^7.9.0",
|
||||
"@babel/plugin-transform-runtime": "^7.9.0",
|
||||
"@babel/runtime": "^7.9.2",
|
||||
"audio-buffer-utils": "^5.1.2",
|
||||
"audio-context": "^1.0.3",
|
||||
"babel-loader": "^8.0.6",
|
||||
"babel-loader": "^8.1.0",
|
||||
"brfs": "^2.0.2",
|
||||
"bytebuffer": "^5.0.1",
|
||||
"css-loader": "^3.4.0",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"to-arraybuffer": "^1.0.1",
|
||||
"transform-loader": "^0.2.3",
|
||||
"voice-activity-detection": "johni0702/voice-activity-detection#9f8bd90",
|
||||
"webpack": "^4.41.4",
|
||||
"webpack": "^4.42.1",
|
||||
"webpack-cli": "^3.3.10",
|
||||
"webworkify-webpack": "^2.1.5",
|
||||
"libsamplerate.js": "^1.0.0",
|
||||
|
|
Loading…
Reference in a new issue