diff --git a/package.json b/package.json index a4d3a6d9e4..8d2d57c9f5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@powerhome/eslint-config": "0.1.0", "@typescript-eslint/eslint-plugin": "5.48.2", - "@typescript-eslint/parser": "5.48.2", + "@typescript-eslint/parser": "4.33.0", "babel-eslint": "10.1.0", "eslint": "7.1.0", "eslint-plugin-react-hooks": "^4.6.0", diff --git a/yarn.lock b/yarn.lock index 9610b63117..c1d3e98d4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4066,16 +4066,6 @@ "@typescript-eslint/typescript-estree" "4.33.0" debug "^4.3.1" -"@typescript-eslint/parser@5.48.2": - version "5.48.2" - resolved "https://npm.powerapp.cloud/@typescript-eslint/parser/-/parser-5.48.2.tgz#c9edef2a0922d26a37dba03be20c5fff378313b3" - integrity sha512-38zMsKsG2sIuM5Oi/olurGwYJXzmtdsHhn5mI/pQogP+BjYVkK5iRazCQ8RGS0V+YLk282uWElN70zAAUmaYHw== - dependencies: - "@typescript-eslint/scope-manager" "5.48.2" - "@typescript-eslint/types" "5.48.2" - "@typescript-eslint/typescript-estree" "5.48.2" - debug "^4.3.4" - "@typescript-eslint/scope-manager@4.33.0": version "4.33.0" resolved "https://npm.powerapp.cloud/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"