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 Dec 6, 2020
1 parent 3ef082c commit 70a3b61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Expand Up @@ -5,8 +5,6 @@ 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.2](https://github.com/inspect-js/available-typed-arrays/compare/v1.0.1...v1.0.2) - 2020-01-26

### Commits
Expand Down
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -58,23 +58,24 @@
"node": ">= 0.4"
},
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"@ljharb/eslint-config": "^17.3.0",
"array.prototype.every": "^1.1.0",
"aud": "^1.1.1",
"auto-changelog": "^2.0.0",
"eslint": "^6.8.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.15.0",
"evalmd": "^0.0.19",
"isarray": "^2.0.5",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.5"
"tape": "^5.0.1"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
},
"dependencies": {
"array-filter": "^1.0.0"
Expand Down

0 comments on commit 70a3b61

Please sign in to comment.