Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 21, 2022
1 parent f3b13e3 commit 182f661
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"email": "[email protected]",
"url": "https://sindresorhus.com"
},
"types": "./index.d.ts",
"engines": {
"node": ">=14.16"
},
Expand All @@ -34,12 +35,11 @@
],
"devDependencies": {
"@sindresorhus/tsconfig": "~0.7.0",
"expect-type": "^0.13.0",
"tsd": "^0.23.0",
"typescript": "^4.8.2",
"expect-type": "^0.14.2",
"tsd": "^0.24.1",
"typescript": "^4.8.3",
"xo": "^0.52.2"
},
"types": "./index.d.ts",
"xo": {
"rules": {
"@typescript-eslint/ban-ts-comment": "off",
Expand Down

0 comments on commit 182f661

Please sign in to comment.