@cabify/eslint-config 2.1.3 → 2.1.4-beta.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.
- package/CHANGELOG.md +8 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.1.4] - 2024-09-12
|
|
11
|
+
|
|
12
|
+
- Fixing dependencies not published properly in `v2.1.3`.
|
|
13
|
+
|
|
14
|
+
## [2.1.3] - 2024-09-12
|
|
15
|
+
|
|
16
|
+
- Updating eslint-plugin dependencies.
|
|
17
|
+
|
|
10
18
|
## [2.1.2] - 2024-09-12
|
|
11
19
|
|
|
12
20
|
- Updating typescript-eslint dependencies.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cabify/eslint-config",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4-beta.0",
|
|
4
4
|
"description": "ESLint config for Cabify Javascript projects",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "echo 'No build to perform'",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"@typescript-eslint/parser": "^8.4.0",
|
|
45
45
|
"confusing-browser-globals": "^1.0.10",
|
|
46
46
|
"eslint-config-prettier": "^9.1.0",
|
|
47
|
-
"eslint-plugin-import": "^2.
|
|
48
|
-
"eslint-plugin-jest": "^
|
|
49
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
50
|
-
"eslint-plugin-lodash": "^
|
|
51
|
-
"eslint-plugin-prettier": "^5.1
|
|
52
|
-
"eslint-plugin-react": "^7.
|
|
53
|
-
"eslint-plugin-react-hooks": "^4.
|
|
54
|
-
"eslint-plugin-simple-import-sort": "^12.
|
|
47
|
+
"eslint-plugin-import": "^2.30.0",
|
|
48
|
+
"eslint-plugin-jest": "^28.8.3",
|
|
49
|
+
"eslint-plugin-jsx-a11y": "^6.10.0",
|
|
50
|
+
"eslint-plugin-lodash": "^8.0.0",
|
|
51
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
52
|
+
"eslint-plugin-react": "^7.36.0",
|
|
53
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
54
|
+
"eslint-plugin-simple-import-sort": "^12.1.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"eslint": ">= 8.0.1",
|