From 7661fbc1d1478134c96d2b55abcf34171aa8b91e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:14:47 +0000 Subject: [PATCH] build(deps-dev): bump ng-packagr from 19.1.1 to 19.1.2 Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 19.1.1 to 19.1.2. - [Release notes](https://github.com/ng-packagr/ng-packagr/releases) - [Changelog](https://github.com/ng-packagr/ng-packagr/blob/19.1.2/CHANGELOG.md) - [Commits](https://github.com/ng-packagr/ng-packagr/compare/19.1.1...19.1.2) --- updated-dependencies: - dependency-name: ng-packagr dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60ae6d4b5..15bc7dedc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "karma-coverage-istanbul-reporter": "^3.0.3", "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.1.0", - "ng-packagr": "^19.0.0", + "ng-packagr": "^19.1.2", "prettier": "^3.4.2", "protractor": "~7.0.0", "release-it": "^17.10.0", @@ -13758,10 +13758,11 @@ } }, "node_modules/ng-packagr": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-19.1.1.tgz", - "integrity": "sha512-KToU6/nkzD/XDhWJL0Na5ita0d/W6HiohMbDIWv36xQTV26CfICZ3xAPGE4vTbnQS77wCSR+8+jbiBtkw6J1pA==", + "version": "19.1.2", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-19.1.2.tgz", + "integrity": "sha512-h8YDp6YdPwAwbl7rs0lJE7vVugobY6m+JogS0hQ7P+52RmslPT8kRCgdvGLIS1JySwPrDFQkPh2PLBaSjwcRqQ==", "dev": true, + "license": "MIT", "dependencies": { "@rollup/plugin-json": "^6.1.0", "@rollup/wasm-node": "^4.24.0", @@ -13795,7 +13796,7 @@ }, "peerDependencies": { "@angular/compiler-cli": "^19.0.0 || ^19.1.0-next.0 || ^19.2.0-next.0", - "tailwindcss": "^2.0.0 || ^3.0.0", + "tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0", "tslib": "^2.3.0", "typescript": ">=5.5 <5.8" }, diff --git a/package.json b/package.json index 61a4d8ee2..9fa66fa2a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "karma-coverage-istanbul-reporter": "^3.0.3", "karma-jasmine": "^5.1.0", "karma-jasmine-html-reporter": "^2.1.0", - "ng-packagr": "^19.0.0", + "ng-packagr": "^19.1.2", "prettier": "^3.4.2", "protractor": "~7.0.0", "release-it": "^17.10.0",