Skip to content

Commit 1029a2e

Browse files
committed
WIP jquery
1 parent 1baa84c commit 1029a2e

8 files changed

Lines changed: 29 additions & 45 deletions

File tree

packages/boxstarter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"devDependencies": {
99
"@types/anchor-js": "^5",
1010
"@types/bootstrap": "^5.2.10",
11-
"@types/jquery": "^3",
11+
"@types/jquery": "^4.0.0",
1212
"@types/prismjs": "^1"
1313
},
1414
"dependencies": {
1515
"@fortawesome/fontawesome-free": "^7.2.0",
1616
"anchor-js": "^5.0.0",
1717
"bootstrap": "^5.3.8",
1818
"clipboard": "^2.0.11",
19-
"jquery": "^3.7.1",
19+
"jquery": "^4.0.0",
2020
"prismjs": "^1.30.0"
2121
},
2222
"files": [

packages/ccm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"devDependencies": {
99
"@types/bootstrap": "^5.2.10",
10-
"@types/jquery": "^3",
10+
"@types/jquery": "^4.0.0",
1111
"@types/luxon": "^3",
1212
"@types/mustache": "^4",
1313
"@types/prismjs": "^1",
@@ -29,7 +29,7 @@
2929
"datatables.net-bs5": "^2.3.7",
3030
"datatables.net-dt": "^2.3.7",
3131
"fuse.js": "^7.3.0",
32-
"jquery": "^3.7.1",
32+
"jquery": "^4.0.0",
3333
"jquery-serializejson": "^3.2.1",
3434
"jquery-validation": "1.21.0",
3535
"luxon": "^3.7.2",

packages/ccr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"devDependencies": {
99
"@types/bootstrap": "^5.2.10",
10-
"@types/jquery": "^3",
10+
"@types/jquery": "^4.0.0",
1111
"@types/mousetrap": "^1",
1212
"@types/prismjs": "^1"
1313
},
@@ -17,7 +17,7 @@
1717
"bootstrap": "^5.3.8",
1818
"clipboard": "^2.0.11",
1919
"easymde": "^2.20.0",
20-
"jquery": "^3.7.1",
20+
"jquery": "^4.0.0",
2121
"jquery-validation": "1.21.0",
2222
"jquery-validation-unobtrusive": "^4.0.0",
2323
"mousetrap": "^1.6.5",

packages/design/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"devDependencies": {
99
"@types/anchor-js": "^5",
1010
"@types/bootstrap": "^5.2.10",
11-
"@types/jquery": "^3",
11+
"@types/jquery": "^4.0.0",
1212
"@types/prismjs": "^1"
1313
},
1414
"dependencies": {
1515
"@fortawesome/fontawesome-free": "^7.2.0",
1616
"anchor-js": "^5.0.0",
1717
"bootstrap": "^5.3.8",
18-
"jquery": "^3.7.1",
18+
"jquery": "^4.0.0",
1919
"prismjs": "^1.30.0"
2020
},
2121
"files": [

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@types/anchor-js": "^5",
1010
"@types/bootstrap": "^5.2.10",
11-
"@types/jquery": "^3",
11+
"@types/jquery": "^4.0.0",
1212
"@types/prismjs": "^1"
1313
},
1414
"dependencies": {
@@ -18,7 +18,7 @@
1818
"anchor-js": "^5.0.0",
1919
"bootstrap": "^5.3.8",
2020
"clipboard": "^2.0.11",
21-
"jquery": "^3.7.1",
21+
"jquery": "^4.0.0",
2222
"prismjs": "^1.30.0"
2323
},
2424
"files": [

packages/licensing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"datatables.net-bs5": "^2.3.7",
1818
"datatables.net-dt": "^2.3.7",
1919
"flatpickr": "^4.6.13",
20-
"jquery": "^3.7.1",
20+
"jquery": "^4.0.0",
2121
"jquery-validation": "1.21.0",
2222
"jquery-validation-unobtrusive": "^4.0.0",
2323
"luxon": "^3.7.2",

packages/org/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"devDependencies": {
99
"@types/bootstrap": "^5.2.10",
10-
"@types/jquery": "^3",
10+
"@types/jquery": "^4.0.0",
1111
"@types/prismjs": "^1"
1212
},
1313
"dependencies": {
@@ -19,7 +19,7 @@
1919
"balance-text": "^3.3.1",
2020
"bootstrap": "^5.3.8",
2121
"clipboard": "^2.0.11",
22-
"jquery": "^3.7.1",
22+
"jquery": "^4.0.0",
2323
"nouislider": "^15.8.1",
2424
"prismjs": "^1.30.0"
2525
},

yarn.lock

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -528,12 +528,12 @@ __metadata:
528528
"@fortawesome/fontawesome-free": "npm:^7.2.0"
529529
"@types/anchor-js": "npm:^5"
530530
"@types/bootstrap": "npm:^5.2.10"
531-
"@types/jquery": "npm:^3"
531+
"@types/jquery": "npm:^4.0.0"
532532
"@types/prismjs": "npm:^1"
533533
anchor-js: "npm:^5.0.0"
534534
bootstrap: "npm:^5.3.8"
535535
clipboard: "npm:^2.0.11"
536-
jquery: "npm:^3.7.1"
536+
jquery: "npm:^4.0.0"
537537
prismjs: "npm:^1.30.0"
538538
languageName: unknown
539539
linkType: soft
@@ -567,7 +567,7 @@ __metadata:
567567
"@microsoft/signalr": "npm:^9.0.6"
568568
"@popperjs/core": "npm:^2.11.8"
569569
"@types/bootstrap": "npm:^5.2.10"
570-
"@types/jquery": "npm:^3"
570+
"@types/jquery": "npm:^4.0.0"
571571
"@types/luxon": "npm:^3"
572572
"@types/mustache": "npm:^4"
573573
"@types/prismjs": "npm:^1"
@@ -582,7 +582,7 @@ __metadata:
582582
datatables.net-bs5: "npm:^2.3.7"
583583
datatables.net-dt: "npm:^2.3.7"
584584
fuse.js: "npm:^7.3.0"
585-
jquery: "npm:^3.7.1"
585+
jquery: "npm:^4.0.0"
586586
jquery-serializejson: "npm:^3.2.1"
587587
jquery-validation: "npm:1.21.0"
588588
license-report: "npm:^6.8.2"
@@ -606,13 +606,13 @@ __metadata:
606606
"@fortawesome/fontawesome-free": "npm:^7.2.0"
607607
"@tarekraafat/autocomplete.js": "npm:^10.2.10"
608608
"@types/bootstrap": "npm:^5.2.10"
609-
"@types/jquery": "npm:^3"
609+
"@types/jquery": "npm:^4.0.0"
610610
"@types/mousetrap": "npm:^1"
611611
"@types/prismjs": "npm:^1"
612612
bootstrap: "npm:^5.3.8"
613613
clipboard: "npm:^2.0.11"
614614
easymde: "npm:^2.20.0"
615-
jquery: "npm:^3.7.1"
615+
jquery: "npm:^4.0.0"
616616
jquery-validation: "npm:1.21.0"
617617
jquery-validation-unobtrusive: "npm:^4.0.0"
618618
mousetrap: "npm:^1.6.5"
@@ -658,11 +658,11 @@ __metadata:
658658
"@fortawesome/fontawesome-free": "npm:^7.2.0"
659659
"@types/anchor-js": "npm:^5"
660660
"@types/bootstrap": "npm:^5.2.10"
661-
"@types/jquery": "npm:^3"
661+
"@types/jquery": "npm:^4.0.0"
662662
"@types/prismjs": "npm:^1"
663663
anchor-js: "npm:^5.0.0"
664664
bootstrap: "npm:^5.3.8"
665-
jquery: "npm:^3.7.1"
665+
jquery: "npm:^4.0.0"
666666
prismjs: "npm:^1.30.0"
667667
languageName: unknown
668668
linkType: soft
@@ -676,12 +676,12 @@ __metadata:
676676
"@fortawesome/fontawesome-free": "npm:^7.2.0"
677677
"@types/anchor-js": "npm:^5"
678678
"@types/bootstrap": "npm:^5.2.10"
679-
"@types/jquery": "npm:^3"
679+
"@types/jquery": "npm:^4.0.0"
680680
"@types/prismjs": "npm:^1"
681681
anchor-js: "npm:^5.0.0"
682682
bootstrap: "npm:^5.3.8"
683683
clipboard: "npm:^2.0.11"
684-
jquery: "npm:^3.7.1"
684+
jquery: "npm:^4.0.0"
685685
prismjs: "npm:^1.30.0"
686686
languageName: unknown
687687
linkType: soft
@@ -724,7 +724,7 @@ __metadata:
724724
datatables.net-bs5: "npm:^2.3.7"
725725
datatables.net-dt: "npm:^2.3.7"
726726
flatpickr: "npm:^4.6.13"
727-
jquery: "npm:^3.7.1"
727+
jquery: "npm:^4.0.0"
728728
jquery-validation: "npm:1.21.0"
729729
jquery-validation-unobtrusive: "npm:^4.0.0"
730730
luxon: "npm:^3.7.2"
@@ -742,13 +742,13 @@ __metadata:
742742
"@splidejs/splide-extension-auto-scroll": "npm:^0.5.3"
743743
"@splidejs/splide-extension-intersection": "npm:^0.2.0"
744744
"@types/bootstrap": "npm:^5.2.10"
745-
"@types/jquery": "npm:^3"
745+
"@types/jquery": "npm:^4.0.0"
746746
"@types/prismjs": "npm:^1"
747747
add-to-calendar-button: "npm:^2.13.9"
748748
balance-text: "npm:^3.3.1"
749749
bootstrap: "npm:^5.3.8"
750750
clipboard: "npm:^2.0.11"
751-
jquery: "npm:^3.7.1"
751+
jquery: "npm:^4.0.0"
752752
nouislider: "npm:^15.8.1"
753753
prismjs: "npm:^1.30.0"
754754
languageName: unknown
@@ -3262,22 +3262,13 @@ __metadata:
32623262
languageName: node
32633263
linkType: hard
32643264

3265-
"@types/jquery@npm:*":
3265+
"@types/jquery@npm:*, @types/jquery@npm:^4.0.0":
32663266
version: 4.0.0
32673267
resolution: "@types/jquery@npm:4.0.0"
32683268
checksum: 10c0/3e453accf2786e6ea5a5fb4b7f8c2298f42d3bc22253cc5a14f4d4a1a5ccc461db7af5a5df92a0b0c03c75a1968d2deda06597b63f8118613f88f27452911275
32693269
languageName: node
32703270
linkType: hard
32713271

3272-
"@types/jquery@npm:^3":
3273-
version: 3.5.34
3274-
resolution: "@types/jquery@npm:3.5.34"
3275-
dependencies:
3276-
"@types/sizzle": "npm:*"
3277-
checksum: 10c0/c85eec82531912cc497c34daad3509cf54875a0457c64d82b4fe17a4a27a313150c0882b7dd345b7e98c9116e0bae64c3942b7a76f6edcd664efa701cd1f2d81
3278-
languageName: node
3279-
linkType: hard
3280-
32813272
"@types/jsdom@npm:*":
32823273
version: 28.0.1
32833274
resolution: "@types/jsdom@npm:28.0.1"
@@ -3471,13 +3462,6 @@ __metadata:
34713462
languageName: node
34723463
linkType: hard
34733464

3474-
"@types/sizzle@npm:*":
3475-
version: 2.3.10
3476-
resolution: "@types/sizzle@npm:2.3.10"
3477-
checksum: 10c0/d43ec1cd0b5e1f66b1abeaf359608853629cd3d6b8dc8b3b40b85a5ee2ce149a4485ccd7eee5c58b5a2814d384f5a951f1dab5d49041ad83457270cb2bc66fe7
3478-
languageName: node
3479-
linkType: hard
3480-
34813465
"@types/sortablejs@npm:^1":
34823466
version: 1.15.9
34833467
resolution: "@types/sortablejs@npm:1.15.9"
@@ -7190,14 +7174,14 @@ __metadata:
71907174
languageName: node
71917175
linkType: hard
71927176

7193-
"jquery@npm:>=1.5.0 <4.0, jquery@npm:^3.6.0, jquery@npm:^3.7.1":
7177+
"jquery@npm:>=1.5.0 <4.0, jquery@npm:^3.6.0":
71947178
version: 3.7.1
71957179
resolution: "jquery@npm:3.7.1"
71967180
checksum: 10c0/808cfbfb758438560224bf26e17fcd5afc7419170230c810dd11f5c1792e2263e2970cca8d659eb84fcd9acc301edb6d310096e450277d54be4f57071b0c82d9
71977181
languageName: node
71987182
linkType: hard
71997183

7200-
"jquery@npm:>=1.7":
7184+
"jquery@npm:>=1.7, jquery@npm:^4.0.0":
72017185
version: 4.0.0
72027186
resolution: "jquery@npm:4.0.0"
72037187
checksum: 10c0/06d8d0f51121af5a691f8b59c74823157bb5b60eea915b30eaa920d6c0ffd91e60ba81e9b97bd8203f331f9dd8d0ec9a4b010935ea314bdd2f15453c29bc780b

0 commit comments

Comments
 (0)