Skip to content

Commit

Permalink
Merge pull request #89 from antonsapyanov/fix/react-draggable-version
Browse files Browse the repository at this point in the history
fix(pkg): remove old react-draggable version
  • Loading branch information
STRML authored Apr 20, 2018
2 parents e85079f + 95ae06d commit 74ef3b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"prop-types": "15.x",
"react-draggable": "^2.2.6 || ^3.0.3"
"react-draggable": "^3.0.3"
},
"peerDependencies": {
"react": "0.14.x || 15.x || 16.x",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3757,12 +3757,12 @@ react-dom@^16.0.0:
object-assign "^4.1.1"
prop-types "^15.6.0"

"react-draggable@^2.2.6 || ^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-3.0.3.tgz#a6f9b3a7171981b76dadecf238316925cb9eacf4"
react-draggable@^3.0.3:
version "3.0.5"
resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-3.0.5.tgz#c031e0ed4313531f9409d6cd84c8ebcec0ddfe2d"
dependencies:
classnames "^2.2.5"
prop-types "^15.5.10"
prop-types "^15.6.0"

react@^16.0.0:
version "16.0.0"
Expand Down

0 comments on commit 74ef3b1

Please sign in to comment.