Update bootstrap to version 5

This commit is contained in:
DariusIII
2021-05-07 12:19:55 +02:00
parent 7fe799fc71
commit cf33249daf
99 changed files with 1032 additions and 791 deletions
+4 -4
View File
@@ -15,11 +15,11 @@
"axios": "^0.21.1",
"cross-env": "^7.0.3",
"jquery": "3.6.0",
"laravel-mix": "^6.0.16",
"laravel-mix": "^6.0.18",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"prettier": "^2.2.1",
"resolve-url-loader": "^3.1.2",
"resolve-url-loader": "^3.1.3",
"vue": "^2.6.12"
},
"dependencies": {
@@ -27,7 +27,7 @@
"@fortawesome/fontawesome-free": "^5.15.3",
"animate.css": "^4.1.1",
"autosize": "^4.0.2",
"bootstrap": "^4.6.0",
"bootstrap": "^5.0.0",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-hover-dropdown": "^2.2.1",
"bootstrap-progressbar": "^0.9.0",
@@ -41,6 +41,6 @@
"normalize.css": "^8.0.1",
"pace-js": "^1.2.4",
"pnotify": "^4.0.1",
"tinymce": "^5.7.1"
"tinymce": "^5.8.0"
}
}