diff --git a/abaplint.json b/abaplint.json index 37b154cfc..8fb61f718 100644 --- a/abaplint.json +++ b/abaplint.json @@ -235,6 +235,7 @@ "indentation": { "ignoreExceptions": true, "alignTryCatch": false, + "selectionScreenBlockIndentation": false, "globalClassSkipFirst": false, "ignoreGlobalClassDefinition": false, "ignoreGlobalInterface": false diff --git a/package.json b/package.json index 9883597d0..2d31a60e0 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "url": "git+https://github.com/abapGit/abapGit.git" }, "devDependencies": { - "@abaplint/cli": "^2.74.38", - "@abaplint/transpiler-cli": "^1.3.37", - "@abaplint/runtime": "^1.3.37", + "@abaplint/cli": "^2.74.54", + "@abaplint/transpiler-cli": "^1.3.49", + "@abaplint/runtime": "^1.3.49", "abapmerge": "^0.14.3", - "eslint": "^7.28.0" + "eslint": "^7.29.0" } }