mikey-pro 6.2.2 → 6.3.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 +1 -0
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -23,6 +23,7 @@ and modified rules for consistently writing top shelf code_
23
23
  React -
24
24
  Preact -
25
25
  Jest -
26
+ Cypress -
26
27
  Vue -
27
28
  Svelte-
28
29
  Markdown -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mikey-pro",
3
- "version": "6.2.2",
3
+ "version": "6.3.0",
4
4
  "description": "Mikey Pro Style Guide",
5
5
  "dependencies": {
6
6
  "@babel/core": "^7.20.12",
@@ -11,17 +11,18 @@
11
11
  "@cypress/eslint-plugin-json": "^3.2.3",
12
12
  "@html-eslint/eslint-plugin": "^0.15.0",
13
13
  "@html-eslint/parser": "^0.15.0",
14
- "@mikey-pro/eslint-config": "^6.2.1",
14
+ "@mikey-pro/eslint-config": "^6.3.0",
15
15
  "@mikey-pro/prettier-config": "^6.1.1",
16
16
  "@mikey-pro/stylelint-config": "^6.1.1",
17
- "@typescript-eslint/eslint-plugin": "^5.48.0",
18
- "@typescript-eslint/parser": "^5.48.0",
17
+ "@typescript-eslint/eslint-plugin": "^5.48.1",
18
+ "@typescript-eslint/parser": "^5.48.1",
19
19
  "@vue/babel-plugin-jsx": "^1.1.1",
20
20
  "eslint-config-prettier": "^8.6",
21
21
  "eslint-config-react-app": "^7.0.1",
22
22
  "eslint-import-resolver-typescript": "^3.5.2",
23
23
  "eslint-plugin-compat": "^4.0",
24
24
  "eslint-plugin-css-modules": "^2.11",
25
+ "eslint-plugin-cypress": "^2.12.1",
25
26
  "eslint-plugin-disable-autofix": "^3.1.1",
26
27
  "eslint-plugin-jest": "^27.2.1",
27
28
  "eslint-plugin-jsonc": "^2.6.0",