From eaea9c96d4c31aec0168d2b3b8e29ce6b580e753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:41:46 +0300 Subject: [PATCH] update primeui --- angular.json | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 6874a9c..6ba5b7d 100644 --- a/angular.json +++ b/angular.json @@ -98,5 +98,8 @@ } } } + }, + "cli": { + "analytics": false } } \ No newline at end of file diff --git a/package.json b/package.json index c084c19..4c21a39 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "primeicons": "^7.0.0", "primeng": "^19.0.5", "rxjs": "~7.8.0", - "tailwindcss-primeui": "^0.5.0", + "tailwindcss-primeui": "^0.5.1", "tslib": "^2.3.0", "zone.js": "~0.15.0" },