Skip to content

Commit

Permalink
[Dev Deps] update @arethetypeswrong/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 11, 2024
1 parent af54a47 commit adc79fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ npm-shrinkwrap.json
package-lock.json
yarn.lock

.npmignore
.npmignore
2 changes: 1 addition & 1 deletion index.d.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ declare function hasTypes(
},
): Promise<`@types/${string}` | boolean>;

export default hasTypes;
export default hasTypes;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tmp": "^0.2.3"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.0",
"@arethetypeswrong/cli": "^0.17.1",
"@ljharb/eslint-config": "^21.1.1",
"@ljharb/tsconfig": "^0.2.2",
"@types/node": "^22.10.1",
Expand Down

0 comments on commit adc79fa

Please sign in to comment.