diff --git a/README.md b/README.md index f77b3cf..41d434c 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ This plugin supports Nx migrations and provides necessary version and code updat | qwik-nx version | Nx version | | --------------- | ------------------------- | +| ^3.0.0 | ^20.0.0 | | ^2.0.0 | ^17.0.0, ^18.0.0, ^19.0.0 | | ^1.1.0 | ^16.8.0 | | ^1.0.0 | ^16.0.0 | diff --git a/packages/create-qwik-nx/package.json b/packages/create-qwik-nx/package.json index 86f9866..15c69df 100644 --- a/packages/create-qwik-nx/package.json +++ b/packages/create-qwik-nx/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/qwikifiers/qwik-nx", "dependencies": { - "create-nx-workspace": "^17.0.0" + "create-nx-workspace": "^20.0.0" }, "publishConfig": { "access": "public",