From fb157a3dd222f260380c4991794a416282f89737 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Tue, 9 Aug 2016 18:53:51 -0700 Subject: [PATCH] update requirements --- README.md | 4 ++-- bower.json | 6 +++--- package.json | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 482fe78..a085851 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ Usage ## Requirements * [lodash.js](https://lodash.com) (>= 3.5.0, full build) -* [jQuery](http://jquery.com) (>= 1.11.0) -* [jQuery UI](http://jqueryui.com) (>= 1.11.0). Minimum required components: Core, Widget, Mouse, Draggable, Resizable +* [jQuery](http://jquery.com) (>= 3.1.0) +* [jQuery UI](http://jqueryui.com) (>= 1.12.0). Minimum required components: Core, Widget, Mouse, Draggable, Resizable * (Optional) [jquery-ui-touch-punch](https://github.com/furf/jquery-ui-touch-punch) for touch-based devices support Note: You can still use [underscore.js](http://underscorejs.org) (>= 1.7.0) instead of lodash.js diff --git a/bower.json b/bower.json index bad6314..59d6303 100644 --- a/bower.json +++ b/bower.json @@ -14,9 +14,9 @@ "amd" ], "dependencies": { - "lodash": ">= 3.5.0", - "jquery": ">= 1.11.0", - "jquery-ui": ">= 1.11.0" + "lodash": ">= 4.14.2", + "jquery": ">= 3.1.0", + "jquery-ui": ">= 1.12.0" }, "keywords": [ "gridstack", diff --git a/package.json b/package.json index bdc1546..b24b1ef 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ }, "homepage": "http://troolee.github.io/gridstack.js/", "dependencies": { - "jquery": "^2.2.1", - "jquery-ui": "^1.10.5", - "lodash": "^4.5.1" + "jquery": "^3.1.0", + "jquery-ui": "^1.12.0", + "lodash": "^4.14.2" }, "devDependencies": { "connect": "^3.4.1",