From 736c9e3591b46ef4ca4fd7b02b43370c9a20d233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 04:02:34 +0000 Subject: [PATCH] Update @abaplint/runtime requirement from ^2.0.34 to ^2.3.127 Updates the requirements on [@abaplint/runtime](https://github.com/abaplint/transpiler) to permit the latest version. - [Release notes](https://github.com/abaplint/transpiler/releases) - [Changelog](https://github.com/abaplint/transpiler/blob/main/CHANGELOG.md) - [Commits](https://github.com/abaplint/transpiler/commits) --- updated-dependencies: - dependency-name: "@abaplint/runtime" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82900c8dd2..34ebe0c5a0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@abaplint/cli": "^2.91.1", - "@abaplint/runtime": "^2.0.34", + "@abaplint/runtime": "^2.3.127", "@abaplint/transpiler-cli": "^2.0.34", "@abaplint/database-sqlite": "^2.0.30", "abapmerge": "^0.14.3",