Skip to content

Commit

Permalink
Update linters (#2726)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored Jul 25, 2023
1 parent 4412706 commit ab2a83c
Show file tree
Hide file tree
Showing 3 changed files with 924 additions and 2,200 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
"core-js": "^3.21.1",
"cors": "^2.8.5",
"dialog-polyfill": "^0.5.6",
"eslint": "^5.9.0",
"eslint": "^8.45.0",
"eslint-cli": "^1.1.1",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"express": "^4.17.1",
"front-matter": "^4.0.2",
"fs-extra": "^10.0.0",
Expand Down Expand Up @@ -115,17 +115,17 @@
"postcss": "^8.3.5",
"postcss-url": "^8.0.0",
"prepend-file": "^1.3.1",
"prettier": "^1.15.2",
"prettier": "^3.0.0",
"puppeteer": "^13.5.1",
"remark-cli": "^11.0.0",
"remark-lint": "^9.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"replace-in-file": "^6.1.0",
"stylelint": "^13.11.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.19.0",
"stylelint": "^15.10.1",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.0.1",
"through2": "^4.0.2",
"tick-manager": "^1.0.3",
"url-search-params-polyfill": "^5.0.0",
Expand All @@ -140,8 +140,7 @@
"access": "public"
},
"resolutions": {
"minimist": "^1.2.5",
"**/@percy/agent": "^0.28.6"
"minimist": "^1.2.5"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion src/scss/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ details > summary {
}

.ons-hero {
color-adjust: exact;
print-color-adjust: exact;
}

.ons-grid__col {
Expand Down
Loading

0 comments on commit ab2a83c

Please sign in to comment.