Skip to content

Commit

Permalink
build: update latest versions
Browse files Browse the repository at this point in the history
(cherry picked from commit 966e24c)
  • Loading branch information
filipesilva authored and dgp1130 committed Jan 21, 2020
1 parent bf41a25 commit d92ef49
Show file tree
Hide file tree
Showing 7 changed files with 255 additions and 219 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -84,8 +84,8 @@
"typescript": "3.7.4"
},
"devDependencies": {
"@angular/compiler": "9.0.0-rc.4",
"@angular/compiler-cli": "9.0.0-rc.4",
"@angular/compiler": "9.0.0-rc.9",
"@angular/compiler-cli": "9.0.0-rc.9",
"@bazel/bazel": "1.2.0",
"@bazel/buildifier": "0.29.0",
"@bazel/jasmine": "0.39.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/angular_devkit/build_angular/package.json
Expand Up @@ -70,20 +70,20 @@
"worker-plugin": "3.2.0"
},
"devDependencies": {
"@angular/animations": "9.0.0-rc.4",
"@angular/cdk": "9.0.0-rc.4",
"@angular/common": "9.0.0-rc.4",
"@angular/compiler": "9.0.0-rc.4",
"@angular/compiler-cli": "9.0.0-rc.4",
"@angular/core": "9.0.0-rc.4",
"@angular/forms": "9.0.0-rc.4",
"@angular/localize": "9.0.0-rc.4",
"@angular/material": "9.0.0-rc.4",
"@angular/platform-browser": "9.0.0-rc.4",
"@angular/platform-browser-dynamic": "9.0.0-rc.4",
"@angular/platform-server": "9.0.0-rc.4",
"@angular/router": "9.0.0-rc.4",
"@angular/service-worker": "9.0.0-rc.4",
"@angular/animations": "9.0.0-rc.9",
"@angular/cdk": "9.0.0-rc.7",
"@angular/common": "9.0.0-rc.9",
"@angular/compiler": "9.0.0-rc.9",
"@angular/compiler-cli": "9.0.0-rc.9",
"@angular/core": "9.0.0-rc.9",
"@angular/forms": "9.0.0-rc.9",
"@angular/localize": "9.0.0-rc.9",
"@angular/material": "9.0.0-rc.7",
"@angular/platform-browser": "9.0.0-rc.9",
"@angular/platform-browser-dynamic": "9.0.0-rc.9",
"@angular/platform-server": "9.0.0-rc.9",
"@angular/router": "9.0.0-rc.9",
"@angular/service-worker": "9.0.0-rc.9",
"codelyzer": "^5.0.0",
"bootstrap": "^4.0.0",
"font-awesome": "^4.7.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular_devkit/build_ng_packagr/package.json
Expand Up @@ -11,19 +11,19 @@
"rxjs": "6.5.3"
},
"peerDependencies": {
"ng-packagr": "^9.0.0-rc.0",
"tsickle": "~0.37.1"
"ng-packagr": "^9.0.0-rc.7",
"tsickle": "~0.37.1 || ~0.38.0"
},
"devDependencies": {
"@angular/compiler": "9.0.0-rc.4",
"@angular/compiler-cli": "9.0.0-rc.4",
"@angular/compiler": "9.0.0-rc.9",
"@angular/compiler-cli": "9.0.0-rc.9",
"@angular-devkit/core": "0.0.0",
"ng-packagr": "~9.0.0-rc.0",
"ng-packagr": "~9.0.0-rc.7",
"tslib": "^1.10.0"
},
"peerDependenciesMeta": {
"tsickle": {
"optional": true
}
}
}
}
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Expand Up @@ -32,8 +32,8 @@
"webpack": "^4.0.0"
},
"devDependencies": {
"@angular/compiler": "9.0.0-rc.4",
"@angular/compiler-cli": "9.0.0-rc.4",
"@angular/compiler": "9.0.0-rc.9",
"@angular/compiler-cli": "9.0.0-rc.9",
"typescript": "3.7.4",
"webpack": "4.41.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/schematics/angular/utility/latest-versions.ts
Expand Up @@ -9,9 +9,9 @@
export const latestVersions = {
// These versions should be kept up to date with latest Angular peer dependencies.
Angular: '~9.0.0-rc.9',
RxJs: '~6.5.3',
RxJs: '~6.5.4',
ZoneJs: '~0.10.2',
TypeScript: '~3.6.4',
TypeScript: '~3.7.4',
TsLib: '^1.10.0',

// The versions below must be manually updated when making a new devkit release.
Expand Down
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@angular-devkit/core": "^<%= coreVersion %>",
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
"typescript": "~3.6.4"
"typescript": "~3.7.4"
},
"devDependencies": {
"@types/node": "^12.11.1",
Expand Down

0 comments on commit d92ef49

Please sign in to comment.