Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Sep 20, 2024
1 parent fb7e872 commit 2e9c480
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
],
"main": "index.js",
"scripts": {
"test": "ava --verbose",
"check-types": "tsc",
"test": "tsc && ava --verbose",
"preversion": "npm test"
},
"files": [
Expand All @@ -35,11 +34,11 @@
}
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/node": "22.5.5",
"@vue/language-plugin-pug": "2.1.6",
"ava": "6.1.3",
"prettier": "3.3.2",
"typescript": "5.5.2",
"prettier": "3.3.3",
"typescript": "5.6.2",
"vue-tsc": "^2.1.6"
},
"prettier": {
Expand Down

0 comments on commit 2e9c480

Please sign in to comment.