From 5365f536aea714ee7b2177f91f5f70c527785ca8 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 1 Jul 2021 10:08:09 +0200 Subject: [PATCH] update deps (#4854) * update deps * upd --- abaplint.json | 1 + package.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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" } }