From 41619e6e4df241e074f7684cb9ec0c8b70fa43d5 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 5 Sep 2024 16:04:13 +0200 Subject: [PATCH] update npm dependencies (#7032) --- abaplint.json | 3 +++ package.json | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/abaplint.json b/abaplint.json index 6c2a1bdc9..bf8190854 100644 --- a/abaplint.json +++ b/abaplint.json @@ -125,6 +125,9 @@ }, "double_space": true, "downport": false, + "add_test_attributes": true, + "implicit_start_of_selection": true, + "empty_event": true, "dynpro_checks": false, "easy_to_find_messages": false, "empty_line_in_statement": { diff --git a/package.json b/package.json index 2ccf41c18..56b4a13a1 100644 --- a/package.json +++ b/package.json @@ -23,14 +23,14 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.112.14", + "@abaplint/cli": "^2.113.6", "@abaplint/database-sqlite": "^2.8.25", - "@abaplint/runtime": "^2.10.9", + "@abaplint/runtime": "^2.10.11", "express": "^4.19.2", - "@abaplint/transpiler-cli": "^2.10.9", + "@abaplint/transpiler-cli": "^2.10.11", "globals": "^15.9.0", "abapmerge": "^0.16.0", "c8": "^10.1.2", - "eslint": "^9.9.0" + "eslint": "^9.9.1" } }