@wistia/eslint-config 0.22.4 → 0.22.6
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 +17 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/eslint-config",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.6",
|
|
4
4
|
"description": "Wistia's ESLint configurations",
|
|
5
5
|
"main": "react.js",
|
|
6
6
|
"exports": {
|
|
@@ -30,25 +30,25 @@
|
|
|
30
30
|
"test:stylelint": "stylelint --print-config ./test/index.js"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@babel/core": "^7.
|
|
33
|
+
"@babel/core": "^7.23.0",
|
|
34
34
|
"@babel/eslint-parser": "^7.22.15",
|
|
35
35
|
"@babel/preset-react": "^7.22.15",
|
|
36
|
-
"@rushstack/eslint-patch": "^1.
|
|
37
|
-
"@testing-library/dom": "^9.3.
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
39
|
-
"@typescript-eslint/parser": "^6.7.
|
|
36
|
+
"@rushstack/eslint-patch": "^1.5.1",
|
|
37
|
+
"@testing-library/dom": "^9.3.3",
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
39
|
+
"@typescript-eslint/parser": "^6.7.5",
|
|
40
40
|
"confusing-browser-globals": "^1.0.11",
|
|
41
|
-
"eslint": "^8.
|
|
41
|
+
"eslint": "^8.51.0",
|
|
42
42
|
"eslint-config-prettier": "^9.0.0",
|
|
43
|
-
"eslint-import-resolver-typescript": "^3.6.
|
|
43
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
44
44
|
"eslint-plugin-better-styled-components": "^1.1.2",
|
|
45
|
-
"eslint-plugin-cypress": "^2.
|
|
45
|
+
"eslint-plugin-cypress": "^2.15.1",
|
|
46
46
|
"eslint-plugin-filenames": "^1.3.2",
|
|
47
47
|
"eslint-plugin-import": "^2.28.1",
|
|
48
|
-
"eslint-plugin-jest": "^27.2
|
|
48
|
+
"eslint-plugin-jest": "^27.4.2",
|
|
49
49
|
"eslint-plugin-jest-dom": "^5.1.0",
|
|
50
50
|
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
51
|
-
"eslint-plugin-jsdoc": "^46.
|
|
51
|
+
"eslint-plugin-jsdoc": "^46.8.2",
|
|
52
52
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
53
53
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
54
54
|
"eslint-plugin-no-snapshot-testing": "^1.0.61",
|
|
@@ -58,20 +58,20 @@
|
|
|
58
58
|
"eslint-plugin-react": "^7.33.2",
|
|
59
59
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
60
60
|
"eslint-plugin-sonarjs": "^0.21.0",
|
|
61
|
-
"eslint-plugin-storybook": "^0.6.
|
|
61
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
62
62
|
"eslint-plugin-styled-components-a11y": "^2.1.31",
|
|
63
|
-
"eslint-plugin-testing-library": "^6.0.
|
|
64
|
-
"postcss": "^8.4.
|
|
65
|
-
"postcss-scss": "^4.0.
|
|
63
|
+
"eslint-plugin-testing-library": "^6.0.2",
|
|
64
|
+
"postcss": "^8.4.31",
|
|
65
|
+
"postcss-scss": "^4.0.9",
|
|
66
66
|
"postcss-styled-syntax": "^0.5.0",
|
|
67
67
|
"prettier": "^3.0.3",
|
|
68
68
|
"stylelint": "^15.10.3",
|
|
69
69
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
70
70
|
"stylelint-prettier": "^4.0.2",
|
|
71
|
-
"stylelint-scss": "^5.1
|
|
71
|
+
"stylelint-scss": "^5.2.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@commitlint/cli": "^17.7.
|
|
74
|
+
"@commitlint/cli": "^17.7.2",
|
|
75
75
|
"@commitlint/config-conventional": "^17.7.0",
|
|
76
76
|
"check-export-map": "^1.3.0",
|
|
77
77
|
"husky": "^8.0.3",
|
|
@@ -79,9 +79,6 @@
|
|
|
79
79
|
"jest-specific-snapshot": "^8.0.0",
|
|
80
80
|
"typescript": "5.1.6"
|
|
81
81
|
},
|
|
82
|
-
"resolutions": {
|
|
83
|
-
"@babel/types": "7.22.17"
|
|
84
|
-
},
|
|
85
82
|
"engines": {
|
|
86
83
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
87
84
|
},
|