From 75b88977b599c0d17bf83d7b840bfec58c2a108b Mon Sep 17 00:00:00 2001 From: null Date: Wed, 5 Jun 2024 10:11:10 +0000 Subject: [PATCH] chore(deps): update nx to v19.1.2 --- package.json | 16 ++++++++-------- projects/demo-integrations/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6022ec462..ca144e029 100644 --- a/package.json +++ b/package.json @@ -92,13 +92,13 @@ "@angular-devkit/core": "15.2.10", "@angular-devkit/schematics": "15.2.10", "@angular/cli": "15.2.10", - "@nx/angular": "19.0.8", - "@nx/eslint": "19.0.8", - "@nx/jest": "19.0.8", - "@nx/js": "19.0.8", - "@nx/react": "19.0.8", - "@nx/rollup": "19.0.8", - "@nx/workspace": "19.0.8", + "@nx/angular": "19.1.2", + "@nx/eslint": "19.1.2", + "@nx/jest": "19.1.2", + "@nx/js": "19.1.2", + "@nx/react": "19.1.2", + "@nx/rollup": "19.1.2", + "@nx/workspace": "19.1.2", "@taiga-ui/commitlint-config": "0.94.0", "@taiga-ui/cspell-config": "0.94.0", "@taiga-ui/eslint-plugin-experience": "0.94.0", @@ -116,7 +116,7 @@ "jest-preset-angular": "14.1.0", "lint-staged": "15.2.5", "ng-packagr": "15.2.2", - "nx": "19.0.8", + "nx": "19.1.2", "postcss-preset-env": "9.5.14", "prettier": "3.3.0", "standard-version": "9.5.0", diff --git a/projects/demo-integrations/package.json b/projects/demo-integrations/package.json index e1815d3d1..195b9fa51 100644 --- a/projects/demo-integrations/package.json +++ b/projects/demo-integrations/package.json @@ -2,7 +2,7 @@ "name": "@maskito/demo-cypress", "private": true, "devDependencies": { - "@nx/cypress": "19.0.8", + "@nx/cypress": "19.1.2", "cypress": "13.10.0", "cypress-real-events": "1.12.0" }