@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration
Advanced tools
Comparing version 0.6.0 to 0.7.0
# @atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration | ||
## 0.7.0 | ||
### Minor Changes | ||
- [`a12da51e227`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a12da51e227) - Makes `react-dom` a peer dependency instead of a direct dependency. | ||
## 0.6.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Migration layer for quickly moving from react-beautiful-dnd to @atlaskit/pragmatic-drag-and-drop.", | ||
@@ -45,7 +45,7 @@ "publishConfig": { | ||
"bind-event-listener": "^2.1.1", | ||
"react-dom": "^16.8.0", | ||
"tiny-invariant": "^1.2.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "devDependencies": { |
@@ -371,3 +371,4 @@ <!-- API Report Version: 2.3 --> | ||
{ | ||
"react": "^16.8.0" | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0" | ||
} | ||
@@ -374,0 +375,0 @@ ``` |
1010725
- Removedreact-dom@^16.8.0