mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-09 08:29:55 -05:00
971b7ae3d7
* breaking: remove Angular 17 support BREAKING CHANGE: Removed support for Angular 17. Only Angular 18 and 19 are now supported. This change affects the @cypress/angular package. Addresses #31303. * empty commit to kick CI * update changelog references to make it clearer on where angular 17 packages live historically * fix cy framework errors app test to use angualr 18 and 19 * fix issue where di was not discoverable in resolved system tests config * fix scaffold dependencies to use angular 18 and 19 and not 17 and 18 * fix zonr.js system test dependency resolution * bump cache * fix failing handler test --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "angular-signals",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "ng build",
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"test": "ng test",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^18.0.0",
|
|
"@angular/common": "^18.0.0",
|
|
"@angular/compiler": "^18.0.0",
|
|
"@angular/core": "^18.0.0",
|
|
"@angular/forms": "^18.0.0",
|
|
"@angular/platform-browser": "^18.0.0",
|
|
"@angular/platform-browser-dynamic": "^18.0.0",
|
|
"@angular/router": "^18.0.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.14.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^18.0.0",
|
|
"@angular/cli": "^18.0.0",
|
|
"@angular/compiler-cli": "^18.0.0",
|
|
"@types/jasmine": "~4.3.0",
|
|
"@types/lodash": "~4.17.13",
|
|
"jasmine-core": "~4.6.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"lodash": "~4.17.21",
|
|
"typescript": "~5.2.2"
|
|
}
|
|
}
|