File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1212 "loader.js" : " 3.3.0" ,
1313 "qunit" : " 1.19.0" ,
1414 "jquery-ui" : " 1.12.1" ,
15- "moment" : " 2.12.0 " ,
15+ "moment" : " 2.30.1 " ,
1616 "moment-timezone" : " 0.5.33" ,
1717 "more-js" : " 0.8.2" ,
1818 "bootstrap" : " 3.4.1" ,
1919 "d3" : " ~3.5.6" ,
2020 "spin.js" : " ~2.3.2" ,
21- "momentjs" : " ~2.10.6" ,
2221 "select2" : " 4.0.0" ,
2322 "snippet-ss" : " ~1.11.0" ,
2423 "alasql" : " ^0.4.3" ,
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ module.exports = function(defaults) {
4141
4242 app . import ( "bower_components/datatables.net-dt/css/jquery.dataTables.min.css" ) ;
4343 app . import ( "bower_components/datatables.net/js/jquery.dataTables.min.js" ) ;
44- app . import ( "bower_components/momentjs/min/moment.min.js" ) ;
45- app . import ( "bower_components/moment-timezone/builds/moment-timezone-with-data-10-year-range.min.js" ) ;
4644 app . import ( "bower_components/select2/dist/css/select2.min.css" ) ;
4745 app . import ( "bower_components/select2/dist/js/select2.min.js" ) ;
4846 app . import ( 'bower_components/jquery-ui/jquery-ui.js' ) ;
You can’t perform that action at this time.
0 commit comments