Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Jun 16, 2018
1 parent 820f532 commit a170396
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 184 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db
.env
server.js
213 changes: 44 additions & 169 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,21 @@
"ssr:build:mono": "run-s app:build:mono ssr:prebuild ssr:webpack",
"ssr:build-dev:mono": "run-s app:build-dev:mono ssr:prebuild-dev ssr:webpack",
"ssr:build-mockapi:mono": "run-s app:build-mockapi:mono ssr:prebuild-mockapi ssr:webpack",
"heroku-postbuild": "run-s ssr:build-mockapi"
"heroku-postbuild": "run-s ssr:build-mockapi",
"postinstall": "node ./scripts/patch.js"
},
"postinstall": "node scripts/patch.js",
"dependencies": {
"@angular/animations": "^6.0.4",
"@angular/common": "^6.0.4",
"@angular/compiler": "^6.0.4",
"@angular/core": "^6.0.4",
"@angular/forms": "^6.0.4",
"@angular/http": "^6.0.4",
"@angular/platform-browser": "^6.0.4",
"@angular/platform-browser-dynamic": "^6.0.4",
"@angular/platform-server": "^6.0.4",
"@angular/router": "^6.0.4",
"@angular/animations": "^6.0.5",
"@angular/common": "^6.0.5",
"@angular/compiler": "^6.0.5",
"@angular/core": "^6.0.5",
"@angular/forms": "^6.0.5",
"@angular/http": "^6.0.5",
"@angular/platform-browser": "^6.0.5",
"@angular/platform-browser-dynamic": "^6.0.5",
"@angular/platform-server": "^6.0.5",
"@angular/router": "^6.0.5",
"@nguniversal/express-engine": "^6.0.0",
"@nguniversal/module-map-ngfactory-loader": "^6.0.0",
"@ngx-translate/core": "^10.0.2",
Expand All @@ -122,8 +123,8 @@
"@angular-devkit/build-angular": "~0.6.8",
"@angular-devkit/build-ng-packagr": "~0.6.8",
"@angular/cli": "^6.0.8",
"@angular/compiler-cli": "^6.0.4",
"@angular/language-service": "^6.0.4",
"@angular/compiler-cli": "^6.0.5",
"@angular/language-service": "^6.0.5",
"@rucken/cli": "^2.0.6",
"@types/body-parser": "^1.17.0",
"@types/jasmine": "~2.8.8",
Expand All @@ -143,7 +144,7 @@
"html-loader": "^0.5.5",
"jasmine-core": "~3.1.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^2.0.2",
"karma": "^2.0.3",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
Expand All @@ -165,4 +166,4 @@
"ts-loader"
]
}
}
}

0 comments on commit a170396

Please # to comment.