We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514dbf3 commit 4a06d97Copy full SHA for 4a06d97
.github/workflows/build.yaml
@@ -58,7 +58,7 @@ jobs:
58
cache: "yarn"
59
60
- name: Install doctoc
61
- run: yarn global add doctoc@2.0.0
+ run: yarn global add doctoc@2.2.1
62
63
- name: Run doctoc
64
if: steps.changed-files.outputs.any_changed == 'true'
package.json
@@ -55,7 +55,7 @@
55
"@typescript-eslint/eslint-plugin": "^5.23.0",
56
"@typescript-eslint/parser": "^5.23.0",
57
"audit-ci": "^6.0.0",
- "doctoc": "2.0.0",
+ "doctoc": "2.2.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
0 commit comments