mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Install Bootstrap 5 and dependencies
This commit is contained in:
parent
8b66dd3aa1
commit
3be34c70a4
2 changed files with 11 additions and 5 deletions
|
@ -12,8 +12,9 @@
|
|||
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
|
||||
"@hotwired/turbo-rails": "^7.2.4",
|
||||
"@melloware/coloris": "^0.16.1",
|
||||
"@popperjs/core": "^2.11",
|
||||
"@rails/request.js": "^0.0.8",
|
||||
"bootstrap": "^4.6.2",
|
||||
"bootstrap": "^5.2",
|
||||
"cheet.js": "^0.3.3",
|
||||
"core-js": "^3.27.1",
|
||||
"croppr": "^2.3.1",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -1233,6 +1233,11 @@
|
|||
mkdirp "^1.0.4"
|
||||
rimraf "^3.0.2"
|
||||
|
||||
"@popperjs/core@^2.11":
|
||||
version "2.11.6"
|
||||
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.6.tgz#cee20bd55e68a1720bdab363ecf0c821ded4cd45"
|
||||
integrity sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==
|
||||
|
||||
"@rails/actioncable@^7.0":
|
||||
version "7.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.0.3.tgz#71f08e958883af64f6a20489318b5e95d2c6dc5b"
|
||||
|
@ -2066,10 +2071,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
|
|||
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
||||
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
|
||||
|
||||
bootstrap@^4.6.2:
|
||||
version "4.6.2"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.2.tgz#8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479"
|
||||
integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==
|
||||
bootstrap@^5.2:
|
||||
version "5.2.3"
|
||||
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.3.tgz#54739f4414de121b9785c5da3c87b37ff008322b"
|
||||
integrity sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==
|
||||
|
||||
brace-expansion@^1.1.7:
|
||||
version "1.1.11"
|
||||
|
|
Loading…
Reference in a new issue