Skip to content

Commit 026cb26

Browse files
committed
fixed build
1 parent d80d6f8 commit 026cb26

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@popperjs/core": "^2.11.8",
1515
"@preact/signals": "^1.2.3",
16-
"bootstrap": "^5.3.3",
17-
"bootstrap-icons": "^1.11.3",
16+
"bootstrap": "^5.3.7",
17+
"bootstrap-icons": "^1.13.1",
1818
"gsap": "^3.12.5",
1919
"htm": "^3.1.1",
2020
"marquee-content": "^4.2.0",

webpack/caniuse/firmwares.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ export class Firmware {
153153
return 'number1';
154154
case 9:
155155
return 'ombre';
156+
case 10:
157+
return 'ponytail';
156158
default:
157159
throw new Error(`Unknown major version: ${major}`);
158160
}

0 commit comments

Comments
 (0)