Skip to content

Commit 241a738

Browse files
Merge pull request #12 from MikeMcC399/update/cypress-13-0-0
chore(deps): update examples to cypress 13.0.0
2 parents 8b1e556 + 1baf984 commit 241a738

File tree

9 files changed

+471
-152
lines changed

9 files changed

+471
-152
lines changed

angular/my-awesome-app/angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,8 @@
9797
}
9898
}
9999
}
100+
},
101+
"cli": {
102+
"analytics": false
100103
}
101104
}

angular/my-awesome-app/package-lock.json

Lines changed: 107 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular/my-awesome-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@angular/cli": "~16.1.6",
2828
"@angular/compiler-cli": "^16.1.7",
2929
"@types/jasmine": "~4.0.0",
30-
"cypress": "^12.17.2",
30+
"cypress": "^13.0.0",
3131
"jasmine-core": "~4.3.0",
3232
"karma": "~6.4.0",
3333
"karma-chrome-launcher": "~3.1.0",

0 commit comments

Comments
 (0)