Skip to content

Commit 4b70f42

Browse files
committed
build(nx-plugin): keep supported nx version at >17 and <=19
1 parent 08fa7b9 commit 4b70f42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/nx-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"generators": "./generators.json",
3333
"executors": "./executors.json",
3434
"dependencies": {
35-
"@nx/devkit": "^19.8.9",
36-
"nx": "^19.8.9",
3735
"@code-pushup/models": "0.56.0",
38-
"zod": "^3.22.4",
39-
"@code-pushup/utils": "0.56.0"
36+
"@code-pushup/utils": "0.56.0",
37+
"@nx/devkit": "^17.0.0 || ^18.0.0 || ^19.0.0",
38+
"nx": "^17.0.0 || ^18.0.0 || ^19.0.0",
39+
"zod": "^3.22.4"
4040
}
4141
}

0 commit comments

Comments
 (0)