From d598335c1cc83213986bbd21cdd77e5eee348290 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sat, 20 Feb 2021 12:01:16 +0100 Subject: [PATCH] Update package.json --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index ddbf552..272f63c 100755 --- a/package.json +++ b/package.json @@ -48,18 +48,18 @@ "keywords": [], "homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#", "devDependencies": { - "typescript": "^4.1.5", "@types/node": "^10.0.0", + "@typescript-eslint/eslint-plugin": "^4.5.0", + "@typescript-eslint/parser": "^4.5.0", "denoify": "^0.5.10", + "eslint": "^7.7.0", + "eslint-config-prettier": "^6.14.0", "evt": "^1.8.11", + "husky": "^4.3.0", + "lint-staged": "^10.4.2", + "prettier": "^2.0.5", "simplifyify": "^8.0.3", "terser": "^5.3.8", - "husky": "^4.3.0", - "prettier": "^2.0.5", - "eslint": "^7.7.0", - "@typescript-eslint/parser": "^4.5.0", - "@typescript-eslint/eslint-plugin": "^4.5.0", - "eslint-config-prettier": "^6.14.0", - "lint-staged": "^10.4.2" + "typescript": "^4.1.5" } }