From 61acfa5c45efbf0858ec87fef6f4f9092971c53e Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sat, 1 Oct 2022 11:20:50 +0200 Subject: [PATCH] update to latest npm packages (#5787) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 107556eb8..36ad0b08e 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.93.28", + "@abaplint/cli": "^2.93.33", "@abaplint/database-sqlite": "^2.1.74", - "@abaplint/runtime": "^2.1.74", - "@abaplint/transpiler-cli": "^2.1.74", + "@abaplint/runtime": "^2.1.88", + "@abaplint/transpiler-cli": "^2.1.88", "abapmerge": "^0.14.7", "c8": "^7.12.0", "eslint": "^8.24.0"