Skip to content

Commit

Permalink
[Dev Deps] update @types/array.prototype.every, typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 28, 2024
1 parent 2a64bdb commit 173ee4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = function deprecations(packageName, ...morePackageNames) {
throw new TypeError('at least 1 package name is required');
}

// @ts-expect-error https://github.com/microsoft/TypeScript/issues/57164
if (!every(arguments, isString)) {
throw new TypeError('module names must all be strings');
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"@types/array.prototype.every": "^1.1.0",
"@types/array.prototype.every": "^1.1.1",
"@types/object.entries": "^1.1.0",
"@types/object.fromentries": "^2.0.4",
"@types/pacote": "^11.1.8",
Expand All @@ -62,7 +62,7 @@
"nyc": "^15.1.0",
"safe-publish-latest": "^2.0.0",
"tape": "^5.7.4",
"typescript": "^5.4.0-dev.20240127"
"typescript": "next"
},
"engines": {
"node": "^18.17.0 || >=20.5.0"
Expand Down

0 comments on commit 173ee4d

Please sign in to comment.