Skip to content

Commit

Permalink
feat: up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-marie broca committed Jun 8, 2023
1 parent 4803768 commit f89556a
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 92 deletions.
18 changes: 15 additions & 3 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
"extends": [
"stylelint-config-standard",
"stylelint-config-sass-guidelines",
"stylelint-config-prettier"
"stylelint-config-standard-scss"
],
"ignoreFiles": ["./src/app/styles/font-awesome.min.scss"],
"rules": {
"color-hex-case": "lower",
"declaration-property-value-no-unknown": [
true,
{
"ignoreProperties": {
"background-color": "/.+/"
}
}
],
"color-hex-length": "short",
"max-nesting-depth": 2,
"at-rule-empty-line-before": null,
Expand All @@ -17,6 +24,11 @@
"ignoreTypes": ["/^app-/", "/^ng-/", "/^ng2-/", "/^mat-/"]
}
],
"function-no-unknown": [true, {"ignoreFunctions": ["nth"]}]
"function-no-unknown": [
true,
{
"ignoreFunctions": ["nth"]
}
]
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@angular/material": "14.2.7",
"@angular/platform-browser": "14.3.0",
"@angular/platform-browser-dynamic": "14.3.0",
"@fortawesome/angular-fontawesome": "0.10.2",
"@fortawesome/fontawesome-common-types": "0.2.36",
"@fortawesome/angular-fontawesome": "0.11.1",
"@fortawesome/fontawesome-common-types": "6.1.0",
"@fortawesome/fontawesome-svg-core": "6.1.0",
"@fortawesome/free-regular-svg-icons": "6.1.0",
"@fortawesome/free-solid-svg-icons": "6.1.0",
Expand Down Expand Up @@ -72,10 +72,10 @@
"npm-run-all": "4.1.5",
"postcss": "~8.4",
"postcss-sass": "0.5.0",
"stylelint": "14.16.1",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-config-standard": "26.0.0",
"stylelint": "~15.7",
"stylelint-config-sass-guidelines": "~10.0",
"stylelint-config-standard": "~33.0",
"stylelint-config-standard-scss": "^9.0.0",
"typescript": "~4.6.4"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit f89556a

Please sign in to comment.