@newhighsco/stylelint-config 4.0.18 → 4.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -12,7 +12,7 @@ yarn add -D stylelint @newhighsco/stylelint-config
12
12
 
13
13
  ### Prettier
14
14
 
15
- `@newhighsco/stylelint-config` should be used in conjunction with [Prettier](https://prettier.io/). See the [`@newhighsco/prettier-config` installation guide](https://github.com/newhighsco/prettier-config#installation) for more details.
15
+ `@newhighsco/stylelint-config` should be used in conjunction with [Prettier](https://prettier.io/). See the [`@newhighsco/prettier-config` installation guide](../prettier-config#installation) for more details.
16
16
 
17
17
  ## Usage
18
18
  New High Score stylelint rules come bundled in `@newhighsco/stylelint-config`. To enable these rules, add a `stylelint` property in your `package.json`. See the [stylelint configuration docs](https://stylelint.io/user-guide/configuration/) for more details.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@newhighsco/stylelint-config",
3
3
  "description": "New High Score shareable config for stylelint",
4
- "version": "4.0.18",
4
+ "version": "4.0.19",
5
5
  "author": "New High Score",
6
6
  "license": "ISC",
7
7
  "private": false,
@@ -23,15 +23,15 @@
23
23
  "stylelint-config-css-modules": "4.5.1",
24
24
  "stylelint-config-prettier": "9.0.5",
25
25
  "stylelint-config-standard-scss": "16.0.0",
26
- "stylelint-order": "7.0.0",
26
+ "stylelint-order": "7.0.1",
27
27
  "stylelint-prettier": "5.0.3"
28
28
  },
29
29
  "devDependencies": {
30
- "stylelint": "16.24.0",
30
+ "stylelint": "16.26.1",
31
31
  "stylelint-junit-formatter": "0.2.2"
32
32
  },
33
33
  "peerDependencies": {
34
- "prettier": "3.6.2",
35
- "stylelint": "16.24.0"
34
+ "prettier": "3.8.0",
35
+ "stylelint": "16.26.1"
36
36
  }
37
37
  }