Skip to content

Commit

Permalink
update angular
Browse files Browse the repository at this point in the history
  • Loading branch information
alyleui committed Nov 15, 2018
1 parent 87306d3 commit b61bf7c
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 113 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^7.0.1",
"@angular/common": "^7.0.1",
"@angular/compiler": "^7.0.1",
"@angular/core": "^7.0.1",
"@angular/forms": "^7.0.1",
"@angular/platform-browser": "^7.0.1",
"@angular/platform-browser-dynamic": "^7.0.1",
"@angular/platform-server": "^7.0.1",
"@angular/animations": "^7.0.4",
"@angular/common": "^7.0.4",
"@angular/compiler": "^7.0.4",
"@angular/core": "^7.0.4",
"@angular/forms": "^7.0.4",
"@angular/platform-browser": "^7.0.4",
"@angular/platform-browser-dynamic": "^7.0.4",
"@angular/platform-server": "^7.0.4",
"@angular/pwa": "^0.8.5",
"@angular/router": "^7.0.1",
"@angular/service-worker": "^7.0.1",
"@angular/router": "^7.0.4",
"@angular/service-worker": "^7.0.4",
"@nguniversal/express-engine": "^7.0.2",
"@nguniversal/module-map-ngfactory-loader": "^7.0.2",
"chroma-js": "^1.3.7",
Expand All @@ -53,17 +53,17 @@
"moment": "^2.22.2",
"prismjs": "^1.15.0",
"rxjs": "^6.3.3",
"tsickle": "^0.32.0",
"tsickle": "^0.33.1",
"tslib": "^1.9.3",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@alyle/angular-prerender": "^0.4.1",
"@angular-devkit/build-angular": "^0.10.1",
"@angular-devkit/build-ng-packagr": "^0.10.1",
"@angular/cli": "^7.0.1",
"@angular/compiler-cli": "^7.0.1",
"@angular/http": "^7.0.1",
"@angular/cli": "^7.0.6",
"@angular/compiler-cli": "^7.0.4",
"@angular/http": "^7.0.4",
"@angularclass/hmr": "^2.1.3",
"@compodoc/compodoc": "^1.1.5",
"@types/chroma-js": "^1.3.3",
Expand Down Expand Up @@ -91,6 +91,6 @@
"protractor": "~5.4.0",
"ts-node": "~5.0.1",
"tslint": "~5.10.0",
"typescript": "^3.1.1"
"typescript": "^3.1.3"
}
}
Loading

0 comments on commit b61bf7c

Please sign in to comment.