Skip to content

Commit

Permalink
Upgrade packages (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptex committed Oct 24, 2021
1 parent d838aff commit 67a3a84
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 1,340 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-ts",
"version": "3.9.1",
"version": "3.10.0",
"description": "Multi page app setup with webpack",
"scripts": {
"build": "webpack --mode=production",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@types/cssnano": "4.0.1",
"@types/extract-text-webpack-plugin": "3.0.6",
"@types/mini-css-extract-plugin": "2.4.0",
"@types/node": "16.4.13",
"@types/node": "16.11.4",
"@types/postcss-flexbugs-fixes": "4.2.1",
"@types/postcss-url": "8.0.2",
"@types/svgo": "2.6.0",
Expand Down Expand Up @@ -78,9 +78,11 @@
"sass-loader": "12.2.0",
"source-map-loader": "3.0.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",
"ts-loader": "9.2.6",
"typescript": "4.4.4",
Expand Down
Loading

0 comments on commit 67a3a84

Please sign in to comment.