@wistia/eslint-config 0.22.3 → 0.22.4
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 +30 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wistia/eslint-config",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.4",
|
|
4
4
|
"description": "Wistia's ESLint configurations",
|
|
5
5
|
"main": "react.js",
|
|
6
6
|
"exports": {
|
|
@@ -30,54 +30,57 @@
|
|
|
30
30
|
"test:stylelint": "stylelint --print-config ./test/index.js"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@babel/core": "^7.22.
|
|
34
|
-
"@babel/eslint-parser": "^7.22.
|
|
35
|
-
"@babel/preset-react": "^7.22.
|
|
36
|
-
"@rushstack/eslint-patch": "^1.3.
|
|
33
|
+
"@babel/core": "^7.22.18",
|
|
34
|
+
"@babel/eslint-parser": "^7.22.15",
|
|
35
|
+
"@babel/preset-react": "^7.22.15",
|
|
36
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
37
37
|
"@testing-library/dom": "^9.3.1",
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
39
|
-
"@typescript-eslint/parser": "^6.
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^6.7.0",
|
|
39
|
+
"@typescript-eslint/parser": "^6.7.0",
|
|
40
40
|
"confusing-browser-globals": "^1.0.11",
|
|
41
|
-
"eslint": "^8.
|
|
41
|
+
"eslint": "^8.49.0",
|
|
42
42
|
"eslint-config-prettier": "^9.0.0",
|
|
43
|
-
"eslint-import-resolver-typescript": "^3.
|
|
43
|
+
"eslint-import-resolver-typescript": "^3.6.0",
|
|
44
44
|
"eslint-plugin-better-styled-components": "^1.1.2",
|
|
45
|
-
"eslint-plugin-cypress": "^2.
|
|
45
|
+
"eslint-plugin-cypress": "^2.14.0",
|
|
46
46
|
"eslint-plugin-filenames": "^1.3.2",
|
|
47
|
-
"eslint-plugin-import": "^2.
|
|
47
|
+
"eslint-plugin-import": "^2.28.1",
|
|
48
48
|
"eslint-plugin-jest": "^27.2.3",
|
|
49
|
-
"eslint-plugin-jest-dom": "^5.0
|
|
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.7.0",
|
|
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",
|
|
55
55
|
"eslint-plugin-node": "^11.1.0",
|
|
56
56
|
"eslint-plugin-prettier": "^5.0.0",
|
|
57
57
|
"eslint-plugin-promise": "^6.1.1",
|
|
58
|
-
"eslint-plugin-react": "^7.
|
|
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.
|
|
62
|
-
"eslint-plugin-styled-components-a11y": "^2.1.
|
|
63
|
-
"eslint-plugin-testing-library": "^6.0.
|
|
64
|
-
"postcss": "^8.4.
|
|
65
|
-
"postcss-scss": "^4.0.
|
|
61
|
+
"eslint-plugin-storybook": "^0.6.13",
|
|
62
|
+
"eslint-plugin-styled-components-a11y": "^2.1.31",
|
|
63
|
+
"eslint-plugin-testing-library": "^6.0.1",
|
|
64
|
+
"postcss": "^8.4.29",
|
|
65
|
+
"postcss-scss": "^4.0.8",
|
|
66
66
|
"postcss-styled-syntax": "^0.5.0",
|
|
67
|
-
"prettier": "^3.0.
|
|
68
|
-
"stylelint": "^15.10.
|
|
67
|
+
"prettier": "^3.0.3",
|
|
68
|
+
"stylelint": "^15.10.3",
|
|
69
69
|
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
|
|
70
|
-
"stylelint-prettier": "^4.0.
|
|
71
|
-
"stylelint-scss": "^5.0
|
|
70
|
+
"stylelint-prettier": "^4.0.2",
|
|
71
|
+
"stylelint-scss": "^5.1.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@commitlint/cli": "^17.
|
|
75
|
-
"@commitlint/config-conventional": "^17.
|
|
74
|
+
"@commitlint/cli": "^17.7.1",
|
|
75
|
+
"@commitlint/config-conventional": "^17.7.0",
|
|
76
76
|
"check-export-map": "^1.3.0",
|
|
77
77
|
"husky": "^8.0.3",
|
|
78
|
-
"jest": "^29.
|
|
78
|
+
"jest": "^29.7.0",
|
|
79
79
|
"jest-specific-snapshot": "^8.0.0",
|
|
80
|
-
"typescript": "
|
|
80
|
+
"typescript": "5.1.6"
|
|
81
|
+
},
|
|
82
|
+
"resolutions": {
|
|
83
|
+
"@babel/types": "7.22.17"
|
|
81
84
|
},
|
|
82
85
|
"engines": {
|
|
83
86
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|