Skip to content

Commit

Permalink
chore(@ngrx): move to v5.x of ngrx/{store,effect}
Browse files Browse the repository at this point in the history
The store-devtools are not updated due to ngrx/platform#624
  • Loading branch information
davinkevin committed Feb 25, 2018
1 parent 91e926f commit eb99ed8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
11 changes: 5 additions & 6 deletions frontend-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@
},
"private": true,
"dependencies": {

"@angular/animations": "^5.2.0",
"@angular/cdk": "^5.2.0",
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/material": "^5.2.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"@angular/cdk": "^5.0.0-rc0",
"@angular/material": "^5.0.0-rc0",
"@ngrx/effects": "^4.1.1",
"@ngrx/store": "^4.1.1",
"@ngrx/store-devtools": "^4.1.1",
"@ngrx/effects": "^5.0.1",
"@ngrx/store": "^5.0.0",
"@ngrx/store-devtools": "4.1.1",
"clang-format": "^1.1.0",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
Expand Down
18 changes: 9 additions & 9 deletions frontend-angular/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
dependencies:
tslib "^1.7.1"

"@angular/cdk@^5.0.0-rc0":
"@angular/cdk@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.2.0.tgz#4368f6749e915cdcc75d325ae33fdb3f85a88108"
dependencies:
Expand Down Expand Up @@ -145,7 +145,7 @@
version "5.2.4"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.2.4.tgz#281631793671844ae8f6f9c0ec80b91d064db2d8"

"@angular/material@^5.0.0-rc0":
"@angular/material@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-5.2.0.tgz#8599e3149d48487e3e92e941fa9dc55176e3a0cf"
dependencies:
Expand All @@ -169,17 +169,17 @@
dependencies:
tslib "^1.7.1"

"@ngrx/effects@^4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@ngrx/effects/-/effects-4.1.1.tgz#cb758b8527964b258ea41951f59aa144e3ef9fae"
"@ngrx/effects@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@ngrx/effects/-/effects-5.0.1.tgz#cf970a6b8e2f3d3647e795e7040e09a2e7d157ed"

"@ngrx/store-devtools@^4.1.1":
"@ngrx/store-devtools@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@ngrx/store-devtools/-/store-devtools-4.1.1.tgz#20745c39c7560fdc05fa4f22638442a7ec7dd676"

"@ngrx/store@^4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@ngrx/store/-/store-4.1.1.tgz#680e34df2775e8852754ed777ffac95bd81b7de0"
"@ngrx/store@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@ngrx/store/-/store-5.0.0.tgz#483a955ea99a63ee083675ce0596d505e5501747"

"@ngtools/json-schema@1.1.0", "@ngtools/json-schema@^1.1.0":
version "1.1.0"
Expand Down

0 comments on commit eb99ed8

Please sign in to comment.