Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
[Deps] use 2023 es-abstract impls
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 7, 2023
1 parent aefd4b9 commit 94d3e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AddValueToKeyedGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

var callBound = require('call-bind/callBound');
var GetIntrinsic = require('get-intrinsic');
var SameValue = require('es-abstract/2021/SameValue');
var SameValue = require('es-abstract/2023/SameValue');

var $TypeError = GetIntrinsic('%TypeError%'); // eslint-disable-line new-cap
var $TypeError = GetIntrinsic('%TypeError%');

var $filter = callBound('Array.prototype.filter');
var $push = callBound('Array.prototype.push');
Expand Down

0 comments on commit 94d3e09

Please sign in to comment.