Skip to content

Commit

Permalink
fix/stylelint deps (#18)
Browse files Browse the repository at this point in the history
* fix: mark stylelint rules as dependencies

* chore: changeset
  • Loading branch information
sushichan044 authored Apr 21, 2024
1 parent f207e0c commit 01ee0df
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 60 deletions.
5 changes: 5 additions & 0 deletions .changeset/nice-planes-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@virtual-live-lab/stylelint-config": patch
---

Mark stylelint rules as dependency
13 changes: 6 additions & 7 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,20 @@
"stylelint": "^16.3.1"
},
"dependencies": {
"stylelint": "^16.3.1"
},
"devDependencies": {
"@double-great/stylelint-a11y": "^3.0.2",
"@virtual-live-lab/eslint-config": "workspace:^",
"@virtual-live-lab/tsconfig": "workspace:^",
"postcss-html": "^1.6.0",
"stylelint-a11y": "^1.2.3",
"stylelint": "^16.3.1",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-sass-guidelines": "^11.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
"stylelint-value-no-unknown-custom-properties": "^6.0.1"
},
"devDependencies": {
"@virtual-live-lab/eslint-config": "workspace:^",
"@virtual-live-lab/tsconfig": "workspace:^",
"tsup": "^8.0.2"
},
"license": "MIT",
Expand Down
86 changes: 33 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01ee0df

Please sign in to comment.