From 82f867a8ecacabd0ef0179cfbe28bd32ee9ac710 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Fri, 3 May 2019 19:01:49 +0200 Subject: [PATCH] Update all dependencies to their latest versions --- package.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 078cbb4..1d7c7f8 100644 --- a/package.json +++ b/package.json @@ -23,28 +23,28 @@ ], "license": "GPL-3.0", "dependencies": { - "jquery": "~2.1.3", - "jquery-ui": "github:jquery/jquery-ui#1.11.4", - "jquery.cookie": "~1.4.1" + "jquery": "3.4.1", + "jquery-ui": "1.12.1", + "jquery.cookie": "1.4.1" }, "devDependencies": { - "grunt": "~0.4.5", - "grunt-cli": "^0.1.13", - "grunt-contrib-clean": "~0.6.0", - "grunt-contrib-concat": "~0.5.0", - "grunt-contrib-connect": "~0.11.0", - "grunt-contrib-cssmin": "^0.14.0", - "grunt-contrib-jshint": "~0.11.0", - "grunt-contrib-qunit": "~0.7.0", - "grunt-contrib-uglify": "~0.9.2", - "grunt-contrib-watch": "~0.6.1", - "grunt-mocha-phantomjs": "^2.0.0", - "grunt-version": "^1.0.0", - "jshint-stylish": "~2.0.1", - "load-grunt-tasks": "~3.3.0", - "phantomjs": "^1.9.18", - "time-grunt": "~1.2.1", - "mocha": "~2.3.3", - "chai": "~3.3.0" + "grunt": "1.0.4", + "grunt-cli": "1.3.2", + "grunt-contrib-clean": "2.0.0", + "grunt-contrib-concat": "1.0.1", + "grunt-contrib-connect": "2.0.0", + "grunt-contrib-cssmin": "3.0.0", + "grunt-contrib-jshint": "2.1.0", + "grunt-contrib-qunit": "3.1.0", + "grunt-contrib-uglify": "4.0.1", + "grunt-contrib-watch": "1.1.0", + "grunt-mocha-phantomjs": "4.0.0", + "grunt-version": "1.3.0", + "jshint-stylish": "2.2.1", + "load-grunt-tasks": "4.0.0", + "phantomjs-prebuilt": "2.1.16", + "time-grunt": "2.0.0", + "mocha": "6.1.4", + "chai": "4.2.0" } }