Skip to content

Commit 5efe1a4

Browse files
authored
Build: Use jQuery 4.0.0 for demos; update RequireJS from 2.1.14 to 2.3.8
Closes gh-2383
1 parent d327be4 commit 5efe1a4

File tree

4 files changed

+1792
-2759
lines changed

4 files changed

+1792
-2759
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ grunt.initConfig( {
253253
"jquery-simulate/jquery.simulate.js": "jquery-simulate/jquery.simulate.js",
254254
"jquery-simulate/LICENSE.txt": "jquery-simulate/LICENSE.txt",
255255

256-
"jquery/jquery.js": "jquery-3.x/dist/jquery.js",
257-
"jquery/LICENSE.txt": "jquery-3.x/LICENSE.txt",
256+
"jquery/jquery.js": "jquery/dist/jquery.js",
257+
"jquery/LICENSE.txt": "jquery/LICENSE.txt",
258258

259259
"jquery-1.12.4/jquery.js": "jquery-1.12.4/dist/jquery.js",
260260
"jquery-1.12.4/LICENSE.txt": "jquery-1.12.4/LICENSE.txt",

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"jquery-mousewheel": "3.2.2",
1717
"jquery-simulate": "1.1.1",
1818
"qunit": "2.19.4",
19-
"requirejs": "2.1.14",
19+
"requirejs": "2.3.8",
20+
"jquery": "jquery#4.0.0",
2021
"jquery-1.12.4": "jquery#1.12.4",
21-
"jquery-3.x": "jquery#3.7.1",
2222
"jquery-2.2.4": "jquery#2.2.4",
2323
"jquery-3.0.0": "jquery#3.0.0",
2424
"jquery-3.1.0": "jquery#3.1.0",

0 commit comments

Comments
 (0)