From 836cedf4fd4544f0eae408242c234b66067fafa2 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 18 Apr 2022 08:42:04 +0200 Subject: [PATCH] update to latest npm packages (#5465) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e8a728d9f..c3fd0cfd5 100644 --- a/package.json +++ b/package.json @@ -25,12 +25,12 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.87.0", - "@abaplint/runtime": "^2.0.0", - "@abaplint/transpiler-cli": "^2.0.0", - "@abaplint/database-sqlite": "^2.0.0", + "@abaplint/cli": "^2.88.10", + "@abaplint/runtime": "^2.0.8", + "@abaplint/transpiler-cli": "^2.0.8", + "@abaplint/database-sqlite": "^2.0.8", "abapmerge": "^0.14.3", "c8": "^7.11.0", - "eslint": "^8.12.0" + "eslint": "^8.13.0" } }