@mscharley/eslint-config 3.0.1 → 3.0.3

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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - ed58a50: fix(deps): update dependency prettier to v3.1.0
8
+ - Updated dependencies [ed58a50]
9
+ - @mscharley/prettier-config@3.0.1
10
+
11
+ ## 3.0.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 38bb58f: fix(deps): update typescript-eslint monorepo to ^6.9.1
16
+ - 4b2fe54: fix(deps): update dependency eslint to v8.53.0
17
+ - 0fd90e1: fix(deps): update typescript-eslint monorepo to ^6.10.0
18
+
3
19
  ## 3.0.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
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.9.0",
33
- "@typescript-eslint/eslint-plugin": "^6.9.0",
34
- "eslint": "^8.52.0",
31
+ "@mscharley/prettier-config": "3.0.1",
32
+ "@typescript-eslint/parser": "^6.10.0",
33
+ "@typescript-eslint/eslint-plugin": "^6.10.0",
34
+ "eslint": "^8.53.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": {}