Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, `functions-have-…
Browse files Browse the repository at this point in the history
…names`, `has-strict-mode`, `tape`
  • Loading branch information
ljharb committed Jan 14, 2021
1 parent df7bd90 commit da08017
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@
},
"homepage": "https://github.com/es-shims/Array.prototype.at#readme",
"devDependencies": {
"@ljharb/eslint-config": "^17.2.0",
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.13.0",
"functions-have-names": "^1.2.1",
"has-strict-mode": "^1.0.0",
"eslint": "^7.17.0",
"functions-have-names": "^1.2.2",
"has-strict-mode": "^1.0.1",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
"tape": "^5.1.1"
},
"dependencies": {
"call-bind": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test('named exports', async (t) => {
t.deepEqual(
Object.keys(atModule).sort(),
['default', 'shim', 'getPolyfill', 'implementation'].sort(),
'has expected named exports'
'has expected named exports',
);

const { shim, getPolyfill, implementation } = atModule;
Expand Down

0 comments on commit da08017

Please sign in to comment.