Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-01-20 21:51:55 +0300
committerAleksander Machniak <alec@alec.pl>2018-01-20 21:51:55 +0300
commitb38bb43630821b0d6903b5c0685e14ec233c38de (patch)
tree0ee71c2b6c3804407943406f3b51a7e0e828c0a3 /jsdeps.json
parentcf711d1ce2d0b9539a3cb3225908820bc00f29e9 (diff)
Update to jQuery-3.3.1
Diffstat (limited to 'jsdeps.json')
-rw-r--r--jsdeps.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/jsdeps.json b/jsdeps.json
index 12a6fe7cc..39372ce83 100644
--- a/jsdeps.json
+++ b/jsdeps.json
@@ -3,13 +3,13 @@
{
"lib": "jquery",
"name": "jQuery",
- "version": "3.2.1",
- "url": "https://code.jquery.com/jquery-3.2.1.min.js",
+ "version": "3.3.1",
+ "url": "https://code.jquery.com/jquery-3.3.1.min.js",
"dest": "program/js/jquery.min.js",
- "sha1": "1055018c28ab41087ef9ccefe411606893dabea2",
+ "sha1": "0dc32db4aa9c5f03f3b38c47d883dbd4fed13aae",
"license": "MIT",
- "copyright": "Copyright 2005, 2015 jQuery Foundation, Inc.",
- "source": "https://github.com/jquery/jquery/tree/3.2.1"
+ "copyright": "Copyright JS Foundation and other contributors",
+ "source": "https://github.com/jquery/jquery/tree/3.3.1"
},
{
"lib": "jstz",