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 6133704 commit 3def657Copy full SHA for 3def657
packages/qwik-nx/src/utils/versions.ts
@@ -21,8 +21,8 @@ export const tailwindcssVersion = '~3.1.8';
21
export const nxKitVersion = '^3.0.0';
22
23
// cloudflare-pages integration
24
-export const wranglerVersion = '^2.8.0';
25
-export const nxCloudflareWrangler = '^2.0.0';
+export const wranglerVersion = '^3.1.0';
+export const nxCloudflareWrangler = '^2.4.2';
26
27
// storybook
28
export const storybookFrameworkQwikVersion = '^0.2.0';
0 commit comments