@open-turo/eslint-config-typescript 14.0.0 → 14.0.2

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.
@@ -12,7 +12,7 @@ repos:
12
12
  - id: prettier
13
13
  stages: [commit]
14
14
  - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
15
- rev: v9.19.0
15
+ rev: v9.20.0
16
16
  hooks:
17
17
  - id: commitlint
18
18
  stages: [commit-msg]
package/package.json CHANGED
@@ -2,14 +2,14 @@
2
2
  "author": "Turo engineering",
3
3
  "description": "Turo eslint configuration for typescript",
4
4
  "dependencies": {
5
- "@typescript-eslint/eslint-plugin": "8.18.0",
6
- "@typescript-eslint/parser": "8.18.0",
5
+ "@typescript-eslint/eslint-plugin": "8.18.2",
6
+ "@typescript-eslint/parser": "8.18.2",
7
7
  "eslint-config-prettier": "9.1.0",
8
8
  "eslint-import-resolver-typescript": "3.7.0",
9
9
  "eslint-plugin-import": "2.31.0",
10
- "eslint-plugin-jest": "28.9.0",
10
+ "eslint-plugin-jest": "28.10.0",
11
11
  "eslint-plugin-json": "4.0.1",
12
- "eslint-plugin-n": "17.15.0",
12
+ "eslint-plugin-n": "17.15.1",
13
13
  "eslint-plugin-prettier": "5.2.1",
14
14
  "eslint-plugin-simple-import-sort": "12.1.1",
15
15
  "eslint-plugin-sonarjs": "3.0.1",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "repository": "https://github.com/open-turo/eslint-config-typescript",
45
- "version": "14.0.0"
45
+ "version": "14.0.2"
46
46
  }