@db-ux/core-stylelint 4.2.1 → 4.2.2-css-selectors-792dad7
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/CHANGELOG.md +5 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/core-stylelint",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2-css-selectors-792dad7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Ensures DB UX styles are used correctly",
|
|
6
6
|
"repository": {
|
|
@@ -31,9 +31,6 @@
|
|
|
31
31
|
"copy:readme": "cpr README.md ../../build-outputs/stylelint/README.md -o",
|
|
32
32
|
"test": "vitest run --config vitest.config.ts"
|
|
33
33
|
},
|
|
34
|
-
"peerDependencies": {
|
|
35
|
-
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
36
|
-
},
|
|
37
34
|
"devDependencies": {
|
|
38
35
|
"postcss": "8.5.6",
|
|
39
36
|
"postcss-html": "1.8.0",
|
|
@@ -43,6 +40,9 @@
|
|
|
43
40
|
"typescript": "5.9.3",
|
|
44
41
|
"vitest": "3.2.4"
|
|
45
42
|
},
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
45
|
+
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"registry": "https://registry.npmjs.org/",
|
|
48
48
|
"access": "public"
|