Update 3rd party dependencies
Showing
... | ... | @@ -59,7 +59,7 @@ |
"@babel/cli": "^7.10.3", | ||
"@babel/core": "^7.10.5", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", | ||
"@babel/plugin-proposal-optional-chaining": "^7.10.3", | ||
"@babel/plugin-proposal-optional-chaining": "^7.10.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/preset-env": "^7.10.2", | ||
"@converse/headless": "file:src/headless", | ||
... | ... | @@ -74,7 +74,7 @@ |
"clean-webpack-plugin": "^3.0.0", | ||
"copy-webpack-plugin": "^6.0.2", | ||
"css-loader": "^3.5.3", | ||
"dayjs": "1.8.15", | ||
"dayjs": "1.8.30", | ||
"eslint": "^7.3.0", | ||
"eslint-plugin-lodash": "^7.1.0", | ||
"exports-loader": "^0.7.0", | ||
... | ... | @@ -112,9 +112,9 @@ |
"style-loader": "^0.23.1", | ||
"urijs": "^1.19.2", | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11", | ||
"webpack-cli": "^3.3.12", | ||
"webpack-dev-server": "^3.11.0", | ||
"webpack-merge": "^4.2.1", | ||
"webpack-merge": "^5.0.9", | ||
"xss": "^1.0.7" | ||
}, | ||
"dependencies": {} | ||
... | ... |
Please register or sign in to comment