Skip to content

Commit

Permalink
chore(deps): move all cypress-related deps to workspace `projects/d…
Browse files Browse the repository at this point in the history
…emo-integrations`
  • Loading branch information
nsbarsukov committed Feb 27, 2024
1 parent c9806cd commit b5b18c2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
17 changes: 14 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
"@angular-devkit/schematics": "15.2.10",
"@angular/cli": "15.2.10",
"@nx/angular": "17.3.0",
"@nx/cypress": "17.3.0",
"@nx/eslint": "17.3.0",
"@nx/jest": "17.3.0",
"@nx/js": "17.3.0",
Expand All @@ -112,8 +111,6 @@
"@tinkoff/eslint-config-react": "2.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.11.20",
"cypress": "13.6.6",
"cypress-real-events": "1.12.0",
"eslint": "8.56.0",
"http-server": "14.1.1",
"husky": "9.0.11",
Expand Down
9 changes: 9 additions & 0 deletions projects/demo-integrations/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "@maskito/demo-cypress",
"private": true,
"devDependencies": {
"@nx/cypress": "17.3.0",
"cypress": "13.6.6",
"cypress-real-events": "1.12.0"
}
}

0 comments on commit b5b18c2

Please sign in to comment.