Skip to content

Commit df83928

Browse files
authored
Merge pull request #516 from VirtualLiveLab/postcss-html-optional
chore(deps): postcss-html is optional peer deps
2 parents f27879c + 7e626d3 commit df83928

File tree

2 files changed

+13
-24
lines changed

2 files changed

+13
-24
lines changed

packages/stylelint-config/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"postcss-html": "^1.0.0",
3131
"stylelint": "^16.0.0"
3232
},
33+
"peerDependenciesMeta": {
34+
"postcss-html": {
35+
"optional": true
36+
}
37+
},
3338
"dependencies": {
3439
"@double-great/stylelint-a11y": "3.0.4",
3540
"defu": "6.1.4",
@@ -45,7 +50,6 @@
4550
"@types/node": "catalog:",
4651
"@virtual-live-lab/eslint-config": "workspace:*",
4752
"@virtual-live-lab/tsconfig": "workspace:*",
48-
"postcss-html": "1.8.0",
4953
"publint": "catalog:",
5054
"stylelint": "16.20.0",
5155
"tsdown": "catalog:",

pnpm-lock.yaml

Lines changed: 8 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)