@mscharley/eslint-config 3.0.2 → 3.0.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 +15 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 3.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - e680f0d: fix(deps): update typescript-eslint monorepo to ^6.11.0
8
+ - 986fea7: fix(deps): update dependency eslint to v8.54.0
9
+
10
+ ## 3.0.3
11
+
12
+ ### Patch Changes
13
+
14
+ - ed58a50: fix(deps): update dependency prettier to v3.1.0
15
+ - Updated dependencies [ed58a50]
16
+ - @mscharley/prettier-config@3.0.1
17
+
3
18
  ## 3.0.2
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "publishConfig": {
5
5
  "provenance": true
6
6
  },
@@ -28,10 +28,10 @@
28
28
  "homepage": "https://github.com/mscharley/node-presets#readme",
29
29
  "dependencies": {},
30
30
  "peerDependencies": {
31
- "@mscharley/prettier-config": "3.0.0",
32
- "@typescript-eslint/parser": "^6.10.0",
33
- "@typescript-eslint/eslint-plugin": "^6.10.0",
34
- "eslint": "^8.53.0",
31
+ "@mscharley/prettier-config": "3.0.1",
32
+ "@typescript-eslint/parser": "^6.11.0",
33
+ "@typescript-eslint/eslint-plugin": "^6.11.0",
34
+ "eslint": "^8.54.0",
35
35
  "eslint-config-prettier": "^9.0.0",
36
36
  "eslint-import-resolver-typescript": "^3.6.1",
37
37
  "eslint-plugin-deprecation": "^2.0.0",
@@ -40,7 +40,7 @@
40
40
  "eslint-plugin-prettier": "^5.0.1",
41
41
  "eslint-plugin-react": "^7.33.2",
42
42
  "eslint-plugin-react-hooks": "^4.6.0",
43
- "prettier": "^3.0.3",
43
+ "prettier": "^3.1.0",
44
44
  "typescript": "^5.2.2"
45
45
  },
46
46
  "devDependencies": {}