diff --git a/src/generators/linting-eslint-ts/templates/package.json b/src/generators/linting-eslint-ts/templates/package.json index 448c5ce..b1d1648 100644 --- a/src/generators/linting-eslint-ts/templates/package.json +++ b/src/generators/linting-eslint-ts/templates/package.json @@ -2,8 +2,8 @@ "devDependencies": { "eslint": "^7.27.0", "@open-wc/eslint-config": "^4.3.0", - "@typescript-eslint/parser": "^4.25.0", - "@typescript-eslint/eslint-plugin": "^4.25.0" + "@typescript-eslint/parser": "^4.26.0", + "@typescript-eslint/eslint-plugin": "^4.26.0" }, "eslintConfig": { "parser": "@typescript-eslint/parser",