Skip to content

Commit

Permalink
Upgrade dependencies (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Oct 22, 2021
1 parent 703e24a commit cd01a35
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 1,472 deletions.
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assets/styles/_sprite.scss
27 changes: 5 additions & 22 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
{
"extends": [
"stylelint-config-recommended"
],
"plugins": [
"stylelint-no-unsupported-browser-features"
],
"extends": ["stylelint-config-recommended", "stylelint-config-standard-scss"],
"plugins": ["stylelint-scss", "stylelint-no-unsupported-browser-features"],
"rules": {
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"function",
"if",
"each",
"include",
"mixin",
"for",
"while",
"else",
"return"
]
}
]
"string-quotes": "single",
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true
}
}
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-mpa",
"version": "3.9.0",
"version": "3.10.0",
"description": "Multi page app setup with webpack",
"scripts": {
"build": "webpack --mode=production",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "MIT",
"dependencies": {
"itscss": "1.6.0"
"itscss": "2.0.0"
},
"devDependencies": {
"@babel/core": "7.15.8",
Expand Down Expand Up @@ -64,9 +64,11 @@
"sass": "1.43.3",
"sass-loader": "12.2.0",
"spritesh": "1.2.1",
"stylelint": "13.13.1",
"stylelint-config-recommended": "5.0.0",
"stylelint": "14.0.0",
"stylelint-config-recommended": "6.0.0",
"stylelint-config-standard-scss": "2.0.0",
"stylelint-no-unsupported-browser-features": "5.0.2",
"stylelint-scss": "4.0.0",
"svgo": "2.7.0",
"webpack": "5.59.1",
"webpack-cli": "4.9.1",
Expand Down
Loading

0 comments on commit cd01a35

Please sign in to comment.