Enforce to use jquery 3 for now, as something seems to be broken with jquery 4 and webpack

This commit is contained in:
Jan Böhmer 2026-01-18 18:44:59 +01:00
parent ea71fcd120
commit 6402cfe619
3 changed files with 5 additions and 7 deletions

View file

@ -73,5 +73,8 @@
"tom-select": "^2.1.0",
"ts-loader": "^9.2.6",
"typescript": "^5.7.2"
},
"resolutions": {
"jquery": "^3.5.1"
}
}