We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6e2cc commit 598877eCopy full SHA for 598877e
README.md
@@ -93,6 +93,7 @@ This plugin supports Nx migrations and provides necessary version and code updat
93
94
| qwik-nx version | Nx version |
95
| --------------- | ------------------------- |
96
+| ^3.0.0 | ^20.0.0 |
97
| ^2.0.0 | ^17.0.0, ^18.0.0, ^19.0.0 |
98
| ^1.1.0 | ^16.8.0 |
99
| ^1.0.0 | ^16.0.0 |
packages/create-qwik-nx/package.json
@@ -25,7 +25,7 @@
25
},
26
"homepage": "https://github.com/qwikifiers/qwik-nx",
27
"dependencies": {
28
- "create-nx-workspace": "^17.0.0"
+ "create-nx-workspace": "^20.0.0"
29
30
"publishConfig": {
31
"access": "public",
0 commit comments