From cac9c22632194524a534cac9c5f2d3379ffdb8ca Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 4 Sep 2017 12:11:12 -0400 Subject: [PATCH] update jquery to 3.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b1a5247ad..698b9e7527 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "start:firefox": "web-ext run --source-dir ./dist/" }, "devDependencies": { - "jquery": "2.2.4", + "jquery": "3.2.1", "bootstrap": "3.3.7", "font-awesome": "4.7.0", "angular": "1.6.6",