mikey-pro 7.1.2 → 7.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/README.md +6 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -20,11 +20,9 @@ _A curated compilation of packages, plugins, style guides, custom configurations
20
20
  <tbody>
21
21
  <tr>
22
22
  <td valign="top">
23
- TypeScript
24
- <br>
25
23
  JavaScript
26
24
  <br>
27
- Markdown
25
+ TypeScript
28
26
  <br>
29
27
  HTML
30
28
  <br>
@@ -34,6 +32,10 @@ _A curated compilation of packages, plugins, style guides, custom configurations
34
32
  <br>
35
33
  LESS
36
34
  <br>
35
+ Markdown
36
+ <br>
37
+ YAML
38
+ <br>
37
39
  JSON
38
40
  <br>
39
41
  JSONC
@@ -43,8 +45,6 @@ _A curated compilation of packages, plugins, style guides, custom configurations
43
45
  <td valign="top">
44
46
  React
45
47
  <br>
46
- Preact
47
- <br>
48
48
  Svelte
49
49
  <br>
50
50
  Vue
@@ -54,6 +54,7 @@ _A curated compilation of packages, plugins, style guides, custom configurations
54
54
  Cypress
55
55
  </td>
56
56
  </tr>
57
+
57
58
  </tbody>
58
59
  </table>
59
60
  </div>
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "mikey-pro",
3
- "version": "7.1.2",
3
+ "version": "7.2.0",
4
4
  "description": "Mikey Pro Style Guide",
5
5
  "dependencies": {
6
- "@mikey-pro/eslint-config": "^7.1.1",
6
+ "@mikey-pro/eslint-config": "^7.2.0",
7
7
  "@mikey-pro/prettier-config": "^7.0.0",
8
8
  "@mikey-pro/stylelint-config": "^7.1.1",
9
- "eslint": "^8.56.0",
9
+ "eslint": "^8.57.0",
10
10
  "prettier": "^3.2.5",
11
11
  "stylelint": "^16.2.1"
12
12
  },