Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(testing): updates cypress and @cypress/webpack-dev-server #22902

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/cypress/migrations.json
Expand Up @@ -82,6 +82,22 @@
"alwaysAddToPackageJson": false
}
}
},
"19.1.0": {
"version": "19.1.0-beta.0",
"requires": {
"cypress": "^13.0.0"
},
"packages": {
"cypress": {
"version": "^13.8.0",
"alwaysAddToPackageJson": false
},
"@cypress/webpack-dev-server": {
"version": "^3.8.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
5 changes: 2 additions & 3 deletions packages/cypress/src/utils/versions.ts
Expand Up @@ -2,8 +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.6';
export const cypressWebpackVersion = '^2.0.0';
export const webpackHttpPluginVersion = '^5.5.0';
export const cypressVersion = '^13.8.0';
export const cypressWebpackVersion = '^3.8.0';
export const viteVersion = '~5.0.0';
export const htmlWebpackPluginVersion = '^5.5.0';