Skip to content

Commit c7a3f54

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, tape
1 parent e79b5b2 commit c7a3f54

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Diff for: CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9-
10-
## [v1.0.2](https://github.com/inspect-js/is-date-object/compare/v1.0.1...v1.0.2) - 2019-12-19
8+
## [v1.0.2](https://github.com/inspect-js/is-date-object/compare/v1.0.1...v1.0.2) - 2019-12-18
119

1210
### Commits
1311

Diff for: package.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"pretest": "npm run lint",
1414
"test": "npm run tests-only",
1515
"tests-only": "node --harmony --es-staging test",
16-
"posttest": "npx aud --production",
16+
"posttest": "aud --production",
1717
"coverage": "covert test/index.js",
1818
"lint": "eslint .",
1919
"version": "auto-changelog && git add CHANGELOG.md",
@@ -32,16 +32,16 @@
3232
],
3333
"dependencies": {},
3434
"devDependencies": {
35-
"@ljharb/eslint-config": "^16.0.0",
36-
"aud": "^1.1.1",
37-
"auto-changelog": "^2.0.0",
35+
"@ljharb/eslint-config": "^17.2.0",
36+
"aud": "^1.1.2",
37+
"auto-changelog": "^2.2.0",
3838
"covert": "^1.1.1",
39-
"eslint": "^6.8.0",
39+
"eslint": "^7.9.0",
4040
"foreach": "^2.0.5",
4141
"indexof": "^0.0.1",
4242
"is": "^3.3.0",
4343
"safe-publish-latest": "^1.1.4",
44-
"tape": "^5.0.0-next.5"
44+
"tape": "^5.0.1"
4545
},
4646
"testling": {
4747
"files": "test/index.js",
@@ -69,6 +69,7 @@
6969
"template": "keepachangelog",
7070
"unreleased": false,
7171
"commitLimit": false,
72-
"backfillLimit": false
72+
"backfillLimit": false,
73+
"hideCredit": true
7374
}
7475
}

0 commit comments

Comments
 (0)