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`, `browserify`
  • Loading branch information
ljharb committed Aug 26, 2020
1 parent bfd54f8 commit b8cc020
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.1](https://github.com/es-shims/globalThis/compare/v1.0.0...v1.0.1) - 2019-12-15

### Fixed
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^16.0.0",
"aud": "^1.1.0",
"auto-changelog": "^2.0.0",
"browserify": "^16.5.0",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.2",
"auto-changelog": "^2.2.0",
"browserify": "^16.5.2",
"covert": "^1.1.1",
"eslint": "^6.8.0",
"eslint": "^7.7.0",
"for-each": "^0.3.3",
"is": "^3.3.0",
"tape": "^5.0.0-next.5"
"tape": "^5.0.1"
},
"testling": {
"files": "test/index.js",
Expand Down Expand Up @@ -85,6 +85,7 @@
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
}
}

0 comments on commit b8cc020

Please sign in to comment.