Browse Source

Merge pull request #25098 from abpframework/issue/bs-dependency-requirement

Blazor - Adding `popper.js` dependency for bootstrap package
pull/25104/head
Enis Necipoglu 1 month ago
committed by GitHub
parent
commit
0861612fa6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      npm/packs/bootstrap/package.json

1
npm/packs/bootstrap/package.json

@ -11,6 +11,7 @@
},
"dependencies": {
"@abp/core": "~10.2.0-rc.2",
"@abp/popper.js": "~10.2.0-rc.2",
"bootstrap": "^5.3.8"
},
"gitHead": "bb4ea17d5996f01889134c138d00b6c8f858a431",

Loading…
Cancel
Save