Skip to content

Commit

Permalink
Remove unused dependency, pin Bootstrap (#9513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte authored Nov 27, 2024
1 parent c04a047 commit 7846aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion web/html/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@babel/runtime": "7.16.3",
"@babel/traverse": "7.24.0",
"ansi-regex": "5.0.1",
"bootstrap": "5.3.2",
"debug": "4.3.4",
"glob-parent": "5.1.2",
"immer": "9.0.6",
Expand Down Expand Up @@ -78,7 +79,6 @@
"core-js": "^3.8.1",
"css-loader": "6.10.0",
"dompurify": "^3.1.7",
"eos-ds": "^5.0.0",
"font-awesome": "4.4.0",
"gettext-parser": "^4.0.4",
"html-react-parser": "^0.10.0",
Expand Down
30 changes: 1 addition & 29 deletions web/html/src/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3502,26 +3502,11 @@ bonjour@^3.5.0:
multicast-dns "^6.0.1"
multicast-dns-service-types "^1.1.0"

bootstrap@5.3.2:
bootstrap@5.3.2, bootstrap@>=2.0.0, bootstrap@^3.3.6:
version "5.3.2"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.2.tgz#97226583f27aae93b2b28ab23f4c114757ff16ae"
integrity sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==

bootstrap@>=2.0.0:
version "5.2.2"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.2.2.tgz#834e053eed584a65e244d8aa112a6959f56e27a0"
integrity sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==

bootstrap@^3.3.6:
version "3.4.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72"
integrity sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==

bootstrap@^4.3.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.1.tgz#bc25380c2c14192374e8dec07cf01b2742d222a2"
integrity sha512-0dj+VgI9Ecom+rvvpNZ4MUZJz8dcX7WCX+eTID9+/8HgOkv3dsRzi8BGeZJCQU6flWQVYxwTQnEZFrmJSEO7og==

brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
Expand Down Expand Up @@ -4554,14 +4539,6 @@ envinfo@^7.7.3:
resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475"
integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==

eos-ds@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/eos-ds/-/eos-ds-5.0.0.tgz#d5beadbe01b7c5b49a78daa5dfb60fd2adbdd67b"
integrity sha512-NNUaYHAL2k3ZxjpyWm/rRppW6yfaVJabVpPI+NMSxcq+PNytDvD7XBxJ26InJNG5/YdFJaERIkb91BgGNQ0hnQ==
dependencies:
bootstrap "^4.3.1"
jquery "^3.6.0"

error-ex@^1.3.1:
version "1.3.2"
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
Expand Down Expand Up @@ -6708,11 +6685,6 @@ jquery@>=1.7, jquery@>=1.7.0:
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.1.tgz#fab0408f8b45fc19f956205773b62b292c147a16"
integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==

jquery@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470"
integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==

js-levenshtein@^1.1.6:
version "1.1.6"
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
Expand Down

0 comments on commit 7846aa0

Please sign in to comment.