Upgraded jquery to 4.0.0

This commit is contained in:
Jan Böhmer 2026-06-21 15:51:22 +02:00
parent b4cf5b57fa
commit 22f23d9c82
4 changed files with 19 additions and 12 deletions

View file

@ -13,7 +13,7 @@
"bootstrap": "^5.1.3",
"core-js": "^3.38.0",
"intl-messageformat": "^10.5.11",
"jquery": "^3.5.1",
"jquery": "^4.0.0",
"popper.js": "^1.14.7",
"regenerator-runtime": "^0.14.1",
"webpack": "^5.74.0",
@ -76,6 +76,6 @@
"typescript": "^6.0.2"
},
"resolutions": {
"jquery": "^3.5.1"
"jquery": "^4.0.0"
}
}