From 2702525ea579b83dc752938aed987b2bfd19bfef Mon Sep 17 00:00:00 2001 From: Johan Compagner Date: Tue, 1 Mar 2022 14:24:34 +0100 Subject: [PATCH] SVY-16918 build and test Servoy 2022.03 rc1 made all version lower then max version (+1) then possible. because servoy will now do npm install, npm update, npm dedup --- webnotifications/projects/webnotifications/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webnotifications/projects/webnotifications/package.json b/webnotifications/projects/webnotifications/package.json index a2a25ade..66126d68 100644 --- a/webnotifications/projects/webnotifications/package.json +++ b/webnotifications/projects/webnotifications/package.json @@ -8,7 +8,7 @@ "@angular/forms": "^13" }, "dependencies": { - "@servoy/ngx-toastr": "^14", + "@servoy/ngx-toastr": "<15", "tslib": "*" }, "license": "MIT",