@mscharley/eslint-config 1.8.4 → 1.8.5

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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,26 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
3
  "entries": [
4
+ {
5
+ "version": "1.8.5",
6
+ "tag": "@mscharley/eslint-config_v1.8.5",
7
+ "date": "Wed, 14 Sep 2022 21:08:45 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "fix: updates"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.4`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.4`"
20
+ }
21
+ ]
22
+ }
23
+ },
4
24
  {
5
25
  "version": "1.8.4",
6
26
  "tag": "@mscharley/eslint-config_v1.8.4",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
- This log was last generated on Fri, 18 Mar 2022 07:40:16 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 14 Sep 2022 21:08:45 GMT and should not be manually modified.
4
+
5
+ ## 1.8.5
6
+ Wed, 14 Sep 2022 21:08:45 GMT
7
+
8
+ ### Patches
9
+
10
+ - fix: updates
4
11
 
5
12
  ## 1.8.4
6
13
  Fri, 18 Mar 2022 07:40:16 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "1.8.4",
3
+ "version": "1.8.5",
4
4
  "description": "ESLint presets that I use a lot",
5
5
  "main": "index.json",
6
6
  "scripts": {
@@ -32,33 +32,33 @@
32
32
  },
33
33
  "homepage": "https://github.com/mscharley/node-presets#readme",
34
34
  "peerDependencies": {
35
- "@mscharley/prettier-config": "1.2.3",
36
- "@typescript-eslint/parser": "^5.15.0",
37
- "@typescript-eslint/eslint-plugin": "^5.15.0",
38
- "eslint": "^8.11.0",
35
+ "@mscharley/prettier-config": "1.2.4",
36
+ "@typescript-eslint/parser": "^5.37.0",
37
+ "@typescript-eslint/eslint-plugin": "^5.37.0",
38
+ "eslint": "^8.23.1",
39
39
  "eslint-config-prettier": "^8.5.0",
40
40
  "eslint-plugin-deprecation": "^1.3.2",
41
41
  "eslint-plugin-node": "^11.1.0",
42
- "eslint-plugin-prettier": "^4.0.0",
43
- "eslint-plugin-react": "^7.29.4",
44
- "eslint-plugin-react-hooks": "^4.3.0",
45
- "prettier": "^2.6.0",
42
+ "eslint-plugin-prettier": "^4.2.1",
43
+ "eslint-plugin-react": "^7.31.8",
44
+ "eslint-plugin-react-hooks": "^4.6.0",
45
+ "prettier": "^2.7.1",
46
46
  "typescript": "^4.5.3"
47
47
  },
48
48
  "devDependencies": {
49
- "@mscharley/prettier-config": "1.2.3",
50
- "@typescript-eslint/parser": "^5.15.0",
51
- "@typescript-eslint/eslint-plugin": "^5.15.0",
52
- "eslint": "^8.11.0",
49
+ "@mscharley/prettier-config": "1.2.4",
50
+ "@typescript-eslint/parser": "^5.37.0",
51
+ "@typescript-eslint/eslint-plugin": "^5.37.0",
52
+ "eslint": "^8.23.1",
53
53
  "eslint-config-prettier": "^8.5.0",
54
54
  "eslint-plugin-deprecation": "^1.3.2",
55
55
  "eslint-plugin-node": "^11.1.0",
56
- "eslint-plugin-prettier": "^4.0.0",
57
- "eslint-plugin-react": "^7.29.4",
58
- "eslint-plugin-react-hooks": "^4.3.0",
59
- "prettier": "^2.6.0",
60
- "lint-staged": "~12.3.7",
61
- "typescript": "~4.6.2",
62
- "npm-check-updates": "~12.5.4"
56
+ "eslint-plugin-prettier": "^4.2.1",
57
+ "eslint-plugin-react": "^7.31.8",
58
+ "eslint-plugin-react-hooks": "^4.6.0",
59
+ "prettier": "^2.7.1",
60
+ "lint-staged": "~13.0.3",
61
+ "typescript": "~4.8.3",
62
+ "npm-check-updates": "~16.1.2"
63
63
  }
64
64
  }