Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, aud, `auto-cha…
Browse files Browse the repository at this point in the history
…ngelog`, `tape`
  • Loading branch information
ljharb committed Nov 18, 2020
1 parent b2c31ae commit dadff6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## v1.0.0 - 2020-01-18
## v1.0.0 - 2020-01-17

### Commits

Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^16.0.0",
"aud": "^1.1.0",
"auto-changelog": "^2.0.0",
"eslint": "^6.8.0",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.13.0",
"evalmd": "^0.0.19",
"function-bind": "^1.1.1",
"functions-have-names": "^1.2.1",
"has-strict-mode": "^1.0.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.5"
"tape": "^5.0.1"
},
"dependencies": {
"call-bind": "^1.0.0",
Expand All @@ -66,6 +66,7 @@
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
}
}

0 comments on commit dadff6f

Please sign in to comment.