From 5a0d85dafaf0e568e57c69a7b5cc23cbb205f458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 09:49:57 +0000 Subject: [PATCH] Bump nx from 21.1.3 to 22.7.7 in /test/e2e/app-dir/nx-handling Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 21.1.3 to 22.7.7. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.7.7/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-version: 22.7.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/e2e/app-dir/nx-handling/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/app-dir/nx-handling/package.json b/test/e2e/app-dir/nx-handling/package.json index 1b79e8e3c358..4faa496f4f22 100644 --- a/test/e2e/app-dir/nx-handling/package.json +++ b/test/e2e/app-dir/nx-handling/package.json @@ -21,7 +21,7 @@ "@swc/helpers": "~0.5.11", "@types/react": "19.0.0", "@types/react-dom": "19.0.0", - "nx": "21.1.3", + "nx": "22.7.7", "tslib": "^2.3.0", "typescript": "~5.7.2" },