Skip to content

Commit

Permalink
fix(rxjs): lock version 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Dec 4, 2017
1 parent 87b924f commit 6db6a8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/mcs-lite-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"redux-cycles": "^0.4.1",
"redux-freeze": "^0.1.5",
"redux-mock-store": "^1.3.0",
"rxjs": "^5.5.2",
"rxjs": "5.5.2",
"styled-components": "^2.2.3",
"uuid": "^3.1.0",
"validator": "^9.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-mobile-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"redux-cycles": "^0.4.1",
"redux-freeze": "^0.1.5",
"redux-mock-store": "^1.3.0",
"rxjs": "^5.5.2",
"rxjs": "5.5.2",
"styled-components": "^2.2.3",
"uuid": "^3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lodash.camelcase": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"ramda": "^0.25.0",
"rxjs": "^5.5.2"
"rxjs": "5.5.2"
},
"devDependencies": {
"babel-cli": "^6.26.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"react-waypoint": "^7.3.1",
"recharts": "^1.0.0-beta.0",
"recompose": "^0.26.0",
"rxjs": "^5.5.2"
"rxjs": "5.5.2"
},
"peerDependencies": {
"mcs-lite-icon": "^0.3.9",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10055,7 +10055,7 @@ [email protected]:
dependencies:
symbol-observable "^1.0.1"

rxjs@^5.4.3, rxjs@^5.5.2:
rxjs@5.5.2, rxjs@^5.4.3:
version "5.5.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.2.tgz#28d403f0071121967f18ad665563255d54236ac3"
dependencies:
Expand Down

0 comments on commit 6db6a8d

Please sign in to comment.