Skip to content

Commit 0557de6

Browse files
committed
Link the bootstrap theme
1 parent 473995a commit 0557de6

File tree

5 files changed

+12
-48
lines changed

5 files changed

+12
-48
lines changed

webapp/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"ext-posix": "*",
5555
"ext-simplexml": "*",
5656
"ext-zip": "*",
57-
"apalfrey/select2-bootstrap-5-theme": "^1.3",
5857
"doctrine/doctrine-bundle": "^2.8",
5958
"doctrine/doctrine-fixtures-bundle": "^4.0",
6059
"doctrine/doctrine-migrations-bundle": "^3.2",

webapp/composer.lock

Lines changed: 1 addition & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"jquery-debounce-throttle": "^1.0.6-rc.0",
1414
"monaco-editor": "^0.54.0",
1515
"nvd3": "1.8.6",
16-
"select2": "^4.0.13"
16+
"select2": "^4.0.13",
17+
"select2-bootstrap-5-theme": "^1.3.0"
1718
}
1819
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../vendor/apalfrey/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.min.css
1+
../../node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.min.css

webapp/yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bootstrap-toggle@^2.2.2:
2222
resolved "https://registry.yarnpkg.com/bootstrap-toggle/-/bootstrap-toggle-2.2.2.tgz#2b88534fc1b998674f877f98ba0d8b5b743e96fe"
2323
integrity sha512-AkYD/i3NGCEksIb/PmmUrrxpa0DYi7Si30e9Ldhou2t1HTd9npoXUsxJJjFPvlV7iLUptlysWTcYD7i3DKV6qg==
2424

25-
bootstrap@^5.3.8:
25+
bootstrap@^5.1.3, bootstrap@^5.3.8:
2626
version "5.3.8"
2727
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.8.tgz#6401a10057a22752d21f4e19055508980656aeed"
2828
integrity sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==
@@ -92,6 +92,13 @@ nvd3@1.8.6:
9292
resolved "https://registry.yarnpkg.com/nvd3/-/nvd3-1.8.6.tgz#2d3eba74bf33363b5101ebf1d093c59a53ae73c4"
9393
integrity sha512-YGQ9hAQHuQCF0JmYkT2GhNMHb5pA+vDfQj6C2GdpQPzdRPj/srPG3mh/3fZzUFt+at1NusLk/RqICUWkxm4viQ==
9494

95+
select2-bootstrap-5-theme@^1.3.0:
96+
version "1.3.0"
97+
resolved "https://registry.yarnpkg.com/select2-bootstrap-5-theme/-/select2-bootstrap-5-theme-1.3.0.tgz#b7126b01c4e2cfb5ee683b219820d49da31b4810"
98+
integrity sha512-uEJDruP4tmwyKcs3V0oP7CIsyC45PGF5ddo8unwTp8OucJ1PSuTOBr+xbWaHTQPGnvp7N96psVQ5UBMQvFCcHA==
99+
dependencies:
100+
bootstrap "^5.1.3"
101+
95102
select2@^4.0.13:
96103
version "4.0.13"
97104
resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.13.tgz#0dbe377df3f96167c4c1626033e924372d8ef44d"

0 commit comments

Comments
 (0)