Skip to content

Commit

Permalink
feat(testing): update cypress version
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Feb 23, 2024
1 parent 21e7648 commit 520f00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cypress/src/utils/versions.ts
Expand Up @@ -2,7 +2,7 @@ export const nxVersion = require('../../package.json').version;
export const eslintPluginCypressVersion = '^2.13.4';
export const typesNodeVersion = '18.16.9';
export const cypressViteDevServerVersion = '^2.2.1';
export const cypressVersion = '13.6.4';
export const cypressVersion = '^13.6.6';
export const cypressWebpackVersion = '^2.0.0';
export const webpackHttpPluginVersion = '^5.5.0';
export const viteVersion = '~5.0.0';
Expand Down

0 comments on commit 520f00b

Please sign in to comment.