roll back bootstrap until 5.0.1 comes out
Modals are currently broken: https://github.com/twbs/bootstrap/issues/33840
This commit is contained in:
parent
6622ea1c70
commit
63437f5cde
@ -133,7 +133,7 @@
|
||||
"path": "node_modules/bootstrap-icons",
|
||||
"licenseFile": "node_modules/bootstrap-icons/LICENSE.md"
|
||||
},
|
||||
"bootstrap@5.0.0": {
|
||||
"bootstrap@5.0.0-beta3": {
|
||||
"licenses": "MIT",
|
||||
"repository": "https://github.com/twbs/bootstrap",
|
||||
"publisher": "The Bootstrap Authors",
|
||||
|
@ -57,7 +57,7 @@
|
||||
"@mdi/svg": "^5.9.55",
|
||||
"@popperjs/core": "^2.9.2",
|
||||
"@types/lodash-es": "^4.17.4",
|
||||
"bootstrap": "^5.0.0-beta2",
|
||||
"bootstrap": "=5.0.0-beta3",
|
||||
"bootstrap-icons": "^1.4.0",
|
||||
"css-browser-selector": "^0.6.5",
|
||||
"d3": "^6.5.0",
|
||||
|
@ -1390,10 +1390,10 @@ bootstrap-icons@^1.4.0:
|
||||
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.4.1.tgz#5071d2ea9dab0ad79ca5673a97a0074872c74e14"
|
||||
integrity sha512-EcATaAGsRgyy4NtnwXlNzkgWttpb6PqcXCoLtZZKdZtAYJU/WYqoQFxuGFKAppOlf7NmKpvGtSsC/921H7LIjg==
|
||||
|
||||
bootstrap@^5.0.0-beta2:
|
||||
version "5.0.0"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0.tgz#97635ac0e0d6cb466700ebf0fd266bfabf352ed2"
|
||||
integrity sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==
|
||||
bootstrap@=5.0.0-beta3:
|
||||
version "5.0.0-beta3"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0-beta3.tgz#c959f61fbd03667a1b158f763856994859d7a465"
|
||||
integrity sha512-0urccjfIOzhrb9qJysN8XW/DRw6rg3zH7qLeKIp4Zyl8+Ens4JWB0NC0cB5AhnSFPd2tftRggjwCMxablo6Tpg==
|
||||
|
||||
brace-expansion@^1.1.7:
|
||||
version "1.1.11"
|
||||
|
Loading…
Reference in New Issue
Block a user