@mscharley/eslint-config 3.0.6 → 3.0.7

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 +17 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 3.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - aa4194b: fix(deps): update typescript-eslint monorepo to ^6.17.0
8
+ - 7dac3a6: fix(deps): update dependency eslint-plugin-prettier to v5.1.3
9
+ - b9199fa: fix(deps): update typescript-eslint monorepo to ^6.18.1
10
+ - ff55b78: fix(deps): update dependency prettier to v3.2.2
11
+ - 0a54f3e: fix(deps): update dependency prettier to v3.2.3
12
+ - 70ac146: fix(deps): update typescript-eslint monorepo to ^6.19.0
13
+ - 8d1acb3: fix(deps): update dependency prettier to v3.2.4
14
+ - 7381c77: fix(deps): update typescript-eslint monorepo to ^6.19.1
15
+ - Updated dependencies [ff55b78]
16
+ - Updated dependencies [0a54f3e]
17
+ - Updated dependencies [8d1acb3]
18
+ - @mscharley/prettier-config@3.0.3
19
+
3
20
  ## 3.0.6
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "publishConfig": {
5
5
  "provenance": true
6
6
  },
@@ -28,19 +28,19 @@
28
28
  "homepage": "https://github.com/mscharley/node-presets#readme",
29
29
  "dependencies": {},
30
30
  "peerDependencies": {
31
- "@mscharley/prettier-config": "3.0.2",
32
- "@typescript-eslint/parser": "^6.16.0",
33
- "@typescript-eslint/eslint-plugin": "^6.16.0",
31
+ "@mscharley/prettier-config": "3.0.3",
32
+ "@typescript-eslint/parser": "^6.19.1",
33
+ "@typescript-eslint/eslint-plugin": "^6.19.1",
34
34
  "eslint": "^8.56.0",
35
35
  "eslint-config-prettier": "^9.1.0",
36
36
  "eslint-import-resolver-typescript": "^3.6.1",
37
37
  "eslint-plugin-deprecation": "^2.0.0",
38
38
  "eslint-plugin-import": "^2.29.1",
39
39
  "eslint-plugin-node": "^11.1.0",
40
- "eslint-plugin-prettier": "^5.1.2",
40
+ "eslint-plugin-prettier": "^5.1.3",
41
41
  "eslint-plugin-react": "^7.33.2",
42
42
  "eslint-plugin-react-hooks": "^4.6.0",
43
- "prettier": "^3.1.1",
43
+ "prettier": "^3.2.4",
44
44
  "typescript": "^5.3.3"
45
45
  },
46
46
  "devDependencies": {}