Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update angular-15 system-test project #24970

Merged
merged 2 commits into from Dec 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
22 changes: 11 additions & 11 deletions system-tests/projects/angular-15/package.json
Expand Up @@ -9,22 +9,22 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "^15.0.0-next.4",
"@angular/common": "^15.0.0-next.4",
"@angular/compiler": "^15.0.0-next.4",
"@angular/core": "^15.0.0-next.4",
"@angular/forms": "^15.0.0-next.4",
"@angular/platform-browser": "^15.0.0-next.4",
"@angular/platform-browser-dynamic": "^15.0.0-next.4",
"@angular/router": "^15.0.0-next.4",
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@angular/cli scaffolds out new NG15 projects with "zone.js": "~0.12.0"

},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0-next.3",
"@angular/cli": "~15.0.0-next.3",
"@angular/compiler-cli": "^15.0.0-next.4",
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "^15.0.0",
"typescript": "~4.8.4"
},
"projectFixtureDirectory": "angular"
Expand Down