Skip to content

Commit 0362508

Browse files
guptanikhil007abstractdog
authored andcommitted
TEZ-4411: Update FileSaver dependency (#206) (Nikhil Gupta reviewed by Laszlo Bodor, Deependra Patel)
1 parent 769b21a commit 0362508

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

tez-ui/src/main/resources/META-INF/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The Apache TEZ tez-ui bundles the following files under the MIT License:
224224
- jquery-ui v1.11.4 (http://jqueryui.com/) - Copyright 2014 jQuery Foundation and other contributors
225225
- jquery-mousewheel v3.1.13 (https://github.com/jquery/jquery-mousewheel) - Copyright 2006, 2014 jQuery Foundation and other contributors, https://jquery.org/
226226
- CodeMirror 5.11.0 (https://codemirror.net/) - Copyright (C) 2015 by Marijn Haverbeke <[email protected]> and others
227-
- file-saver.js v1.20150507.2 (https://github.com/Teleborder/FileSaver.js) - Authored by Eli Grey
227+
- file-saver v1.3.4 (https://github.com/eligrey/FileSaver.js) - Authored by Eli Grey
228228
- moment v2.12.0 (http://momentjs.com/) - Copyright (c) 2011-2015 Tim Wood, Iskren Chernev, Moment.js contributors
229229
- moment-timezone v0.5.0 (http://momentjs.com/timezone/) - Copyright (c) 2014 Tim Wood
230230
- font-awesome css/less files v4.5.0 (http://fontawesome.io/) - Created by Dave Gandy

tez-ui/src/main/webapp/bower-shrinkwrap.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"https://github.com/FortAwesome/Font-Awesome.git": {
33
"4.5.0": "593ad563a987977f14102be935d0abc2a172903e"
44
},
5-
"https://github.com/Teleborder/FileSaver.js.git": {
6-
"1.20150507.2": "b7cf622909258086bc63ad764d08fcaed780ab42"
7-
},
85
"https://github.com/adamwdraper/Numeral-js.git": {
96
"1.5.3": "f97f14bb8bab988f28f1d854525b4cfeff8ec9e1"
107
},
@@ -26,6 +23,9 @@
2623
"https://github.com/dockyard/qunit-notifications.git": {
2724
"0.1.1": "7a13f6dba5a340e1cb9e0b64c1c711e4d7edaca1"
2825
},
26+
"https://github.com/eligrey/FileSaver.js.git": {
27+
"1.2.0": "a6d11998e279e94f2926b2a897231355dfab48ab"
28+
},
2929
"https://github.com/ember-cli/ember-cli-shims.git": {
3030
"0.0.6": "dcab43b58d5698690050bb9a46ead5c8663c7da1"
3131
},
@@ -69,4 +69,4 @@
6969
"https://github.com/twbs/bootstrap.git": {
7070
"3.3.6": "81df608a40bf0629a1dc08e584849bb1e43e0b7a"
7171
}
72-
}
72+
}

tez-ui/src/main/webapp/bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"snippet-ss": "1.11.0",
2323
"jquery-mousewheel": "3.1.13",
2424
"codemirror": "5.11.0",
25-
"file-saver.js": "1.20150507.2",
26-
"zip-js": "1.0.0"
25+
"zip-js": "1.0.0",
26+
"file-saver": "v1.2.0"
2727
}
2828
}

tez-ui/src/main/webapp/ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = function(defaults) {
6464

6565
app.import('bower_components/more-js/dist/more.js');
6666

67-
app.import('bower_components/file-saver.js/FileSaver.js');
67+
app.import('bower_components/file-saver/FileSaver.js');
6868
app.import('bower_components/zip-js/WebContent/zip.js');
6969

7070
app.import('bower_components/codemirror/lib/codemirror.js');

0 commit comments

Comments
 (0)