Skip to content

Commit bac3d4f

Browse files
committed
Update dependencies, make the build work with Node 12, add missing jQueries
1 parent 9f9481a commit bac3d4f

File tree

42 files changed

+140781
-63530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+140781
-63530
lines changed

Gruntfile.js

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,50 @@ grunt.initConfig({
3030
"qunit/qunit.css": "qunit/qunit/qunit.css",
3131
"qunit/LICENSE.txt": "qunit/LICENSE.txt",
3232

33-
"jquery-1.6.0/jquery.js": "jquery-1.6.0/jquery.js",
34-
"jquery-1.6.0/MIT-LICENSE.txt": "jquery-1.6.0/MIT-LICENSE.txt",
33+
"jquery-1.7.2/jquery.js": "jquery-1.7.2/jquery.js",
34+
"jquery-1.7.2/MIT-LICENSE.txt": "jquery-1.7.2/MIT-LICENSE.txt",
3535

36-
"jquery-1.6.1/jquery.js": "jquery-1.6.1/jquery.js",
37-
"jquery-1.6.1/MIT-LICENSE.txt": "jquery-1.6.1/MIT-LICENSE.txt",
36+
"jquery-1.8.3/jquery.js": "jquery-1.8.3/jquery.js",
37+
"jquery-1.8.3/MIT-LICENSE.txt": "jquery-1.8.3/MIT-LICENSE.txt",
3838

39-
"jquery-1.6.2/jquery.js": "jquery-1.6.2/jquery.js",
40-
"jquery-1.6.2/MIT-LICENSE.txt": "jquery-1.6.2/MIT-LICENSE.txt",
39+
"jquery-1.9.1/jquery.js": "jquery-1.9.1/jquery.js",
40+
"jquery-1.9.1/MIT-LICENSE.txt": "jquery-1.9.1/MIT-LICENSE.txt",
4141

42-
"jquery-1.6.3/jquery.js": "jquery-1.6.3/jquery.js",
43-
"jquery-1.6.3/MIT-LICENSE.txt": "jquery-1.6.3/MIT-LICENSE.txt",
42+
"jquery-1.10.2/jquery.js": "jquery-1.10.2/jquery.js",
43+
"jquery-1.10.2/MIT-LICENSE.txt": "jquery-1.10.2/MIT-LICENSE.txt",
4444

45-
"jquery-1.6.4/jquery.js": "jquery-1.6.4/jquery.js",
46-
"jquery-1.6.4/MIT-LICENSE.txt": "jquery-1.6.4/MIT-LICENSE.txt",
45+
"jquery-1.11.3/jquery.js": "jquery-1.11.3/dist/jquery.js",
46+
"jquery-1.11.3/MIT-LICENSE.txt": "jquery-1.11.3/MIT-LICENSE.txt",
4747

48-
"jquery-1.7.0/jquery.js": "jquery-1.7.0/jquery.js",
49-
"jquery-1.7.0/MIT-LICENSE.txt": "jquery-1.7.0/MIT-LICENSE.txt",
48+
"jquery-1.12.4/jquery.js": "jquery-1.12.4/dist/jquery.js",
49+
"jquery-1.12.4/LICENSE.txt": "jquery-1.12.4/LICENSE.txt",
5050

51-
"jquery-1.7.1/jquery.js": "jquery-1.7.1/jquery.js",
52-
"jquery-1.7.1/MIT-LICENSE.txt": "jquery-1.7.1/MIT-LICENSE.txt",
51+
"jquery-2.0.3/jquery.js": "jquery-2.0.3/jquery.js",
52+
"jquery-2.0.3/MIT-LICENSE.txt": "jquery-2.0.3/MIT-LICENSE.txt",
5353

54-
"jquery-1.7.2/jquery.js": "jquery-1.7.2/jquery.js",
55-
"jquery-1.7.2/MIT-LICENSE.txt": "jquery-1.7.2/MIT-LICENSE.txt"
54+
"jquery-2.1.4/jquery.js": "jquery-2.1.4/dist/jquery.js",
55+
"jquery-2.1.4/MIT-LICENSE.txt": "jquery-2.1.4/MIT-LICENSE.txt",
56+
57+
"jquery-2.2.4/jquery.js": "jquery-2.2.4/dist/jquery.js",
58+
"jquery-2.2.4/LICENSE.txt": "jquery-2.2.4/LICENSE.txt",
59+
60+
"jquery-3.0.0/jquery.js": "jquery-3.0.0/dist/jquery.js",
61+
"jquery-3.0.0/LICENSE.txt": "jquery-3.0.0/LICENSE.txt",
62+
63+
"jquery-3.1.1/jquery.js": "jquery-3.1.1/dist/jquery.js",
64+
"jquery-3.1.1/LICENSE.txt": "jquery-3.1.1/LICENSE.txt",
65+
66+
"jquery-3.2.1/jquery.js": "jquery-3.2.1/dist/jquery.js",
67+
"jquery-3.2.1/LICENSE.txt": "jquery-3.2.1/LICENSE.txt",
68+
69+
"jquery-3.3.1/jquery.js": "jquery-3.3.1/dist/jquery.js",
70+
"jquery-3.3.1/LICENSE.txt": "jquery-3.3.1/LICENSE.txt",
71+
72+
"jquery-3.4.1/jquery.js": "jquery-3.4.1/dist/jquery.js",
73+
"jquery-3.4.1/LICENSE.txt": "jquery-3.4.1/LICENSE.txt",
74+
75+
"jquery-3.5.1/jquery.js": "jquery-3.5.1/dist/jquery.js",
76+
"jquery-3.5.1/LICENSE.txt": "jquery-3.5.1/LICENSE.txt"
5677
}
5778
}
5879
},

bower.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@
33
"main": "jquery.simulate.js",
44
"devDependencies": {
55
"qunit": "1.17.1",
6-
"jquery-1.7.0": "jquery#1.7.0",
7-
"jquery-1.7.1": "jquery#1.7.1",
8-
"jquery-1.7.2": "jquery#1.7.2"
6+
"jquery-1.7.2": "jquery#1.7.2",
7+
"jquery-1.8.3": "jquery#1.8.3",
8+
"jquery-1.9.1": "jquery#1.9.1",
9+
"jquery-1.10.2": "jquery#1.10.2",
10+
"jquery-1.11.3": "jquery#1.11.3",
11+
"jquery-1.12.4": "jquery#1.12.4",
12+
"jquery-2.0.3": "jquery#2.0.3",
13+
"jquery-2.1.4": "jquery#2.1.4",
14+
"jquery-2.2.4": "jquery#2.2.4",
15+
"jquery-3.0.0": "jquery#3.0.0",
16+
"jquery-3.1.1": "jquery#3.1.1",
17+
"jquery-3.2.1": "jquery#3.2.1",
18+
"jquery-3.3.1": "jquery#3.3.1",
19+
"jquery-3.4.1": "jquery#3.4.1",
20+
"jquery-3.5.1": "jquery#3.5.1"
921
}
1022
}

external/jquery-1.6.1/MIT-LICENSE.txt renamed to external/jquery-1.10.2/MIT-LICENSE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2011 John Resig, http://jquery.com/
1+
Copyright 2013 jQuery Foundation and other contributors
2+
http://jquery.com/
23

34
Permission is hereby granted, free of charge, to any person obtaining
45
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)