We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e47a5 commit 53573dbCopy full SHA for 53573db
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-sortablejs",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "A React component built on top of Sortable (https://github.com/RubaXa/Sortable).",
5
"main": "lib/index.js",
6
"scripts": {
@@ -40,7 +40,7 @@
40
"peerDependencies": {
41
"react": "^0.14.0 || ^15.0.0",
42
"react-dom": "^0.14.0 || ^15.0.0",
43
- "sortablejs": ">=1.5.0-rc1 || ^1.5.0"
+ "sortablejs": "^1.5.1"
44
},
45
"dependencies": {},
46
"devDependencies": {
@@ -63,7 +63,7 @@
63
"nib": "^1.1.2",
64
"react": "^15.4.2",
65
"react-dom": "^15.4.2",
66
- "sortablejs": ">=1.5.0-rc1 || ^1.5.0",
+ "sortablejs": "^1.5.1",
67
"stylus": "^0.54.5",
68
"stylus-loader": "^2.4.0",
69
"tap": "^10.1.0",
0 commit comments