From 6481325ac4006d821c39654eb7cc40abc603bd7f Mon Sep 17 00:00:00 2001 From: JabDoesThings Date: Sun, 21 Jan 2024 16:54:28 -0600 Subject: [PATCH] Updated eslint & typescript versions. --- package.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 956f088..c0d81b0 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ "watch": "npm run clean && tsc --watch" }, "author": "Konijima", + "contributors": [ + "JabDoesThings" + ], "license": "Apache License Version 2.0", "funding": { "type": "paypal", @@ -43,10 +46,10 @@ "devDependencies": { "@types/node": "^18.7.5", "@types/shelljs": "^0.8.11", - "@typescript-eslint/eslint-plugin": "^5.34.0", - "@typescript-eslint/parser": "^5.34.0", - "eslint": "^8.22.0", + "@typescript-eslint/eslint-plugin": "^6.19.0", + "@typescript-eslint/parser": "^6.19.0", + "eslint": "^8.56.0", "del-cli": "^4.0.1", - "typescript": "^4.7.4" + "typescript": "^5.3.3" } }