From e0381be8536dccf154e2edb837a59029e190a128 Mon Sep 17 00:00:00 2001 From: fenixorion <81346581+fenixorion@users.noreply.github.com> Date: Thu, 4 Jan 2024 00:37:37 +0100 Subject: [PATCH] Update package.json Updating the Angular to 10.0.x --- projects/ng-thermal-print/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/ng-thermal-print/package.json b/projects/ng-thermal-print/package.json index d2a3ef8..ce7483f 100644 --- a/projects/ng-thermal-print/package.json +++ b/projects/ng-thermal-print/package.json @@ -13,10 +13,10 @@ "url": "https://github.com/bebo925/ng-thermal-print" }, "peerDependencies": { - "@angular/common": "^8.0.0-rc.0 || ^8.0.0", - "@angular/core": "^8.0.0-rc.0 || ^8.0.0" + "@angular/common": "~10.0.0", + "@angular/core": "~10.0.0" }, "dependencies": { "tslib": "^2.0.0" } -} \ No newline at end of file +}