Skip to content

Commit

Permalink
v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Jul 10, 2018
1 parent a0edd94 commit 810ad9f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.1.4"
"version": "3.1.5"
}
2 changes: 1 addition & 1 deletion packages/dnd-multi-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dnd-multi-backend",
"version": "3.1.3",
"version": "3.1.5",
"description": "Multi Backend system compatible with DnD Core / React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down
16 changes: 8 additions & 8 deletions packages/react-dnd-multi-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-multi-backend",
"version": "3.1.4",
"version": "3.1.5",
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -17,13 +17,13 @@
],
"main": "lib/index.js",
"dependencies": {
"dnd-multi-backend": "^3.1.3",
"prop-types": "^15.6.1",
"react": "*",
"react-dnd": "*",
"react-dnd-html5-backend": "*",
"react-dnd-preview": "^3.1.3",
"react-dnd-touch-backend": "*",
"dnd-multi-backend": "^3.1.5",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dnd-preview": "^3.1.5",
"react-dnd-touch-backend": "^0.5.1",
"react-dom": "*"
},
"devDependencies": {
Expand Down
8 changes: 5 additions & 3 deletions packages/react-dnd-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-preview",
"version": "3.1.3",
"version": "3.1.5",
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -16,8 +16,10 @@
],
"main": "lib/index.js",
"dependencies": {
"prop-types": "^15.6.1",
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "^16.4.1",
"react-dnd": "^4.0.5"
"react-dnd": "^5.0.0"
}
}

0 comments on commit 810ad9f

Please sign in to comment.