Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, call-bind, `es…
Browse files Browse the repository at this point in the history
…-abstract`, `tape`; add `call-bind`
  • Loading branch information
ljharb committed Jan 25, 2021
1 parent 3efb6a3 commit 911b672
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

/* globals
AggregateError,
Atomics,
FinalizationRegistry,
SharedArrayBuffer,
WeakRef,
*/

var undefined;
Expand All @@ -17,7 +14,6 @@ var $TypeError = TypeError;
// eslint-disable-next-line consistent-return
var getEvalledConstructor = function (expressionSyntax) {
try {
// eslint-disable-next-line no-new-func
return $Function('"use strict"; return (' + expressionSyntax + ').constructor;')();
} catch (e) {}
};
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,21 @@
},
"homepage": "https://github.com/ljharb/get-intrinsic#readme",
"devDependencies": {
"@ljharb/eslint-config": "^17.3.0",
"@ljharb/eslint-config": "^17.5.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"es-abstract": "^1.18.0-next.1",
"call-bind": "^1.0.2",
"es-abstract": "^1.18.0-next.2",
"es-value-fixtures": "^1.0.0",
"eslint": "^7.15.0",
"eslint": "^7.18.0",
"foreach": "^2.0.5",
"has-bigints": "^1.0.1",
"make-async-function": "^1.0.0",
"make-async-generator-function": "^1.0.0",
"make-generator-function": "^2.0.0",
"nyc": "^10.3.2",
"object-inspect": "^1.9.0",
"tape": "^5.0.1"
"tape": "^5.1.1"
},
"auto-changelog": {
"output": "CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion test/GetIntrinsic.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var generatorFns = require('make-generator-function')();
var asyncFns = require('make-async-function').list();
var asyncGenFns = require('make-async-generator-function')();

var callBound = require('es-abstract/helpers/callBound');
var callBound = require('call-bind/callBound');
var v = require('es-value-fixtures');
var $gOPD = require('es-abstract/helpers/getOwnPropertyDescriptor');
var defineProperty = require('es-abstract/test/helpers/defineProperty');
Expand Down

0 comments on commit 911b672

Please sign in to comment.