From fa1a17b5a7dc2a414d601d6d0dfbec9b507bfe26 Mon Sep 17 00:00:00 2001 From: Sinan997 Date: Thu, 23 May 2024 10:41:27 +0300 Subject: [PATCH] use tilde symbol in nx versions --- npm/ng-packs/package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/npm/ng-packs/package.json b/npm/ng-packs/package.json index e298a87cdb..fdda67050d 100644 --- a/npm/ng-packs/package.json +++ b/npm/ng-packs/package.json @@ -69,15 +69,15 @@ "@ng-bootstrap/ng-bootstrap": "~16.0.0", "@ngneat/spectator": "^16.0.0", "@ngx-validate/core": "^0.2.0", - "@nx/angular": "19.0.6", - "@nx/cypress": "19.0.6", - "@nx/devkit": "19.0.6", - "@nx/eslint": "19.0.6", - "@nx/eslint-plugin": "19.0.6", - "@nx/jest": "19.0.6", - "@nx/js": "19.0.6", - "@nx/plugin": "19.0.6", - "@nx/workspace": "19.0.6", + "@nx/angular": "~19.0.0", + "@nx/cypress": "~19.0.0", + "@nx/devkit": "~19.0.0", + "@nx/eslint": "~19.0.0", + "@nx/eslint-plugin": "~19.0.0", + "@nx/jest": "~19.0.0", + "@nx/js": "~19.0.0", + "@nx/plugin": "~19.0.0", + "@nx/workspace": "~19.0.0", "@popperjs/core": "~2.11.0", "@schematics/angular": "~17.3.0", "@swc-node/register": "1.6.8", @@ -112,7 +112,7 @@ "lint-staged": "^13.0.0", "ng-packagr": "~17.3.0", "ng-zorro-antd": "^17.0.0", - "nx": "19.0.6", + "nx": "~19.0.0", "perfect-scrollbar": "^1.0.0", "postcss": "^8.0.0", "postcss-import": "14.1.0",