Skip to content

Commit 3def657

Browse files
fix(qwik-nx): bump cloudflare deps (#176)
1 parent 6133704 commit 3def657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/qwik-nx/src/utils/versions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export const tailwindcssVersion = '~3.1.8';
2121
export const nxKitVersion = '^3.0.0';
2222

2323
// cloudflare-pages integration
24-
export const wranglerVersion = '^2.8.0';
25-
export const nxCloudflareWrangler = '^2.0.0';
24+
export const wranglerVersion = '^3.1.0';
25+
export const nxCloudflareWrangler = '^2.4.2';
2626

2727
// storybook
2828
export const storybookFrameworkQwikVersion = '^0.2.0';

0 commit comments

Comments
 (0)