@open-turo/eslint-config 9.0.0 → 9.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,12 +12,12 @@ 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]
19
19
  additional_dependencies: ["@open-turo/commitlint-config-conventional"]
20
20
  - repo: https://github.com/rhysd/actionlint
21
- rev: v1.7.4
21
+ rev: v1.7.6
22
22
  hooks:
23
23
  - id: actionlint
package/package.json CHANGED
@@ -5,10 +5,10 @@
5
5
  "eslint-config-airbnb-base": "15.0.0",
6
6
  "eslint-config-prettier": "9.1.0",
7
7
  "eslint-plugin-import": "2.31.0",
8
- "eslint-plugin-jest": "28.9.0",
8
+ "eslint-plugin-jest": "28.11.0",
9
9
  "eslint-plugin-json": "4.0.1",
10
- "eslint-plugin-n": "17.15.0",
11
- "eslint-plugin-prettier": "5.2.1",
10
+ "eslint-plugin-n": "17.15.1",
11
+ "eslint-plugin-prettier": "5.2.2",
12
12
  "eslint-plugin-simple-import-sort": "12.1.1",
13
13
  "eslint-plugin-sonarjs": "3.0.1",
14
14
  "eslint-plugin-sort-destructure-keys": "2.0.0",
@@ -39,5 +39,5 @@
39
39
  "lint": "echo noop",
40
40
  "test": "jest test.js"
41
41
  },
42
- "version": "9.0.0"
42
+ "version": "9.0.2"
43
43
  }