Skip to content

Commit

Permalink
build: update to latest Angular v16 RCs
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Apr 21, 2023
1 parent 3a5e5d8 commit 0fd8dee
Show file tree
Hide file tree
Showing 2 changed files with 830 additions and 218 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
]
},
"dependencies": {
"@angular/animations": "16.0.0-next.6",
"@angular/cdk": "16.0.0-next.4",
"@angular/common": "16.0.0-next.6",
"@angular/compiler": "16.0.0-next.6",
"@angular/core": "16.0.0-next.6",
"@angular/forms": "16.0.0-next.6",
"@angular/material": "16.0.0-next.4",
"@angular/platform-browser": "16.0.0-next.6",
"@angular/platform-browser-dynamic": "16.0.0-next.6",
"@angular/platform-server": "16.0.0-next.6",
"@angular/router": "16.0.0-next.6",
"@angular/animations": "^16.0.0-rc.0",
"@angular/cdk": "^16.0.0-rc.0",
"@angular/common": "^16.0.0-rc.0",
"@angular/compiler": "^16.0.0-rc.0",
"@angular/core": "^16.0.0-rc.0",
"@angular/forms": "^16.0.0-rc.0",
"@angular/material": "^16.0.0-rc.0",
"@angular/platform-browser": "^16.0.0-rc.0",
"@angular/platform-browser-dynamic": "^16.0.0-rc.0",
"@angular/platform-server": "^16.0.0-rc.0",
"@angular/router": "^16.0.0-rc.0",
"@nrwl/angular": "15.8.7",
"core-js": "^2.5.4",
"eslint-etc": "^5.1.0",
Expand All @@ -87,17 +87,17 @@
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.0-next.6",
"@angular-devkit/core": "16.0.0-next.6",
"@angular-devkit/schematics": "16.0.0-next.6",
"@angular-devkit/build-angular": "^16.0.0-rc.0",
"@angular-devkit/core": "^16.0.0-rc.0",
"@angular-devkit/schematics": "^16.0.0-rc.0",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/schematics": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "16.0.0-next.6",
"@angular/compiler-cli": "16.0.0-next.6",
"@angular/language-service": "16.0.0-next.6",
"@angular/cli": "^16.0.0-rc.0",
"@angular/compiler-cli": "^16.0.0-rc.0",
"@angular/language-service": "^16.0.0-rc.0",
"@babel/core": "7.9.0",
"@nrwl/cli": "15.8.7",
"@nrwl/cypress": "15.8.7",
Expand All @@ -109,7 +109,7 @@
"@nrwl/tao": "15.8.7",
"@nrwl/workspace": "15.8.7",
"@octokit/rest": "^15.17.0",
"@schematics/angular": "16.0.0-next.6",
"@schematics/angular": "^16.0.0-rc.0",
"@testing-library/cypress": "9.0.0",
"@types/fs-extra": "^2.1.0",
"@types/glob": "^5.0.33",
Expand Down Expand Up @@ -160,7 +160,7 @@
"karma-jasmine-html-reporter": "2.0.0",
"lint-staged": "^8.0.0",
"ncp": "^2.0.0",
"ng-packagr": "16.0.0-next.2",
"ng-packagr": "^16.0.0-rc.0",
"npm-run-all": "^4.1.5",
"nx": "15.8.7",
"nyc": "^10.1.2",
Expand Down
Loading

0 comments on commit 0fd8dee

Please sign in to comment.