Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #515 from elifesciences/layout-bug
Browse files Browse the repository at this point in the history
fix: prevent v3 of styled-system from breaking grid-styled layout
  • Loading branch information
hem-brahmbhatt authored Aug 21, 2018
2 parents 335939e + 6276827 commit d0a10ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
"<rootDir>/server"
]
},
"resolutions": {
"styled-system": "2.3.6"
},
"workspaces": [
"client/*",
"server/*"
Expand All @@ -81,10 +84,10 @@
"lodash": "^4.17.5",
"omit-deep-lodash": "^1.1.2",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-apollo": "^2.1.11",
"pubsweet-client": "^4.1.0",
"pubsweet-server": "^8.0.0",
"react": "^16.4.2",
"react-apollo": "^2.1.11",
"react-autosuggest": "^9.3.4",
"react-dom": "^16.4.2",
"react-dropzone": "^4.3.0",
Expand Down
10 changes: 2 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8820,7 +8820,7 @@ prompt@^1.0.0:
utile "0.3.x"
winston "2.1.x"

"prompt@github:flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87":
prompt@flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87:
version "1.0.0"
resolved "https://codeload.github.com/flatiron/prompt/tar.gz/1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87"
dependencies:
Expand Down Expand Up @@ -10896,13 +10896,7 @@ styled-normalize@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/styled-normalize/-/styled-normalize-3.0.1.tgz#217efb96598690addd04699ca71af0db3473fea2"

"styled-system@>=2.0.0 || >=3.0.0":
version "3.0.2"
resolved "https://registry.yarnpkg.com/styled-system/-/styled-system-3.0.2.tgz#2189a6d829117d212fb6ac8ebc4260fdb75d1109"
dependencies:
prop-types "^15.6.2"

styled-system@^2.3.1:
styled-system@2.3.6, "styled-system@>=2.0.0 || >=3.0.0", styled-system@^2.3.1:
version "2.3.6"
resolved "https://registry.yarnpkg.com/styled-system/-/styled-system-2.3.6.tgz#a38c1ffa04a5c35adec46473984e463c48b16f7c"
dependencies:
Expand Down

0 comments on commit d0a10ca

Please sign in to comment.