Skip to content

Commit

Permalink
[Fix] add missing es-abstract dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 4, 2024
1 parent 78f0a67 commit a85af60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions implementation.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

var ToString = require('es-abstract/2021/ToString');
var TrimString = require('es-abstract/2021/TrimString');
var ToInt32 = require('es-abstract/2021/ToInt32');
var ToString = require('es-abstract/2023/ToString');
var TrimString = require('es-abstract/2023/TrimString');
var ToInt32 = require('es-abstract/2023/ToInt32');

var regexTester = require('es-abstract/helpers/regexTester');

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"dependencies": {
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.22.5",
"globalthis": "^1.0.3"
},
"auto-changelog": {
Expand Down

0 comments on commit a85af60

Please sign in to comment.