Skip to content

Commit a97bde0

Browse files
committed
chore: add handlebars dependency to custom UI and messaging apps
1 parent ba7606b commit a97bde0

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

apps/custom-ui-app-docusign/package-lock.json

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

apps/custom-ui-app-docusign/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"express": "^4.22.1",
1616
"express-session": "^1.17.3",
1717
"form-data": "^4.0.5",
18+
"handlebars": "^4.7.9",
1819
"hbs": "^4.2.0",
1920
"jsonwebtoken": "^9.0.3",
2021
"jws": "^4.0.1",

apps/messaging-app-extn-playground/package-lock.json

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

apps/messaging-app-extn-playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"dotenv": "^16.0.1",
2525
"express": "^4.22.1",
2626
"form-data": "^4.0.5",
27+
"handlebars": "^4.7.9",
2728
"hbs": "^4.2.0",
2829
"knex": "^2.4.0",
2930
"multer": "^1.4.5-lts.1",

apps/pipedrive-hello-world-glitch/package-lock.json

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

apps/pipedrive-hello-world-glitch/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"axios": "^1.7.9",
2121
"express": "^4.22.1",
2222
"form-data": "^4.0.5",
23+
"handlebars": "^4.7.9",
2324
"hbs": "^4.2.0",
2425
"knex": "^3.1.0",
2526
"passport": "^0.7.0",

0 commit comments

Comments
 (0)