Skip to content

Commit 0a5061c

Browse files
committed
chore: add missing package json changes causing build errors
1 parent 2b251f9 commit 0a5061c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/vlocity-deploy/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"typescript": "5.1.6"
6060
},
6161
"dependencies": {
62+
"@types/unidecode": "^0.1.3",
6263
"@vlocode/core": "workspace:*",
6364
"@vlocode/omniscript": "workspace:*",
6465
"@vlocode/salesforce": "workspace:*",
@@ -67,7 +68,8 @@
6768
"fs-extra": "^11",
6869
"luxon": "^3.4.4",
6970
"moment": "^2.29.4",
70-
"sass": "^1.59.3"
71+
"sass": "^1.59.3",
72+
"unidecode": "^1.1.0"
7173
},
7274
"publisher": "curlybracket",
7375
"gitHead": "f16fa9dcbf7ef17328047ecb07ab4a7e6a94140a"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)