@o3r/stylelint-plugin 10.2.0-prerelease.51 → 10.2.0-prerelease.52

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,8 +9,8 @@ This package is an [Otter Framework Module](https://github.com/AmadeusITGroup/ot
9
9
 
10
10
  ## Description
11
11
 
12
- [![Stable Version](https://img.shields.io/npm/v/@o3r/stylelint-plugin)](https://www.npmjs.com/package/@o3r/stylelint-plugin)
13
- [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/stylelint-plugin?color=green)](https://www.npmjs.com/package/@o3r/stylelint-plugin)
12
+ [![Stable Version](https://img.shields.io/npm/v/@o3r/stylelint-plugin?style=for-the-badge)](https://www.npmjs.com/package/@o3r/stylelint-plugin)
13
+ [![Bundle Size](https://img.shields.io/bundlephobia/min/@o3r/stylelint-plugin?color=green&style=for-the-badge)](https://www.npmjs.com/package/@o3r/stylelint-plugin)
14
14
 
15
15
  In-house stylint plugins to use in your own eslint configuration
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/stylelint-plugin",
3
- "version": "10.2.0-prerelease.51",
3
+ "version": "10.2.0-prerelease.52",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,9 +39,9 @@
39
39
  "@compodoc/compodoc": "^1.1.19",
40
40
  "@nx/eslint-plugin": "~18.1.0",
41
41
  "@nx/jest": "~18.1.0",
42
- "@o3r/build-helpers": "^10.2.0-prerelease.51",
43
- "@o3r/eslint-config-otter": "^10.2.0-prerelease.51",
44
- "@o3r/eslint-plugin": "^10.2.0-prerelease.51",
42
+ "@o3r/build-helpers": "^10.2.0-prerelease.52",
43
+ "@o3r/eslint-config-otter": "^10.2.0-prerelease.52",
44
+ "@o3r/eslint-plugin": "^10.2.0-prerelease.52",
45
45
  "@stylistic/eslint-plugin-ts": "^1.5.4",
46
46
  "@types/jest": "~29.5.2",
47
47
  "@types/node": "^20.0.0",