Skip to content

Commit

Permalink
revert react-responsive@5 change since it breaks ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
modosc committed Oct 10, 2018
1 parent ead65f6 commit e6f5a25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-responsive-redux",
"version": "0.6.0",
"version": "0.7.0",
"description": "redux integration for react-responsive",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -80,7 +80,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0-beta.35",
"mobile-detect": "^1.3.7",
"react-responsive": "^5.0.0"
"react-responsive": "^4.0.0"
},
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4083,10 +4083,10 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

matchmediaquery@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/matchmediaquery/-/matchmediaquery-0.3.0.tgz#6f672bcdbc44de16825c6917fbcdcfb9b82607b1"
integrity sha512-u0dlv+VENJ+3YepvwSPBieuvnA6DWfaYa/ctwysAR13y4XLJNyt7bEVKzNj/Nvjo+50d88Pj+xL9xaSo6JmX/w==
matchmediaquery@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/matchmediaquery/-/matchmediaquery-0.2.1.tgz#223c7005793de03e47ce92b13285a72c44ada2cf"
integrity sha1-IjxwBXk94D5HzpKxMoWnLEStos8=
dependencies:
css-mediaquery "^0.1.2"

Expand Down Expand Up @@ -4953,13 +4953,13 @@ react-redux@^5.0.6:
loose-envify "^1.1.0"
prop-types "^15.6.0"

react-responsive@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/react-responsive/-/react-responsive-5.0.0.tgz#b6e559b2ce8c4d82b0d47a7a78a74645b977e4af"
integrity sha512-oEimZ0FTCC3/pjGDEBHOz06nWbBNDIbMGOdRYp6K9SBUmrqgNAX77hTiqvmRQeLyI97zz4F4kiaFRxFspDxE+w==
react-responsive@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/react-responsive/-/react-responsive-4.1.0.tgz#01d129a35729c8f0373e79871cc8d5ecf6e22765"
integrity sha512-ZuDraf0qsJlyiTwzeva+foHx83IP6SIhru9o7BvMwQ4ZHjRIL5WjdgVNNrKSRbmeWO9rEJoMpabei/5lJn8KaA==
dependencies:
hyphenate-style-name "^1.0.0"
matchmediaquery "^0.3.0"
matchmediaquery "^0.2.1"
prop-types "^15.6.1"

react-test-renderer@^16.0.0, react-test-renderer@^16.0.0-0:
Expand Down

0 comments on commit e6f5a25

Please sign in to comment.