@mscharley/eslint-config 1.8.3 → 1.8.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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,26 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
3
  "entries": [
4
+ {
5
+ "version": "1.8.4",
6
+ "tag": "@mscharley/eslint-config_v1.8.4",
7
+ "date": "Fri, 18 Mar 2022 07:40:16 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "fix: bump dependency updates"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.3`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.3`"
20
+ }
21
+ ]
22
+ }
23
+ },
4
24
  {
5
25
  "version": "1.8.3",
6
26
  "tag": "@mscharley/eslint-config_v1.8.3",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
- This log was last generated on Wed, 02 Mar 2022 01:14:53 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 18 Mar 2022 07:40:16 GMT and should not be manually modified.
4
+
5
+ ## 1.8.4
6
+ Fri, 18 Mar 2022 07:40:16 GMT
7
+
8
+ ### Patches
9
+
10
+ - fix: bump dependency updates
4
11
 
5
12
  ## 1.8.3
6
13
  Wed, 02 Mar 2022 01:14:53 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
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.2",
36
- "@typescript-eslint/parser": "^5.13.0",
37
- "@typescript-eslint/eslint-plugin": "^5.13.0",
38
- "eslint": "^8.10.0",
39
- "eslint-config-prettier": "^8.4.0",
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",
39
+ "eslint-config-prettier": "^8.5.0",
40
40
  "eslint-plugin-deprecation": "^1.3.2",
41
41
  "eslint-plugin-node": "^11.1.0",
42
42
  "eslint-plugin-prettier": "^4.0.0",
43
- "eslint-plugin-react": "^7.29.2",
43
+ "eslint-plugin-react": "^7.29.4",
44
44
  "eslint-plugin-react-hooks": "^4.3.0",
45
- "prettier": "^2.5.1",
45
+ "prettier": "^2.6.0",
46
46
  "typescript": "^4.5.3"
47
47
  },
48
48
  "devDependencies": {
49
- "@mscharley/prettier-config": "1.2.2",
50
- "@typescript-eslint/parser": "^5.13.0",
51
- "@typescript-eslint/eslint-plugin": "^5.13.0",
52
- "eslint": "^8.10.0",
53
- "eslint-config-prettier": "^8.4.0",
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",
53
+ "eslint-config-prettier": "^8.5.0",
54
54
  "eslint-plugin-deprecation": "^1.3.2",
55
55
  "eslint-plugin-node": "^11.1.0",
56
56
  "eslint-plugin-prettier": "^4.0.0",
57
- "eslint-plugin-react": "^7.29.2",
57
+ "eslint-plugin-react": "^7.29.4",
58
58
  "eslint-plugin-react-hooks": "^4.3.0",
59
- "prettier": "^2.5.1",
60
- "lint-staged": "~12.3.4",
59
+ "prettier": "^2.6.0",
60
+ "lint-staged": "~12.3.7",
61
61
  "typescript": "~4.6.2",
62
- "npm-check-updates": "~12.5.0"
62
+ "npm-check-updates": "~12.5.4"
63
63
  }
64
64
  }