Skip to content

Commit

Permalink
fix(testing): update @nrwl/cypress peer deps (#10618)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbados-clemens committed Jun 7, 2022
1 parent e01e2c9 commit b9012fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cypress/package.json
Expand Up @@ -34,6 +34,10 @@
},
"dependencies": {
"@cypress/webpack-preprocessor": "^5.9.1",
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"webpack": "^4 || ^5",
"@nrwl/devkit": "file:../devkit",
"@nrwl/linter": "file:../linter",
"@nrwl/workspace": "file:../workspace",
Expand Down
1 change: 1 addition & 0 deletions scripts/depcheck/discrepancies.ts
Expand Up @@ -5,6 +5,7 @@ import { satisfies } from 'semver';
const IGNORE_MATCHES = {
'*': [],
angular: ['webpack-merge', '@phenomnomnominal/tsquery'],
cypress: ['webpack'],
};

export default function getDiscrepancies(
Expand Down

0 comments on commit b9012fa

Please sign in to comment.