Skip to content

Commit

Permalink
build: bump up @angular/cli to 8.3.0 (#4045)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Aug 23, 2019
1 parent 6d5f452 commit 0016e78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ skipKeywords:

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
numberOfReviewers: 1
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"date-fns": "^1.30.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.802.2",
"@angular-devkit/build-ng-packagr": "~0.802.2",
"@angular-devkit/core": "^8.2.2",
"@angular-devkit/schematics": "^8.2.2",
"@angular-devkit/build-angular": "~0.803.0",
"@angular-devkit/build-ng-packagr": "~0.803.0",
"@angular-devkit/core": "^8.3.0",
"@angular-devkit/schematics": "^8.3.0",
"@angular/animations": "^8.2.3",
"@angular/cli": "^8.2.2",
"@angular/cli": "^8.3.0",
"@angular/common": "^8.2.3",
"@angular/compiler": "^8.2.3",
"@angular/compiler-cli": "^8.2.3",
Expand All @@ -46,13 +46,13 @@
"@angular/platform-browser": "^8.2.3",
"@angular/platform-browser-dynamic": "^8.2.3",
"@angular/platform-server": "^8.2.3",
"@angular/pwa": "^0.802.2",
"@angular/pwa": "^0.803.0",
"@angular/router": "^8.2.3",
"@angular/service-worker": "^8.2.3",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-angular": "^8.1.0",
"@nguniversal/module-map-ngfactory-loader": "^8.1.1",
"@schematics/angular": "^8.2.2",
"@schematics/angular": "^8.3.0",
"@stackblitz/sdk": "^1.3.0",
"@types/fs-extra": "^8.0.0",
"@types/gulp": "^4.0.6",
Expand Down Expand Up @@ -81,7 +81,7 @@
"karma-jasmine-html-reporter": "^1.4.2",
"karma-spec-reporter": "0.0.32",
"karma-viewport": "^1.0.4",
"less": "^3.10.2",
"less": "^3.10.3",
"less-plugin-clean-css": "^1.5.1",
"lint-staged": "^9.2.3",
"marked": "^0.7.0",
Expand Down

0 comments on commit 0016e78

Please sign in to comment.