@enigmatry/stylelint-config 17.4.0 → 18.0.0-preview
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enigmatry/stylelint-config",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "18.0.0-preview",
|
|
4
4
|
"author": "Enigmatry",
|
|
5
5
|
"description": "Stylelint shareable config for the Enigmatry style.",
|
|
6
6
|
"homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/stylelint-config#readme",
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"postcss-scss": "^4.0.9",
|
|
17
17
|
"stylelint-config-property-sort-order-smacss": "^10.0.0",
|
|
18
|
-
"@stylistic/stylelint-plugin": "^3.1.
|
|
19
|
-
"stylelint-use-nesting": "^
|
|
18
|
+
"@stylistic/stylelint-plugin": "^3.1.1",
|
|
19
|
+
"stylelint-use-nesting": "^6.0.0",
|
|
20
20
|
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
|
|
21
21
|
"stylelint-file-max-lines": "^1.0.0",
|
|
22
|
-
"stylelint-scss": "^6.
|
|
22
|
+
"stylelint-scss": "^6.10.0",
|
|
23
23
|
"stylelint-group-selectors": "^1.0.10"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"stylelint": "^16.
|
|
26
|
+
"stylelint": "^16.10.0"
|
|
27
27
|
},
|
|
28
28
|
"deprecatedDependencies": {
|
|
29
29
|
"stylelint-selector-no-empty": "1.0.9 is out of support. Add it back to the list if support for Stylelint v16+ is added"
|