Skip to content

Commit

Permalink
[Refactor] use es-object-atoms instead of es-abstract; update `ca…
Browse files Browse the repository at this point in the history
…ll-bind`, `define-properties`
  • Loading branch information
ljharb committed Mar 18, 2024
1 parent 540765d commit a51f9fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions auto.js

This file was deleted.

2 changes: 1 addition & 1 deletion implementation.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var RequireObjectCoercible = require('es-abstract/2023/RequireObjectCoercible');
var RequireObjectCoercible = require('es-object-atoms/RequireObjectCoercible');
var callBound = require('call-bind/callBound');

var $isEnumerable = callBound('Object.prototype.propertyIsEnumerable');
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"es-shim API"
],
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1"
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-object-atoms": "^1.0.0"
},
"devDependencies": {
"@es-shims/api": "^2.4.2",
Expand Down

0 comments on commit a51f9fd

Please sign in to comment.