Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint-doc-generator to ^0.22.0 #1288

Merged
merged 1 commit into from Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -121,7 +121,7 @@
"dedent": "^0.7.0",
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-doc-generator": "^0.21.0",
"eslint-doc-generator": "^0.22.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-eslint-plugin": "^5.0.6",
"eslint-plugin-import": "^2.25.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -4507,9 +4507,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-doc-generator@npm:^0.21.0":
version: 0.21.0
resolution: "eslint-doc-generator@npm:0.21.0"
"eslint-doc-generator@npm:^0.22.0":
version: 0.22.0
resolution: "eslint-doc-generator@npm:0.22.0"
dependencies:
"@typescript-eslint/utils": ^5.38.1
ajv: ^8.11.2
Expand All @@ -4524,7 +4524,7 @@ __metadata:
eslint: ">= 7"
bin:
eslint-doc-generator: dist/bin/eslint-doc-generator.js
checksum: 0e26d6064a3d3a0610b8422f880e8a6035902fbd57efe1c3cc9a99ff913fc8de3d4f6e54d995800fd0d3266a32f484726adc6c78268b47489a7e8dbe9d34582c
checksum: 05796a860510cf0ada296fe6f47e8a6af65f69b233ab29f17adb58f07deb99390f91d4d705f3d1aeaa1eee1f8fcc929db371134c640fa22b688794ebd2df3039
languageName: node
linkType: hard

Expand Down Expand Up @@ -4636,7 +4636,7 @@ __metadata:
dedent: ^0.7.0
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
eslint-config-prettier: ^8.3.0
eslint-doc-generator: ^0.21.0
eslint-doc-generator: ^0.22.0
eslint-plugin-eslint-comments: ^3.1.2
eslint-plugin-eslint-plugin: ^5.0.6
eslint-plugin-import: ^2.25.1
Expand Down