Skip to content

Commit

Permalink
Change deps (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi authored Oct 22, 2021
1 parent 77b831d commit 5287cfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To see the rules that this config uses, please read the [config itself](/index.j
## :cd: Installation

```shell
npm install --save-dev stylelint-config-recommended-vue
npm install --save-dev postcss-html stylelint-config-recommended-vue
```

## :book: Usage
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
"preversion": "npm test && git add ."
},
"dependencies": {
"stylelint-config-html": ">=0.0.2",
"stylelint-config-recommended": ">=6.0.0-0"
"stylelint-config-html": ">=1.0.0",
"stylelint-config-recommended": ">=6.0.0"
},
"peerDependencies": {
"stylelint": ">=14.0.0-0"
"stylelint": ">=14.0.0",
"postcss-html": "^1.0.0"
},
"devDependencies": {
"@ota-meshi/eslint-plugin": "^0.10.0",
Expand Down
5 changes: 3 additions & 2 deletions tests/fixtures/integrations/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"version": "1.0.0",
"description": "",
"devDependencies": {
"stylelint": "^14.0.0-0",
"postcss-html": "^1.0.0",
"stylelint": "^14.0.0",
"stylelint-config-recommended-vue": "file:../../../../",
"stylelint-config-recommended": "^6.0.0-0"
"stylelint-config-recommended": "^6.0.0"
},
"engines": {
"node": "^12 || >=14"
Expand Down

0 comments on commit 5287cfb

Please sign in to comment.