Started to upgrade from bootstrap 4 to 5.

This commit is contained in:
Jan Böhmer 2022-07-24 18:08:21 +02:00
parent a40fed29e0
commit 365c7c60e4
27 changed files with 164 additions and 157 deletions

View file

@ -10,7 +10,7 @@
"@hotwired/turbo": "^7.0.1",
"@popperjs/core": "^2.10.2",
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/Resources/assets",
"bootstrap": "^4.4.1",
"bootstrap": "^5.1.3",
"jquery": "^3.5.1",
"popper.js": "^1.14.7",
"webpack-bundle-analyzer": "^4.3.0"
@ -24,26 +24,24 @@
"build": "encore production --progress"
},
"dependencies": {
"@types/bootbox": "^5.2.0",
"@types/bootstrap": "^4.3.0",
"@types/typeahead": "^0.11.32",
"@zxing/library": "^0.19.1",
"bootbox": "^5.4.0",
"bootstrap-fileinput": "^5.0.1",
"bootstrap-select": "^1.13.8",
"bootswatch": "^4.3.1",
"bootswatch": "^5.1.3",
"bs-custom-file-input": "^1.3.4",
"clipboard": "^2.0.4",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"corejs-typeahead": "^1.2.1",
"darkmode-js": "^1.5.0",
"datatables.net-bs4": "^2.0.1",
"datatables.net-buttons-bs4": "^2.2.2",
"datatables.net-colreorder-bs4": "^1.5.1",
"datatables.net-fixedheader-bs4": "^3.1.5",
"datatables.net-responsive-bs4": "^2.2.3",
"datatables.net-select-bs4": "^1.2.7",
"datatables.net-bs5": "^1.10.20",
"datatables.net-buttons-bs5": "^2.2.2",
"datatables.net-colreorder-bs5": "^1.5.1",
"datatables.net-fixedheader-bs5": "^3.1.5",
"datatables.net-responsive-bs5": "^2.2.3",
"datatables.net-select-bs5": "^1.2.7",
"dompurify": "^2.0.6",
"exports-loader": "^3.0.0",
"jszip": "^3.2.0",