diff --git a/.ncurc.cjs b/.ncurc.cjs index 57437fa6..b340c5d8 100644 --- a/.ncurc.cjs +++ b/.ncurc.cjs @@ -2,7 +2,10 @@ module.exports = { reject: [ - // Todo: When our package converted to ESM only + // Todo: When our package is converted to ESM only 'escape-string-regexp', + + // Todo: When our package is converted to ESM only + 'are-docs-informative', ], }; diff --git a/package.json b/package.json index 1ef2757b..3c4f2e93 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@es-joy/jsdoccomment": "~0.50.2", - "are-docs-informative": "^0.1.1", + "are-docs-informative": "^0.0.2", "comment-parser": "1.4.1", "debug": "^4.4.1", "escape-string-regexp": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7898a124..a42a5e17 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ~0.50.2 version: 0.50.2 are-docs-informative: - specifier: ^0.1.1 - version: 0.1.1 + specifier: ^0.0.2 + version: 0.0.2 comment-parser: specifier: 1.4.1 version: 1.4.1 @@ -1731,10 +1731,6 @@ packages: resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} engines: {node: '>=14'} - are-docs-informative@0.1.1: - resolution: {integrity: sha512-sqRsNQBwbKLRX0jV5Cu5uzmtflf892n4Vukz7T659ebL4pz3mpOqCMU7lxMoBTFwnp10E3YB5ZcyHM41W5bcDA==} - engines: {node: '>=18'} - argparse@1.0.10: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} @@ -7618,8 +7614,6 @@ snapshots: are-docs-informative@0.0.2: {} - are-docs-informative@0.1.1: {} - argparse@1.0.10: dependencies: sprintf-js: 1.0.3