|
2 | 2 | "use": "local", |
3 | 3 | "cdns": { |
4 | 4 | "jet": { |
5 | | - "prefix": "https://static.oracle.com/cdn/jet/17.1.0/default/js", |
6 | | - "css": "https://static.oracle.com/cdn/jet/17.1.0/default/css", |
7 | | - "csspreact": "https://static.oracle.com/cdn/jet/17.1.0/3rdparty/oraclejet-preact/amd", |
| 5 | + "prefix": "https://static.oracle.com/cdn/jet/18.0.0/default/js", |
| 6 | + "css": "https://static.oracle.com/cdn/jet/18.0.0/default/css", |
| 7 | + "csspreact": "https://static.oracle.com/cdn/jet/18.0.0/3rdparty/oraclejet-preact/amd", |
8 | 8 | "config": "bundles-config.js" |
9 | 9 | }, |
10 | | - "3rdparty": "https://static.oracle.com/cdn/jet/17.1.0/3rdparty" |
| 10 | + "3rdparty": "https://static.oracle.com/cdn/jet/18.0.0/3rdparty" |
11 | 11 | }, |
12 | 12 | "libs": { |
13 | 13 | "knockout": { |
|
30 | 30 | "debug": { |
31 | 31 | "src": "jquery.js", |
32 | 32 | "path": "libs/jquery/jquery-#{version}.js", |
33 | | - "cdnPath": "jquery/jquery-3.6.4" |
| 33 | + "cdnPath": "jquery/jquery-3.7.1" |
34 | 34 | }, |
35 | 35 | "release": { |
36 | 36 | "src": "jquery.min.js", |
37 | 37 | "path": "libs/jquery/jquery-#{version}.min.js", |
38 | | - "cdnPath": "jquery/jquery-3.6.4.min" |
| 38 | + "cdnPath": "jquery/jquery-3.7.1.min" |
39 | 39 | } |
40 | 40 | }, |
41 | 41 | "jqueryui-amd": { |
|
50 | 50 | "vendor/jquery-color/jquery.color.js" |
51 | 51 | ], |
52 | 52 | "path": "libs/jquery/jqueryui-amd-#{version}", |
53 | | - "cdnPath": "jquery/jqueryui-amd-1.13.2" |
| 53 | + "cdnPath": "jquery/jqueryui-amd-1.14.1" |
54 | 54 | }, |
55 | 55 | "release": { |
56 | 56 | "src": [ |
|
61 | 61 | "vendor/jquery-color/jquery.color.js" |
62 | 62 | ], |
63 | 63 | "path": "libs/jquery/jqueryui-amd-#{version}.min", |
64 | | - "cdnPath": "jquery/jqueryui-amd-1.13.2.min" |
| 64 | + "cdnPath": "jquery/jqueryui-amd-1.14.1.min" |
65 | 65 | } |
66 | 66 | }, |
67 | 67 | "hammerjs": { |
|
445 | 445 | "debug": { |
446 | 446 | "src": "chai.js", |
447 | 447 | "path": "libs/chai/chai.js", |
448 | | - "cdnPath": "chai/chai-4.3.10" |
| 448 | + "cdnPath": "chai/chai-4.5.0" |
449 | 449 | }, |
450 | 450 | "release": { |
451 | 451 | "src": "chai.js", |
452 | 452 | "path": "libs/chai/chai.js", |
453 | | - "cdnPath": "chai/chai-4.3.10.min" |
| 453 | + "cdnPath": "chai/chai-4.5.0.min" |
454 | 454 | } |
455 | 455 | } |
456 | 456 | } |
|
0 commit comments