From f19e901662bbb95dd77a949a7ed8b561bf8f2991 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 16 Apr 2025 11:23:16 +0200 Subject: [PATCH] wip, user record interface --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 57511d5a8..14a7c2bb5 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,11 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.113.108", + "@abaplint/cli": "^2.113.109", "@abaplint/database-sqlite": "^2.10.24", - "@abaplint/runtime": "^2.10.42", + "@abaplint/runtime": "^2.10.44", "express": "^4.21.2", - "@abaplint/transpiler-cli": "^2.10.42", + "@abaplint/transpiler-cli": "^2.10.44", "globals": "^16.0.0", "abapmerge": "^0.16.6", "c8": "^10.1.3",