Skip to content

Commit

Permalink
[Deps] update call-bind, es-abstract, get-intrinsic, `is-shared…
Browse files Browse the repository at this point in the history
…-array-buffer`
  • Loading branch information
ljharb committed Mar 22, 2024
1 parent 078bece commit 3010ed2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 137 deletions.
101 changes: 0 additions & 101 deletions aos/ArrayBufferCopyAndDetach.js

This file was deleted.

29 changes: 0 additions & 29 deletions aos/IsFixedLengthArrayBuffer.js

This file was deleted.

2 changes: 1 addition & 1 deletion implementation.js
@@ -1,6 +1,6 @@
'use strict';

var ArrayBufferCopyAndDetach = require('./aos/ArrayBufferCopyAndDetach');
var ArrayBufferCopyAndDetach = require('es-abstract/2024/ArrayBufferCopyAndDetach');

module.exports = function transferToFixedLength() {
var newLength = arguments.length > 0 ? arguments[0] : void undefined;
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -48,13 +48,13 @@
"dependencies": {
"array-buffer-byte-length": "^1.0.1",
"arraybuffer.prototype.slice": "^1.0.3",
"call-bind": "^1.0.5",
"call-bind": "^1.0.7",
"define-properties": "^1.2.1",
"es-abstract": "^1.22.3",
"es-abstract": "^1.23.2",
"es-errors": "^1.3.0",
"get-intrinsic": "^1.2.3",
"get-intrinsic": "^1.2.4",
"is-array-buffer": "^3.0.4",
"is-shared-array-buffer": "^1.0.2"
"is-shared-array-buffer": "^1.0.3"
},
"devDependencies": {
"@es-shims/api": "^2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions test/tests.js
@@ -1,8 +1,8 @@
'use strict';

var inspect = require('object-inspect');
var DetachArrayBuffer = require('es-abstract/2023/DetachArrayBuffer');
var IsDetachedBuffer = require('es-abstract/2023/IsDetachedBuffer');
var DetachArrayBuffer = require('es-abstract/2024/DetachArrayBuffer');
var IsDetachedBuffer = require('es-abstract/2024/IsDetachedBuffer');

var forEach = require('for-each');
var v = require('es-value-fixtures');
Expand Down

0 comments on commit 3010ed2

Please sign in to comment.