From 3d7045800d9559610b1d8d61d44e2663b99e0e56 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sun, 14 Apr 2024 09:34:23 +0200 Subject: [PATCH] update npm dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f5817ab..e9df864 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "url": "git+https://github.com/abap2xlsx/abap2xlsx.git" }, "devDependencies": { - "@abaplint/cli": "^2.105.14", - "@abaplint/transpiler-cli": "^2.7.153", - "@abaplint/runtime": "^2.7.153" + "@abaplint/cli": "^2.106.5", + "@abaplint/transpiler-cli": "^2.8.24", + "@abaplint/runtime": "^2.8.24" } }