mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-24 07:59:03 -06:00
* feat(angular): add support for Angular 16 * chore: update angular 16 pre-release version * feat: handle getStylesConfig returning a Promise in Angular 16 (#26559) * chore: remove next from deps to prepare for release * remove .only, add angular-16 to webpack-dev-server e2e tests --------- Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com> Co-authored-by: astone123 <adams@cypress.io>
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "angular-16",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^16.0.0-next.5",
|
|
"@angular/common": "^16.0.0-next.5",
|
|
"@angular/compiler": "^16.0.0-next.5",
|
|
"@angular/core": "^16.0.0-next.5",
|
|
"@angular/forms": "^16.0.0-next.5",
|
|
"@angular/platform-browser": "^16.0.0-next.5",
|
|
"@angular/platform-browser-dynamic": "^16.0.0-next.5",
|
|
"@angular/router": "^16.0.0-next.5",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^16.0.0-next.6",
|
|
"@angular/cli": "~16.0.0-next.6",
|
|
"@angular/compiler-cli": "^16.0.0-next.5",
|
|
"@types/jasmine": "~4.3.0",
|
|
"jasmine-core": "~4.5.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.0.0",
|
|
"typescript": "~4.9.4"
|
|
},
|
|
"projectFixtureDirectory": "angular"
|
|
}
|