From 6e23dfb9e3a4e6f6ccfca33af5e177bf6e01d297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 07:00:12 +0000 Subject: [PATCH] chore(deps-dev): bump ng-packagr from 13.3.1 to 14.2.0 Bumps [ng-packagr](https://github.com/ng-packagr/ng-packagr) from 13.3.1 to 14.2.0. - [Release notes](https://github.com/ng-packagr/ng-packagr/releases) - [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md) - [Commits](https://github.com/ng-packagr/ng-packagr/compare/v13.3.1...14.2.0) --- updated-dependencies: - dependency-name: ng-packagr dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 151957a..48ae9a6 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@commitlint/prompt-cli": "^16.2.1", "@nrwl/cli": "13.8.8", "@nrwl/cypress": "13.8.8", - "@nrwl/eslint-plugin-nx": "13.8.8", + "@nrwl/eslint-plugin-nx": "13.9.7", "@nrwl/jest": "13.8.4", "@nrwl/linter": "13.8.8", "@nrwl/nx-cloud": "latest", @@ -89,7 +89,7 @@ "jest": "27.5.1", "jest-preset-angular": "11.1.1", "lint-staged": "^12.3.4", - "ng-packagr": "^13.0.0", + "ng-packagr": "^14.2.0", "postcss": "^8.4.5", "postcss-import": "^14.0.2", "postcss-preset-env": "^6.7.0",