Skip to content

Commit

Permalink
feat(core): upgrades to angular 17.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Oct 19, 2023
1 parent a70e0b8 commit e5d190c
Show file tree
Hide file tree
Showing 4 changed files with 866 additions and 1,012 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0-next.6",
"@angular/common": "^17.0.0-next.6",
"@angular/compiler": "^17.0.0-next.6",
"@angular/core": "^17.0.0-next.6",
"@angular/forms": "^17.0.0-next.6",
"@angular/platform-browser": "^17.0.0-next.6",
"@angular/platform-browser-dynamic": "^17.0.0-next.6",
"@angular/router": "^17.0.0-next.6",
"@nguniversal/express-engine": "^16.2.0",
"@angular/animations": "^17.0.0-rc.0",
"@angular/common": "^17.0.0-rc.0",
"@angular/compiler": "^17.0.0-rc.0",
"@angular/core": "^17.0.0-rc.0",
"@angular/forms": "^17.0.0-rc.0",
"@angular/platform-browser": "^17.0.0-rc.0",
"@angular/platform-browser-dynamic": "^17.0.0-rc.0",
"@angular/router": "^17.0.0-rc.0",
"@angular/ssr": "^17.0.0-next.9",
"rxjs": "^7.5.7",
"tslib": "^2.4.0",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0-next.6",
"@angular-devkit/build-angular": "^17.0.0-next.9",
"@angular-eslint/builder": "latest",
"@angular-eslint/eslint-plugin": "latest",
"@angular-eslint/eslint-plugin-template": "latest",
"@angular-eslint/schematics": "latest",
"@angular-eslint/template-parser": "latest",
"@angular/cli": "^17.0.0-next.6",
"@angular/compiler-cli": "^17.0.0-next.6",
"@angular/language-service": "^17.0.0-next.6",
"@angular/cli": "^17.0.0-next.9",
"@angular/compiler-cli": "^17.0.0-rc.0",
"@angular/language-service": "^17.0.0-rc.0",
"@types/express": "^4.17.18",
"@types/jest": "latest",
"@types/node": "latest",
Expand All @@ -52,7 +52,7 @@
"eslint-plugin-prefer-arrow": "latest",
"jest": "latest",
"jest-environment-jsdom": "latest",
"ng-packagr": "^17.0.0-next.1",
"ng-packagr": "^17.0.0-next.2",
"prettier": "latest",
"ts-node": "^10.8.1",
"typescript": "^5.2.2"
Expand Down

0 comments on commit e5d190c

Please sign in to comment.