fix(handlebars): add missing currencyformatter.js dependency (#38173)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-02-23 09:56:50 -05:00
committed by GitHub
parent 6f3a200c19
commit 131a97b657
2 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
"access": "public"
},
"dependencies": {
"currencyformatter.js": "^1.0.5",
"handlebars-group-by": "^1.0.1",
"just-handlebars-helpers": "^1.0.19"
},