Skip to content

Commit 3b89bca

Browse files
committed
chore: update tool deps
1 parent d415a05 commit 3b89bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"scripts": {
1515
"bump": "npm version -m \"chore(release): bump to v%s\"",
16-
"fmt": "npx -p prettier@2.x -- prettier -w '**/*.{html,js,md}'",
17-
"lint": "npx -p typescript@4.x -- tsc -p ./jsconfig.json",
16+
"fmt": "npx -p prettier@3.x -- prettier -w '**/*.{html,js,md}'",
17+
"lint": "npx -p typescript@5.x -- tsc -p ./jsconfig.json",
1818
"test": "node ./test.js"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)