Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
chore(updates): Dep. updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGrey committed Jun 17, 2017
1 parent fe97971 commit 5f4dc44
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 80 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"translations:dev": "npm run translations:prod -- -w"
},
"devDependencies": {
"@angular/compiler-cli": "^4.2.2",
"@angular/platform-server": "^4.2.2",
"@angular/compiler-cli": "^4.2.3",
"@angular/platform-server": "^4.2.3",
"@angularclass/hmr": "1.2.2",
"@angularclass/hmr-loader": "3.0.2",
"@ngrx/store-devtools": "^3.2.4",
Expand All @@ -72,7 +72,7 @@
"http-proxy": "^1.16.2",
"inline-chunk-manifest-html-webpack-plugin": "^1.1.1",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-core": "^2.6.3",
"jasmine-core": "^2.6.4",
"jasmine-reporters": "^2.2.1",
"js-yaml": "^3.8.4",
"karma": "^1.7.0",
Expand All @@ -90,14 +90,14 @@
"node-sass": "^4.5.3",
"phantomjs-prebuilt": "^2.1.14",
"postcss-flexbugs-fixes": "^3.0.0",
"postcss-loader": "^2.0.5",
"postcss-loader": "^2.0.6",
"raw-loader": "0.5.1",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.5",
"sass-loader": "^6.0.6",
"script-ext-html-webpack-plugin": "^1.8.1",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
"stylelint": "^7.11.0",
"stylelint": "^7.11.1",
"stylelint-webpack-plugin": "^0.7.0",
"to-string-loader": "1.1.5",
"ts-loader": "^2.1.0",
Expand All @@ -114,14 +114,14 @@
"webpack-merge": "^4.1.0"
},
"dependencies": {
"@angular/common": "^4.2.2",
"@angular/compiler": "^4.2.2",
"@angular/core": "^4.2.2",
"@angular/forms": "^4.2.2",
"@angular/http": "^4.2.2",
"@angular/platform-browser": "^4.2.2",
"@angular/platform-browser-dynamic": "^4.2.2",
"@angular/router": "^4.2.2",
"@angular/common": "^4.2.3",
"@angular/compiler": "^4.2.3",
"@angular/core": "^4.2.3",
"@angular/forms": "^4.2.3",
"@angular/http": "^4.2.3",
"@angular/platform-browser": "^4.2.3",
"@angular/platform-browser-dynamic": "^4.2.3",
"@angular/router": "^4.2.3",
"@ngrx/core": "1.2.0",
"@ngrx/router-store": "^1.2.6",
"@ngrx/store": "^2.2.2",
Expand All @@ -133,7 +133,7 @@
"lodash-es": "^4.17.4",
"normalize.css": "^7.0.0",
"reselect": "^3.0.1",
"rxjs": "^5.4.0",
"rxjs": "^5.4.1",
"zone.js": "^0.8.12"
},
"engines": {
Expand Down
Loading

0 comments on commit 5f4dc44

Please sign in to comment.