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

fix: update @angular/core to 9.0.0-rc.6 and @angular/cli to 9.0.0-rc.5 #652

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -43,16 +43,16 @@
"nx": "nx"
},
"dependencies": {
"@angular/animations": "9.0.0-next.2",
"@angular/animations": "9.0.0-rc.6",
"@angular/cdk": "^8.0.0",
"@angular/common": "9.0.0-next.2",
"@angular/compiler": "9.0.0-next.2",
"@angular/core": "9.0.0-next.2",
"@angular/elements": "9.0.0-next.2",
"@angular/forms": "9.0.0-next.2",
"@angular/platform-browser": "9.0.0-next.2",
"@angular/platform-browser-dynamic": "9.0.0-next.2",
"@angular/router": "9.0.0-next.2",
"@angular/common": "9.0.0-rc.6",
"@angular/compiler": "9.0.0-rc.6",
"@angular/core": "9.0.0-rc.6",
"@angular/elements": "9.0.0-rc.6",
"@angular/forms": "9.0.0-rc.6",
"@angular/platform-browser": "9.0.0-rc.6",
"@angular/platform-browser-dynamic": "9.0.0-rc.6",
"@angular/router": "9.0.0-rc.6",
"@ngrx/effects": "8.5.2",
"@ngrx/router-store": "8.5.2",
"@ngrx/store": "8.5.2",
@@ -72,11 +72,11 @@
"zone.js": "~0.10.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.20",
"@angular-devkit/build-ng-packagr": "~0.803.20",
"@angular/cli": "8.3.20",
"@angular/compiler-cli": "9.0.0-next.2",
"@angular/language-service": "9.0.0-next.2",
"@angular-devkit/build-angular": "~0.900.0-rc.5",
"@angular-devkit/build-ng-packagr": "~0.900.0-rc.5",
"@angular/cli": "9.0.0-rc.5",
"@angular/compiler-cli": "9.0.0-rc.6",
"@angular/language-service": "9.0.0-rc.6",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.0.0",
"@commitlint/cli": "^8.0.0",
@@ -114,7 +114,7 @@
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.0",
"karma-jasmine-html-reporter": "^1.0.0",
"ng-packagr": "^5.4.3",
"ng-packagr": "^9.0.0-rc.3",
"ngx-build-plus": "^9.0.0",
"npm-cli-login": "^0.1.1",
"patch-package": "^6.1.2",
@@ -126,12 +126,12 @@
"tsickle": "^0.37.0",
"tslib": "^1.10.0",
"tslint": "~5.20.0",
"typescript": "~3.5.3",
"typescript": "~3.6.4",
"verdaccio": "^4.0.0-alpha.6"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS -e"
}
}
}
}
1,248 changes: 635 additions & 613 deletions yarn.lock

Large diffs are not rendered by default.