chore: add minimum Node.js version to several packages

This commit is contained in:
Jeff Williams 2024-01-19 21:19:44 -08:00
parent f9617d06e6
commit 1390f24e63
No known key found for this signature in database
4 changed files with 18 additions and 0 deletions

9
package-lock.json generated
View File

@ -12572,6 +12572,9 @@
"lodash": "^4.17.21",
"on-change": "^5.0.1",
"strip-bom": "^5.0.0"
},
"engines": {
"node": ">=v18.12.0"
}
},
"packages/jsdoc-eslint-config": {
@ -12602,6 +12605,9 @@
"@jsdoc/doclet": "^0.2.10",
"@jsdoc/util": "^0.3.2",
"escape-string-regexp": "^5.0.0"
},
"engines": {
"node": ">=v18.12.0"
}
},
"packages/jsdoc-plugins": {
@ -12689,6 +12695,9 @@
"lodash": "^4.17.21",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7"
},
"engines": {
"node": ">=v18.12.0"
}
},
"packages/jsdoc-test-matchers": {

View File

@ -38,5 +38,8 @@
"lodash": "^4.17.21",
"on-change": "^5.0.1",
"strip-bom": "^5.0.0"
},
"engines": {
"node": ">=v18.12.0"
}
}

View File

@ -19,6 +19,9 @@
"@jsdoc/util": "^0.3.2",
"escape-string-regexp": "^5.0.0"
},
"engines": {
"node": ">=v18.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc/jsdoc.git"

View File

@ -27,6 +27,9 @@
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7"
},
"engines": {
"node": ">=v18.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc/jsdoc.git"