From 0fe73ffe73ea4eedd1a2db8b69327ef865ca5f0c Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 27 May 2016 00:08:23 +0800 Subject: [PATCH] upgrade dependecy library --- app/index.html | 4 ++-- bower.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/index.html b/app/index.html index a7fe213..fbd61fb 100644 --- a/app/index.html +++ b/app/index.html @@ -185,7 +185,7 @@ - + @@ -206,7 +206,7 @@ - + diff --git a/bower.json b/bower.json index df02aa5..1bb1109 100644 --- a/bower.json +++ b/bower.json @@ -21,11 +21,11 @@ "tests" ], "dependencies": { - "jquery": "^2.2.3", + "jquery": "^2.2.4", "bootstrap": "^3.3.6", "moment": "^2.13.0", "moment-timezone": "^0.5.4", - "echarts": "^3.1.9", + "echarts": "^3.1.10", "font-awesome": "font-awsome#^4.6.3", "AdminLTE": "admin-lte#^2.3.3", "sweetalert": "^1.1.3",