Skip to content

Commit

Permalink
feat(deps): adds sortablejs and @types/sortablejs as peer dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Users want to use their own versions of sortablejs, so we'll allow it.

ref SortableJS#175, closes SortableJS#148
  • Loading branch information
waynevanson committed Sep 25, 2020
1 parent b4ed894 commit 07da8b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
"react-dom": "^16.9.0",
"sortablejs": "^1.10.0",
"@types/sortablejs": "^1.10.0"
},
"dependencies": {
"@types/sortablejs": "^1.10.0",
"classnames": "^2.2.6",
"sortablejs": "1.10.1",
"tiny-invariant": "^1.0.6"
},
"devDependencies": {
Expand Down

0 comments on commit 07da8b9

Please sign in to comment.