update third-party dependency
This commit is contained in:
parent
7e1b64a83b
commit
32612ded13
|
@ -22,9 +22,9 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"jquery": "^2.2.4",
|
||||
"bootstrap": "^3.3.6",
|
||||
"bootstrap": "^3.3.7",
|
||||
"moment": "^2.14.1",
|
||||
"moment-timezone": "^0.5.4",
|
||||
"moment-timezone": "^0.5.5",
|
||||
"echarts": "^3.2.2",
|
||||
"font-awesome": "font-awsome#^4.6.3",
|
||||
"AdminLTE": "admin-lte#^2.3.5",
|
||||
|
@ -38,7 +38,7 @@
|
|||
"angular-messages": "1.4.10",
|
||||
"angular-cookies": "1.4.10",
|
||||
"angular-animate": "1.4.10",
|
||||
"angular-translate": "^2.11.0",
|
||||
"angular-translate": "^2.11.1",
|
||||
"angular-moment": "1.0.0-beta.6",
|
||||
"angular-websocket": "^1.1.0",
|
||||
"angular-utf8-base64": "^0.0.5",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<meta name="theme-color" content="#3c4852">
|
||||
<meta name="format-detection" content="telephone=no"/>
|
||||
<title>AriaNg</title>
|
||||
<!-- build:css css/bootstrap-3.3.6.min.css -->
|
||||
<!-- build:css css/bootstrap-3.3.7.min.css -->
|
||||
<link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css"/>
|
||||
<!-- endbuild -->
|
||||
<!-- build:css css/plugins.min.css -->
|
||||
|
@ -254,7 +254,7 @@
|
|||
<script src="../bower_components/angular-cookies/angular-cookies.min.js"></script>
|
||||
<script src="../bower_components/angular-animate/angular-animate.min.js"></script>
|
||||
<!-- endbuild -->
|
||||
<!-- build:js js/bootstrap-3.3.6.min.js -->
|
||||
<!-- build:js js/bootstrap-3.3.7.min.js -->
|
||||
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<!-- endbuild -->
|
||||
<!-- build:js js/moment-with-locales-2.14.1.min.js -->
|
||||
|
|
Reference in a new issue