From 3b89bcabfb98a165f7e45eb1b20891f7aea07803 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 7 Aug 2024 09:33:35 -0600 Subject: [PATCH] chore: update tool deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 975ba52..e7dc034 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ ], "scripts": { "bump": "npm version -m \"chore(release): bump to v%s\"", - "fmt": "npx -p prettier@2.x -- prettier -w '**/*.{html,js,md}'", - "lint": "npx -p typescript@4.x -- tsc -p ./jsconfig.json", + "fmt": "npx -p prettier@3.x -- prettier -w '**/*.{html,js,md}'", + "lint": "npx -p typescript@5.x -- tsc -p ./jsconfig.json", "test": "node ./test.js" }, "repository": {