@enact/docs-utils
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -5,5 +5,9 @@ # Change Log | ||
## [0.4.1] - 2023-04-05 | ||
- Changed to require node 14 or later | ||
## [0.4.0] - 2022-10-20 | ||
- Update dependency with documentation 14.0.0 | ||
- Updated dependency with documentation 14.0.0 | ||
{ | ||
"name": "@enact/docs-utils", | ||
"description": "Utilities for parsing and validating JSDoc in Enact projects", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"engines": { | ||
"node": ">=10.10.0" | ||
"node": ">=14" | ||
}, | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"chalk": "^4.1.2", | ||
"documentation": "^14.0.0", | ||
"documentation": "^14.0.1", | ||
"elasticlunr": "^0.9.5", | ||
@@ -44,3 +44,3 @@ "gray-matter": "^4.0.3", | ||
"markdown-toc": "^1.2.0", | ||
"minimist": "^1.2.6", | ||
"minimist": "^1.2.8", | ||
"mkdirp": "^1.0.4", | ||
@@ -52,4 +52,4 @@ "progress": "^2.0.3", | ||
"devDependencies": { | ||
"eslint": "^8.19.0" | ||
"eslint": "^8.35.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # docs-utils | ||
**Note:** Requires Node 10.10+. | ||
**Note:** Requires Node 14+. | ||
@@ -8,0 +8,0 @@ ## Standalone Usage |
38842
Updateddocumentation@^14.0.1
Updatedminimist@^1.2.8