@mscharley/eslint-config 1.7.0 → 1.7.1

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,21 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
3
  "entries": [
4
+ {
5
+ "version": "1.7.1",
6
+ "tag": "@mscharley/eslint-config_v1.7.1",
7
+ "date": "Tue, 25 Jan 2022 14:41:46 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.1`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.1`"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "version": "1.7.0",
6
21
  "tag": "@mscharley/eslint-config_v1.7.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
- This log was last generated on Fri, 10 Dec 2021 13:24:54 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Jan 2022 14:41:46 GMT and should not be manually modified.
4
+
5
+ ## 1.7.1
6
+ Tue, 25 Jan 2022 14:41:46 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 1.7.0
6
11
  Fri, 10 Dec 2021 13:24:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mscharley/eslint-config",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "ESLint presets that I use a lot",
5
5
  "main": "index.json",
6
6
  "scripts": {
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "homepage": "https://github.com/mscharley/node-presets#readme",
34
34
  "peerDependencies": {
35
- "@mscharley/prettier-config": "1.2.0",
35
+ "@mscharley/prettier-config": "1.2.1",
36
36
  "@typescript-eslint/parser": "^5.6.0",
37
37
  "@typescript-eslint/eslint-plugin": "^5.6.0",
38
38
  "eslint": "^7.32.0",
@@ -44,7 +44,7 @@
44
44
  "typescript": "^4.5.3"
45
45
  },
46
46
  "devDependencies": {
47
- "@mscharley/prettier-config": "1.2.0",
47
+ "@mscharley/prettier-config": "1.2.1",
48
48
  "@typescript-eslint/parser": "^5.6.0",
49
49
  "@typescript-eslint/eslint-plugin": "^5.6.0",
50
50
  "eslint": "^7.32.0",