Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update angular 16 pre-release version
Browse files Browse the repository at this point in the history
jordanpowell88 committed Apr 21, 2023
1 parent a2160b8 commit 598e429
Showing 2 changed files with 1,009 additions and 477 deletions.
31 changes: 19 additions & 12 deletions system-tests/projects/angular-16/package.json
Original file line number Diff line number Diff line change
@@ -10,22 +10,29 @@
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^16.0.0-next.1",
"@angular/common": "^16.0.0-next.1",
"@angular/compiler": "^16.0.0-next.1",
"@angular/core": "^16.0.0-next.1",
"@angular/forms": "^16.0.0-next.1",
"@angular/platform-browser": "^16.0.0-next.1",
"@angular/platform-browser-dynamic": "^16.0.0-next.1",
"@angular/router": "^16.0.0-next.1",
"@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.12.0"
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0-next.2",
"@angular/cli": "~16.0.0-next.2",
"@angular/compiler-cli": "^16.0.0-next.1",
"@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"
1,455 changes: 990 additions & 465 deletions system-tests/projects/angular-16/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 598e429

Please sign in to comment.