Merge pull request #872 from nextcloud/enh/webpack5
Bump dependencies and webpack 5
This diff is collapsed.
... | ... | @@ -13,7 +13,7 @@ |
"license": "AGPL-3.0", | ||
"private": true, | ||
"scripts": { | ||
"build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.js", | ||
"build": "NODE_ENV=production webpack --progress --config webpack.js", | ||
"dev": "NODE_ENV=development webpack --progress --config webpack.js", | ||
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", | ||
"lint": "eslint --ext .js,.vue src", | ||
... | ... | @@ -51,12 +51,13 @@ |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.13.13", | ||
"@babel/eslint-parser": "^7.13.10", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.13.12", | ||
"@nextcloud/browserslist-config": "^1.0.0", | ||
"@nextcloud/eslint-config": "^3.0.0", | ||
"@nextcloud/eslint-config": "^5.0.0", | ||
"@nextcloud/eslint-plugin": "^2.0.0", | ||
"@nextcloud/webpack-vue-config": "^2.0.0", | ||
"@nextcloud/webpack-vue-config": "^4.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-loader": "^8.2.2", | ||
"css-loader": "^4.3.0", | ||
... | ... | @@ -70,7 +71,7 @@ |
"eslint-plugin-vue": "^7.8.0", | ||
"eslint-webpack-plugin": "^2.5.3", | ||
"file-loader": "^6.2.0", | ||
"node-sass": "^5.0.0", | ||
"sass": "^1.32.8", | ||
"sass-loader": "^10.1.1", | ||
"style-loader": "^2.0.0", | ||
"stylelint": "^13.12.0", | ||
... | ... | @@ -81,8 +82,8 @@ |
"vue-loader": "^15.9.6", | ||
"vue-style-loader": "^4.1.3", | ||
"vue-template-compiler": "^2.6.12", | ||
"webpack": "^4.46.0", | ||
"webpack-cli": "^3.3.12", | ||
"webpack": "^5.28.0", | ||
"webpack-cli": "^4.6.0", | ||
"webpack-merge": "^5.7.3" | ||
} | ||
} |
Please register or sign in to comment