mikey-pro 6.6.6 → 6.6.8
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 +27 -27
package/package.json
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mikey-pro",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.8",
|
|
4
4
|
"description": "Mikey Pro Style Guide",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@babel/core": "^7.23.
|
|
7
|
-
"@babel/eslint-parser": "^7.
|
|
8
|
-
"@babel/eslint-plugin": "^7.
|
|
9
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
|
6
|
+
"@babel/core": "^7.23.6",
|
|
7
|
+
"@babel/eslint-parser": "^7.23",
|
|
8
|
+
"@babel/eslint-plugin": "^7.23",
|
|
9
|
+
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
10
10
|
"@babel/preset-env": "^7.23",
|
|
11
|
-
"@babel/preset-react": "^7.
|
|
11
|
+
"@babel/preset-react": "^7.23.3",
|
|
12
12
|
"@cypress/eslint-plugin-json": "^3.2.3",
|
|
13
|
-
"@html-eslint/eslint-plugin": "^0.
|
|
14
|
-
"@html-eslint/parser": "^0.
|
|
13
|
+
"@html-eslint/eslint-plugin": "^0.22.0",
|
|
14
|
+
"@html-eslint/parser": "^0.22.0",
|
|
15
15
|
"@mikey-pro/eslint-config": "^6.6.4",
|
|
16
16
|
"@mikey-pro/prettier-config": "^6.6.4",
|
|
17
17
|
"@mikey-pro/stylelint-config": "^6.6.4",
|
|
18
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
19
|
-
"@typescript-eslint/parser": "^6.
|
|
18
|
+
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
|
19
|
+
"@typescript-eslint/parser": "^6.15.0",
|
|
20
20
|
"@vue/babel-plugin-jsx": "^1.1.5",
|
|
21
|
-
"eslint": "^8.
|
|
22
|
-
"eslint-config-prettier": "^9.
|
|
23
|
-
"eslint-config-react-app-bump": "^1.0.
|
|
21
|
+
"eslint": "^8.56.0",
|
|
22
|
+
"eslint-config-prettier": "^9.1",
|
|
23
|
+
"eslint-config-react-app-bump": "^1.0.19",
|
|
24
24
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
25
25
|
"eslint-plugin-compat": "^4.2",
|
|
26
|
-
"eslint-plugin-css-modules": "^2.
|
|
26
|
+
"eslint-plugin-css-modules": "^2.12",
|
|
27
27
|
"eslint-plugin-cypress": "^2.15.1",
|
|
28
|
-
"eslint-plugin-disable-autofix": "^4.0
|
|
29
|
-
"eslint-plugin-jest": "^27.
|
|
30
|
-
"eslint-plugin-jsonc": "^2.
|
|
28
|
+
"eslint-plugin-disable-autofix": "^4.1.0",
|
|
29
|
+
"eslint-plugin-jest": "^27.6.0",
|
|
30
|
+
"eslint-plugin-jsonc": "^2.11.2",
|
|
31
31
|
"eslint-plugin-markdownlint": "^0.5.0",
|
|
32
|
-
"eslint-plugin-n": "^16.
|
|
32
|
+
"eslint-plugin-n": "^16.5.0",
|
|
33
33
|
"eslint-plugin-only-warn": "^1.1.0",
|
|
34
|
-
"eslint-plugin-prettier": "^5.
|
|
34
|
+
"eslint-plugin-prettier": "^5.1",
|
|
35
35
|
"eslint-plugin-promise": "^6.1.1",
|
|
36
|
-
"eslint-plugin-svelte": "^2.
|
|
37
|
-
"eslint-plugin-toml": "^0.
|
|
38
|
-
"eslint-plugin-unicorn": "^
|
|
39
|
-
"eslint-plugin-vue": "^9.
|
|
36
|
+
"eslint-plugin-svelte": "^2.35.1",
|
|
37
|
+
"eslint-plugin-toml": "^0.8.0",
|
|
38
|
+
"eslint-plugin-unicorn": "^50.0.1",
|
|
39
|
+
"eslint-plugin-vue": "^9.19",
|
|
40
40
|
"eslint-plugin-yaml": "^0.5.0",
|
|
41
|
-
"postcss": "^8.4.
|
|
41
|
+
"postcss": "^8.4.32",
|
|
42
42
|
"postcss-scss": "^4.0.9",
|
|
43
|
-
"prettier": "^3.
|
|
44
|
-
"stylelint": "^
|
|
45
|
-
"svelte": "^4.2.
|
|
43
|
+
"prettier": "^3.1.1",
|
|
44
|
+
"stylelint": "^16.0.2",
|
|
45
|
+
"svelte": "^4.2.8",
|
|
46
46
|
"svelte-eslint-parser": "^0.33.1",
|
|
47
47
|
"vue-eslint-parser": "^9.3"
|
|
48
48
|
},
|