From 580f4a2b12a3749bd413b9d7d90b6defdbc9dc9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 08:09:35 +0000 Subject: [PATCH] chore(deps-dev): bump nx from 22.7.5 to 23.0.0 Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 22.7.5 to 23.0.0. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/23.0.0/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-version: 23.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a535a2..4f462bf 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "format": "nx run-many -t format" }, "devDependencies": { - "nx": "^22.7.5" + "nx": "^23.0.0" } }