@mscharley/eslint-config 3.1.3 → 3.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 3.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 57e7303: fix(deps): update dependency eslint-plugin-react-hooks to ^4.6.2
8
+ - f73ca03: fix(deps): update dependency @stylistic/eslint-plugin to ^1.8.0
9
+ - 07d6174: fix(deps): update typescript-eslint monorepo to ^7.8.0
10
+ - 8c22aed: fix(deps): update dependency @stylistic/eslint-plugin to ^1.8.1
11
+
3
12
  ## 3.1.3
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "publishConfig": {
5
5
  "provenance": true
6
6
  },
@@ -27,9 +27,9 @@
27
27
  },
28
28
  "homepage": "https://github.com/mscharley/node-presets#readme",
29
29
  "peerDependencies": {
30
- "@stylistic/eslint-plugin": "^1.7.2",
31
- "@typescript-eslint/eslint-plugin": "^7.7.1",
32
- "@typescript-eslint/parser": "^7.7.1",
30
+ "@stylistic/eslint-plugin": "^1.8.1",
31
+ "@typescript-eslint/eslint-plugin": "^7.8.0",
32
+ "@typescript-eslint/parser": "^7.8.0",
33
33
  "eslint": "^8.57.0",
34
34
  "eslint-import-resolver-typescript": "^3.6.1",
35
35
  "eslint-plugin-deprecation": "^2.0.0",
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-jest": "^27.9.0",
38
38
  "eslint-plugin-n": "^16.6.2",
39
39
  "eslint-plugin-react": "^7.34.1",
40
- "eslint-plugin-react-hooks": "^4.6.1",
40
+ "eslint-plugin-react-hooks": "^4.6.2",
41
41
  "typescript": "^5.4.5"
42
42
  }
43
43
  }