From 88372f043020a2892f480df406a2d9f829214859 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 09:09:37 +0100 Subject: [PATCH] Update @abaplint/runtime requirement from ^0.8.19 to ^0.8.21 (#4294) Updates the requirements on [@abaplint/runtime](https://github.com/abaplint/transpiler) to permit the latest version. - [Release notes](https://github.com/abaplint/transpiler/releases) - [Commits](https://github.com/abaplint/transpiler/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57829ac96..c951f9773 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@abaplint/cli": "^2.61.10", "@abaplint/transpiler-cli": "^0.8.21", - "@abaplint/runtime": "^0.8.19", + "@abaplint/runtime": "^0.8.21", "abapmerge": "^0.14.2", "eslint": "^7.15.0" }