Skip to content

Commit

Permalink
feat(testing): updates cypress and @cypress/webpack-dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Apr 19, 2024
1 parent e617e54 commit 6326ed4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/cypress/migrations.json
Expand Up @@ -106,6 +106,22 @@
"alwaysAddToPackageJson": false
}
}
},
"19.0.0": {
"version": "19.0.0-beta.2",
"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';

0 comments on commit 6326ed4

Please sign in to comment.