mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-20 19:05:14 +02:00
Use a new version of bootstrap-select. The breaking bug was fixed in v1.13.8
This commit is contained in:
parent
c935d9d525
commit
7c8d195ba8
2 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ckeditor/ckeditor5-build-classic": "^12.0.0",
|
"@ckeditor/ckeditor5-build-classic": "^12.0.0",
|
||||||
"awesome-bootstrap-checkbox": "^1.0.1",
|
"awesome-bootstrap-checkbox": "^1.0.1",
|
||||||
"bootstrap-select": "1.13.5",
|
"bootstrap-select": "^1.13.8",
|
||||||
"datatables.net-bs4": "^1.10.19",
|
"datatables.net-bs4": "^1.10.19",
|
||||||
"datatables.net-buttons-bs4": "^1.5.4",
|
"datatables.net-buttons-bs4": "^1.5.4",
|
||||||
"datatables.net-fixedheader-bs4": "^3.1.5",
|
"datatables.net-fixedheader-bs4": "^3.1.5",
|
||||||
|
|
|
@ -1191,10 +1191,10 @@ boolbase@^1.0.0, boolbase@~1.0.0:
|
||||||
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
||||||
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
|
integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
|
||||||
|
|
||||||
bootstrap-select@1.13.5:
|
bootstrap-select@^1.13.8:
|
||||||
version "1.13.5"
|
version "1.13.8"
|
||||||
resolved "https://registry.yarnpkg.com/bootstrap-select/-/bootstrap-select-1.13.5.tgz#12f000b25a95ed642fe371ae9e311d3afbb8c53f"
|
resolved "https://registry.yarnpkg.com/bootstrap-select/-/bootstrap-select-1.13.8.tgz#c47047410511f6d8a8917a7738d1b03c95717d5d"
|
||||||
integrity sha512-1uYsYLB4FvGdwM6qzIfTxp6sP5gDqjPgWNHJztBfYUTIo1GUYG5zzmMVWiJvdxJlsvBXZ9AObmeZdzi0eg2jaA==
|
integrity sha512-WF6GJPgb98cv75X6/zoCWUNwM/HPoYKP6JDBryTNDCHMPV9YyMqU7xXncC7Se2M5VAt7kZQ/i2GSYwaf5Q/Z3w==
|
||||||
|
|
||||||
bootstrap@^4.3.1:
|
bootstrap@^4.3.1:
|
||||||
version "4.3.1"
|
version "4.3.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue