Skip to content

Commit 3f2df5a

Browse files
committedApr 11, 2020
Update to eslint@6.8.0
1 parent a6dcebd commit 3f2df5a

File tree

8 files changed

+22357
-6099
lines changed

8 files changed

+22357
-6099
lines changed
 

‎package-lock.json

+19,168
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"convict-format-with-validator": "file:./packages/convict-format-with-validator/",
1414
"coveralls": "^3.0.7",
1515
"deep-object-diff": "^1.1.0",
16-
"eslint": "^6.5.1",
16+
"eslint": "^6.8.0",
1717
"js-yaml": "^3.13.1",
1818
"json5": "^2.1.0",
1919
"lerna": "^3.16.4",

‎packages/convict-format-with-moment/package-lock.json

+4-1,594
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/convict-format-with-moment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"convict": "file:../convict",
39-
"eslint": "^6.5.1",
39+
"eslint": "^6.8.0",
4040
"mocha": "^6.2.1",
4141
"must": "^0.13.4"
4242
}

‎packages/convict-format-with-validator/package-lock.json

+17-4,501
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/convict-format-with-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"convict": "file:../convict",
40-
"eslint": "^6.5.1",
40+
"eslint": "^6.8.0",
4141
"mocha": "^6.2.1",
4242
"must": "^0.13.4"
4343
}

‎packages/convict/package-lock.json

+3,164
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/convict/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"convict-format-with-moment": "file:../convict-format-with-moment",
4141
"convict-format-with-validator": "file:../convict-format-with-validator",
4242
"deep-object-diff": "^1.1.0",
43-
"eslint": "^6.5.1",
43+
"eslint": "^6.8.0",
4444
"js-yaml": "^3.13.1",
4545
"json5": "^2.1.0",
4646
"mocha": "^6.2.1",

0 commit comments

Comments
 (0)
Please sign in to comment.