diff --git a/package.json b/package.json index c0e7fadd5..8932be188 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.2.2", + "@nx/eslint": "19.2.2", + "@nx/jest": "19.2.2", + "@nx/js": "19.2.2", + "@nx/react": "19.2.2", + "@nx/rollup": "19.2.2", + "@nx/workspace": "19.2.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.2.2", "postcss-preset-env": "9.5.14", "prettier": "3.3.1", "standard-version": "9.5.0", diff --git a/projects/demo-integrations/package.json b/projects/demo-integrations/package.json index e1815d3d1..fb9bcfd71 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.2.2", "cypress": "13.10.0", "cypress-real-events": "1.12.0" }