Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, @es-shims/api,…
Browse files Browse the repository at this point in the history
… `reflect.ownkeys`, `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 4, 2021
1 parent aebbd68 commit 170c477
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"ignore": [-1, 0, 1, 2]
}],
"no-negated-condition": 0,
"operator-linebreak": [2, "before"],
},

"overrides": [
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@
},
"homepage": "https://github.com/es-shims/Reflect.apply#readme",
"devDependencies": {
"@es-shims/api": "^2.2.2",
"@ljharb/eslint-config": "^18.0.0",
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^19.1.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint": "^8.4.0",
"functions-have-names": "^1.2.2",
"has-strict-mode": "^1.0.1",
"nyc": "^10.3.2",
"reflect.ownkeys": "^1.0.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.1"
"reflect.ownkeys": "^1.1.0",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"dependencies": {
"call-bind": "^1.0.2",
Expand Down
2 changes: 0 additions & 2 deletions polyfill.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable no-magic-numbers */

'use strict';

var implementation = require('./implementation');
Expand Down

0 comments on commit 170c477

Please sign in to comment.