0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Merge pull request #2915 from naturalcrit/dependabot/npm_and_yarn/stylelint-config-recommended-13.0.0

Bump stylelint-config-recommended from 12.0.0 to 13.0.0
This commit is contained in:
Trevor Buckner
2023-07-06 14:41:05 -04:00
committed by GitHub
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View File

@@ -56,7 +56,7 @@
"postcss-less": "^6.0.0",
"stylelint": "^15.10.0",
"stylelint-config-recess-order": "^4.2.0",
"stylelint-config-recommended": "^12.0.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-stylistic": "^0.4.2",
"supertest": "^6.3.3"
},
@@ -15826,12 +15826,15 @@
}
},
"node_modules/stylelint-config-recommended": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-12.0.0.tgz",
"integrity": "sha512-x6x8QNARrGO2sG6iURkzqL+Dp+4bJorPMMRNPScdvaUK8PsynriOcMW7AFDKqkWAS5wbue/u8fUT/4ynzcmqdQ==",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz",
"integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==",
"dev": true,
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"peerDependencies": {
"stylelint": "^15.5.0"
"stylelint": "^15.10.0"
}
},
"node_modules/stylelint-order": {

View File

@@ -124,7 +124,7 @@
"postcss-less": "^6.0.0",
"stylelint": "^15.10.0",
"stylelint-config-recess-order": "^4.2.0",
"stylelint-config-recommended": "^12.0.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-stylistic": "^0.4.2",
"supertest": "^6.3.3"
}