Skip to content

Commit b61a106

Browse files
committed
add explicit dependency to avoid pulling old version
1 parent e0d80c5 commit b61a106

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/json-validator/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quarto/json-validator",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "A validation library for JSON objects with an emphasis on good error messages.",
55
"author": {
66
"name": "Posit PBC"
@@ -29,6 +29,7 @@
2929
"build": "*",
3030
"typescript": "^5.4.2",
3131
"regexpp": "^3.2.0",
32+
"ansi-colors": "^4.1.3",
3233
"@quarto/mapped-string": "^0.1.7",
3334
"@quarto/tidyverse-errors": "^0.1.3",
3435
"@quarto/annotated-json": "^0.1.3"

0 commit comments

Comments
 (0)