From 5c1854cc3717373c46d4bee30044273ccf95395a Mon Sep 17 00:00:00 2001 From: Stepan Suvorov Date: Mon, 24 Jun 2024 09:37:38 +0200 Subject: [PATCH] version up --- projects/ngx-wig/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/ngx-wig/package.json b/projects/ngx-wig/package.json index 49cda67..fc7d862 100644 --- a/projects/ngx-wig/package.json +++ b/projects/ngx-wig/package.json @@ -1,6 +1,6 @@ { "name": "ngx-wig", - "version": "17.1.7", + "version": "18.0.4", "description": "Light-weight WYSIWYG Editor for Angular", "keywords": [ "Angular", @@ -14,9 +14,9 @@ }, "homepage": "https://github.com/stevermeister/ngx-wig", "peerDependencies": { - "@angular/common": "^17.0.0", - "@angular/core": "^17.0.0", - "@angular/forms": "^17.0.0" + "@angular/common": "^18.0.4", + "@angular/core": "^18.0.4", + "@angular/forms": "^18.0.4" }, "dependencies": { "tslib": "^2.2.0"