Skip to content

Commit 8b9f4ca

Browse files
committed
Move Bootstrap to yarn
1 parent f832458 commit 8b9f4ca

File tree

9 files changed

+11
-59
lines changed

9 files changed

+11
-59
lines changed

webapp/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
"symfony/validator": "6.4.*",
101101
"symfony/web-profiler-bundle": "6.4.*",
102102
"symfony/yaml": "6.4.*",
103-
"twbs/bootstrap": "^5.2.0",
104103
"twig/extra-bundle": "^3.5",
105104
"twig/markdown-extra": "^3.5",
106105
"twig/string-extra": "^3.5",

webapp/composer.lock

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

webapp/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"dependencies": {
33
"@fortawesome/fontawesome-free": "^7.1.0",
44
"@melloware/coloris": "^0.25.0",
5+
"bootstrap": "^5.3.8",
56
"bootstrap-toggle": "^2.2.2",
67
"d3": "3.5.17",
78
"datatables.net-bs5": "^2.3.4",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../vendor/twbs/bootstrap/dist/css/bootstrap.min.css
1+
../../node_modules/bootstrap/dist/css/bootstrap.min.css

webapp/public/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../vendor/twbs/bootstrap/dist/js/bootstrap.bundle.min.js
1+
../../node_modules/bootstrap/dist/js/bootstrap.bundle.min.js

webapp/public/js/bootstrap.bundle.min.js.map

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

webapp/symfony.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,6 @@
689689
"theseer/tokenizer": {
690690
"version": "1.2.0"
691691
},
692-
"twbs/bootstrap": {
693-
"version": "v4.3.1"
694-
},
695692
"twig/extra-bundle": {
696693
"version": "v3.3.0"
697694
},

webapp/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ bootstrap-toggle@^2.2.2:
1717
resolved "https://registry.yarnpkg.com/bootstrap-toggle/-/bootstrap-toggle-2.2.2.tgz#2b88534fc1b998674f877f98ba0d8b5b743e96fe"
1818
integrity sha512-AkYD/i3NGCEksIb/PmmUrrxpa0DYi7Si30e9Ldhou2t1HTd9npoXUsxJJjFPvlV7iLUptlysWTcYD7i3DKV6qg==
1919

20+
bootstrap@^5.3.8:
21+
version "5.3.8"
22+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.8.tgz#6401a10057a22752d21f4e19055508980656aeed"
23+
integrity sha512-HP1SZDqaLDPwsNiqRqi5NcP0SSXciX2s9E+RyqJIIqGo+vJeN5AJVM98CXmW/Wux0nQ5L7jeWUdplCEf0Ee+tg==
24+
2025
d3@3.5.17:
2126
version "3.5.17"
2227
resolved "https://registry.yarnpkg.com/d3/-/d3-3.5.17.tgz#bc46748004378b21a360c9fc7cf5231790762fb8"

0 commit comments

Comments
 (0)