Skip to content

Commit

Permalink
chore(deps): update dependency cypress to v13.16.0 (#1875)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 309fd43 commit a629d9f
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@angular/language-service": "18.1.3",
"@types/jasmine": "5.1.2",
"@types/node": "20.17.7",
"cypress": "13.13.3",
"cypress": "13.16.0",
"jasmine-core": "5.2.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-esbuild/sanity-esbuild-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/language-service": "18.1.3",
"@types/jasmine": "5.1.2",
"@types/node": "20.17.7",
"cypress": "13.13.3",
"cypress": "13.16.0",
"jasmine-core": "5.2.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/full-cycle-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/language-service": "18.1.3",
"@types/jasmine": "5.1.4",
"@types/node": "20.17.7",
"cypress": "13.13.3",
"cypress": "13.16.0",
"html-webpack-plugin": "5.6.3",
"jasmine-core": "5.2.0",
"karma": "6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@cypress/schematic": "2.5.2",
"@types/jasmine": "5.1.4",
"@types/node": "20.17.7",
"cypress": "13.13.3",
"cypress": "13.16.0",
"jasmine-core": "5.2.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-webpack/sanity-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/language-service": "18.1.3",
"@types/jasmine": "5.1.4",
"@types/node": "20.17.7",
"cypress": "13.13.3",
"cypress": "13.16.0",
"jasmine-core": "5.2.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/jest/multiple-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@angular/language-service": "18.1.3",
"@types/jasmine": "5.1.4",
"@types/node": "20.17.7",
"cypress": "13.13.3",
"cypress": "13.16.0",
"jasmine-core": "5.2.0",
"jest": "29.7.0",
"ng-packagr": "18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/jest/simple-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/language-service": "18.1.3",
"@types/jasmine": "5.1.4",
"@types/node": "20.17.7",
"cypress": "13.13.3",
"cypress": "13.16.0",
"jasmine-core": "5.2.0",
"jest": "29.7.0",
"jest-junit": "16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/timestamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@cypress/schematic": "2.5.2",
"@types/jasmine": "5.1.4",
"@types/node": "20.17.7",
"cypress": "13.13.3",
"cypress": "13.16.0",
"jasmine-core": "5.2.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
Expand Down
Loading

0 comments on commit a629d9f

Please sign in to comment.