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

@@ -22324,8 +22324,7 @@
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/currencyformatter.js/-/currencyformatter.js-1.0.5.tgz",
"integrity": "sha512-gNhjgPges50sAHOb56BeEOi33w88sED2nSiY0s9niq1S/64IKB8DB1EmJh8wv5PofFXpHWG91yptoDQAj5GI2w==",
"license": "MIT",
"peer": true
"license": "MIT"
},
"node_modules/cwd": {
"version": "0.10.0",
@@ -53502,6 +53501,7 @@
"version": "0.20.3",
"license": "Apache-2.0",
"dependencies": {
"currencyformatter.js": "^1.0.5",
"handlebars-group-by": "^1.0.1",
"just-handlebars-helpers": "^1.0.19"
},

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"
},