Skip to content

Commit

Permalink
Merge pull request #3 from pluswerk/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Kanti authored Oct 29, 2019
2 parents d72a5b5 + a7800b7 commit dae24ce
Show file tree
Hide file tree
Showing 4 changed files with 7,161 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
/.idea
/node_modules
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"dependencies": {
"autoprefixer": "^9.6.1",
"css-loader": "^2.1.1",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"dotenv": "^8.0.0",
"mini-css-extract-plugin": "^0.7.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^10.0.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"stylelint": "^11.1.1",
"stylelint-scss": "^3.6.1",
"stylelint-webpack-plugin": "^0.10.5",
"stylelint-webpack-plugin": "^1.0.3",
"ts-loader": "^6.0.1",
"tslint": "^5.16.0",
"tslint-loader": "^3.5.4",
Expand Down
1 change: 1 addition & 0 deletions webpack.partial.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ module.exports = (runDirectory, settings) => ({
syntax: 'scss',
files: settings.directory.scss.replace(/(\/)$/g, '') + '/**/*.{vue-scss,vue,htm,html,css,sss,less,scss,sass}',
fix: autoFix,
lintDirtyModulesOnly: true
}),
},
rules: {
Expand Down
Loading

0 comments on commit dae24ce

Please sign in to comment.