Skip to content

Commit f81b260

Browse files
committedJan 19, 2020
Updated application template dependencies
1 parent db030ec commit f81b260

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed
 

‎src/templates/application/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@babel/preset-env": "^7.2.3",
1616
"@babel/runtime": "^7.2.0",
1717
"babel-loader": "^8.0.5",
18-
"css-loader": "^2.1.0",
19-
"eslint": "^5.12.1",
20-
"mini-css-extract-plugin": "^0.6.0",
18+
"css-loader": "^3.4.2",
19+
"eslint": "^6.8.0",
20+
"mini-css-extract-plugin": "^0.9.0",
2121
"node-sass": "^4.11.0",
2222
"optimize-css-assets-webpack-plugin": "^5.0.1",
23-
"sass-loader": "^7.1.0",
24-
"stylelint": "^10.0.1",
25-
"stylelint-config-standard": "^18.2.0",
23+
"sass-loader": "^8.0.2",
24+
"stylelint": "^13.0.0",
25+
"stylelint-config-standard": "^19.0.0",
2626
"stylelint-scss": "^3.5.1",
2727
"webpack": "^4.28.4",
2828
"webpack-cli": "^3.2.1"

‎src/templates/application/webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ module.exports = {
4747
{
4848
loader: 'sass-loader',
4949
options: {
50-
minimize,
5150
sourceMap: true
5251
}
5352
}

‎src/templates/iframe-application/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/runtime": "^7.2.0",
1616
"babel-loader": "^8.0.5",
1717
"copy-webpack-plugin": "^5.0.2",
18-
"eslint": "^5.12.1",
18+
"eslint": "^6.8.0",
1919
"webpack": "^4.28.4",
2020
"webpack-cli": "^3.2.1"
2121
},

0 commit comments

Comments
 (0)
Please sign in to comment.