stylelint-config-sweet 6.1.0 → 6.2.0

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/package.json +9 -9
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-config-sweet",
3
- "version": "6.1.0",
3
+ "version": "6.2.0",
4
4
  "description": "Stylelint extendable config for the most sweet-ass CSS and Sass. 🤙🏼",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -22,24 +22,24 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@isnotdefined/stylelint-plugin": "^6.0.0",
25
- "@stylistic/stylelint-config": "^2.0.0",
25
+ "@stylistic/stylelint-config": "^3.0.1",
26
26
  "postcss-html": "^1.8.0",
27
27
  "stylelint-config-html": "^1.1.0",
28
- "stylelint-config-recess-order": "^7.1.0",
28
+ "stylelint-config-recess-order": "^7.3.0",
29
29
  "stylelint-config-standard-scss": "^15.0.1",
30
30
  "stylelint-order": "^7.0.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@vitest/eslint-plugin": "^1.3.4",
34
- "eslint": "^9.30.1",
35
- "eslint-config-sweet": "^27.0.0",
33
+ "@vitest/eslint-plugin": "^1.3.9",
34
+ "eslint": "^9.35.0",
35
+ "eslint-config-sweet": "^29.0.0",
36
36
  "robins-tsconfig": "^2.0.0",
37
- "stylelint": "^16.21.1",
38
- "typescript": "^5.8.3",
37
+ "stylelint": "^16.23.1",
38
+ "typescript": "^5.9.2",
39
39
  "vitest": "^3.2.4"
40
40
  },
41
41
  "peerDependencies": {
42
- "stylelint": "^16"
42
+ "stylelint": "^16.23.1"
43
43
  },
44
44
  "engines": {
45
45
  "node": "^22"
package/readme.md CHANGED
@@ -9,8 +9,8 @@
9
9
 
10
10
  ## Installation
11
11
 
12
- ```sh
13
- npm i stylelint-config-sweet -D
12
+ ```console
13
+ npm install --save-dev stylelint-config-sweet
14
14
  ```
15
15
 
16
16
  ## Usage