]> git.parisson.com Git - telemeta.git/commitdiff
Fix and update some JavaScript packages version
authorThomas Fillon <thomas@parisson.com>
Fri, 2 Jun 2017 11:36:45 +0000 (13:36 +0200)
committerThomas Fillon <thomas@parisson.com>
Fri, 2 Jun 2017 11:36:45 +0000 (13:36 +0200)
Jquery 3.x was installed instead of 2.2.4

app/settings.py

index 153f00d6ec73e0395dc7d7b840c0a026187b7d2a..bffc96e2847708464f33dbe1827286cadd60ed48 100644 (file)
@@ -341,18 +341,19 @@ BOWER_INSTALLED_APPS = (
     'jquery#2.2.4',
     'jquery-migrate#~1.2.1',
     'underscore#1.8.3',
-    'bootstrap#3.3.6',
+    'bootstrap#3.3.7',
     'bootstrap-select#1.5.4',
     'font-awesome#4.4.0',
     'angular#1.2.26',
     'angular-bootstrap-select#0.0.5',
     'angular-resource#1.2.26',
-    'raphael#2.2.0',
+    'raphael#2.2.7',
     'soundmanager#V2.97a.20150601',
     'https://github.com/Parisson/loaders.git',
     'https://github.com/Parisson/ui.git',
-    'jquery-ui#1.11.4',
+    'jquery-ui#1.12.1',
     'tablesorter',
     'video.js',
     'sass-bootstrap-glyphicons',
+    
 )