Add bootstrap and bootbox peer dep. popper.js
Fixes failing RoutingOptions.test.js (https://github.com/nrenner/brouter-web/runs/7794276726) for bootbox update to v5.5.3 (#597), that moves popper.js to peer dependencies.
This commit is contained in:
parent
a7f22e55f0
commit
06f7be1e2d
2 changed files with 2 additions and 1 deletions
|
|
@ -79,6 +79,7 @@
|
|||
"mapbbcode": "MapBBCode/mapbbcode#v1.2.0",
|
||||
"maplibre-gl": "^2.1.9",
|
||||
"overpass-layer": "3.1.1",
|
||||
"popper.js": "1.16.1",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"togpx": "nrenner/togpx#722d291",
|
||||
"tokml": "^0.4.0",
|
||||
|
|
|
|||
|
|
@ -10089,7 +10089,7 @@ polygon-clipping@^0.15.3:
|
|||
dependencies:
|
||||
splaytree "^3.1.0"
|
||||
|
||||
popper.js@^1.16.0:
|
||||
popper.js@1.16.1, popper.js@^1.16.0:
|
||||
version "1.16.1"
|
||||
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b"
|
||||
integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue