X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fassets%2Fvendor%2Fjquery.ui%2Fpackage.json;fp=web%2Fcore%2Fassets%2Fvendor%2Fjquery.ui%2Fpackage.json;h=e3c846e3a8d40e5efe93ae48379aa0eff6bb4149;hp=eef560bf1994309466b54ff97c9cfbd130353a6c;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/assets/vendor/jquery.ui/package.json b/web/core/assets/vendor/jquery.ui/package.json index eef560bf1..e3c846e3a 100644 --- a/web/core/assets/vendor/jquery.ui/package.json +++ b/web/core/assets/vendor/jquery.ui/package.json @@ -2,12 +2,13 @@ "name": "jquery-ui", "title": "jQuery UI", "description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.", - "version": "1.11.4", + "version": "1.12.1", "homepage": "http://jqueryui.com", "author": { "name": "jQuery Foundation and other contributors", - "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/AUTHORS.txt" + "url": "https://github.com/jquery/jquery-ui/blob/1.12.1/AUTHORS.txt" }, + "main": "ui/widget.js", "maintainers": [ { "name": "Scott González", @@ -19,16 +20,6 @@ "email": "joern.zaefferer@gmail.com", "url": "http://bassistance.de" }, - { - "name": "Kris Borchers", - "email": "kris.borchers@gmail.com", - "url": "http://krisborchers.com" - }, - { - "name": "Corey Frang", - "email": "gnarf37@gmail.com", - "url": "http://gnarf.net" - }, { "name": "Mike Sherov", "email": "mike.sherov@gmail.com", @@ -43,39 +34,40 @@ "name": "Felix Nagel", "email": "info@felixnagel.com", "url": "http://www.felixnagel.com" + }, + { + "name": "Alex Schmitz", + "email": "arschmitz@gmail.com", + "url": "https://github.com/arschmitz" } ], "repository": { "type": "git", "url": "git://github.com/jquery/jquery-ui.git" }, - "bugs": "http://bugs.jqueryui.com/", - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt" - } - ], + "bugs": "https://bugs.jqueryui.com/", + "license": "MIT", "scripts": { "test": "grunt" }, "dependencies": {}, "devDependencies": { - "commitplease": "1.6.0", - "grunt": "0.4.2", - "grunt-bowercopy": "1.1.0", + "commitplease": "2.3.0", + "grunt": "0.4.5", + "grunt-bowercopy": "1.2.4", + "grunt-cli": "0.1.13", "grunt-compare-size": "0.4.0", - "grunt-contrib-concat": "0.1.3", - "grunt-contrib-csslint": "0.2.0", - "grunt-contrib-jshint": "0.7.1", - "grunt-contrib-qunit": "0.4.0", - "grunt-contrib-uglify": "0.1.1", - "grunt-esformatter": "0.2.0", - "grunt-git-authors": "1.2.0", - "grunt-html": "1.0.0", - "grunt-jscs": "0.6.2", - "load-grunt-tasks": "0.3.0", - "rimraf": "2.1.4", + "grunt-contrib-concat": "0.5.1", + "grunt-contrib-csslint": "0.5.0", + "grunt-contrib-jshint": "0.12.0", + "grunt-contrib-qunit": "1.0.1", + "grunt-contrib-requirejs": "0.4.4", + "grunt-contrib-uglify": "0.11.1", + "grunt-git-authors": "3.1.0", + "grunt-html": "6.0.0", + "grunt-jscs": "2.1.0", + "load-grunt-tasks": "3.4.0", + "rimraf": "2.5.1", "testswarm": "1.1.0" }, "keywords": []