Skip to content

Commit e41dd7d

Browse files
authored
chore(merge main): patched commit → 30e015 (#2808)
1 parent 4065d4c commit e41dd7d

File tree

4 files changed

+25
-39
lines changed

4 files changed

+25
-39
lines changed

package-lock.json

Lines changed: 17 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@
105105
},
106106
"devDependencies": {
107107
"@babel/cli": "^7.25.7",
108-
"@babel/core": "^7.25.7",
109-
"@babel/preset-env": "^7.25.7",
108+
"@babel/core": "^7.25.8",
109+
"@babel/preset-env": "^7.25.8",
110110
"@docsearch/js": "^3.6.2",
111111
"@percy/cli": "^1.30.2",
112112
"@popperjs/core": "^2.11.8",
113113
"@rollup/plugin-babel": "^6.0.4",
114-
"@rollup/plugin-commonjs": "^28.0.0",
114+
"@rollup/plugin-commonjs": "^28.0.1",
115115
"@rollup/plugin-node-resolve": "^15.3.0",
116116
"@rollup/plugin-replace": "^6.0.1",
117117
"@stackblitz/sdk": "^1.11.0",
@@ -139,7 +139,7 @@
139139
"focus-visible": "^5.2.1",
140140
"globby": "^14.0.2",
141141
"hammer-simulator": "0.0.1",
142-
"hugo-bin": "^0.132.0",
142+
"hugo-bin": "^0.133.1",
143143
"ip": "^2.0.0",
144144
"jasmine": "^5.3.0",
145145
"jquery": "^3.7.1",
@@ -169,10 +169,10 @@
169169
"shelljs": "^0.8.5",
170170
"sirv-cli": "^3.0.0",
171171
"storybook": "^8.4.5",
172-
"stylelint": "^16.9.0",
172+
"stylelint": "^16.10.0",
173173
"stylelint-config-twbs-bootstrap": "^15.1.0",
174174
"tarteaucitronjs": "^1.19.0",
175-
"terser": "^5.34.1",
175+
"terser": "^5.36.0",
176176
"vnu-jar": "^23.4.11"
177177
},
178178
"files": [

site/content/docs/5.3/getting-started/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A better alternative for those using this type of frameworks is to use a framewo
2626
{{< /callout >}}
2727
- Vue: [BootstrapVue](https://bootstrap-vue.org/) (Bootstrap 4)
2828
- Vue 3: [BootstrapVueNext](https://bootstrap-vue-next.github.io/bootstrap-vue-next/) (Bootstrap 5, currently in alpha)
29-
- Angular: [ng-bootstrap](https://ng-bootstrap.github.io/)
29+
- Angular: [ng-bootstrap](https://ng-bootstrap.github.io/) or [ngx-bootstrap](https://valor-software.com/ngx-bootstrap)
3030

3131
## Using Boosted as a module
3232

site/content/docs/5.3/utilities/display.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For faster mobile-friendly development, use responsive display classes for showi
5757

5858
To hide elements simply use the `.d-none` class or one of the `.d-{sm,md,lg,xl,xxl}-none` classes for any responsive screen variation.
5959

60-
To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-none .d-xxl-none` will hide the element for all screen sizes except on medium and large devices.
60+
To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-none` will hide the element for all screen sizes except on medium and large devices.
6161

6262
{{< bs-table >}}
6363
| Screen size | Class |

0 commit comments

Comments
 (0)