Skip to content

Commit 9415660

Browse files
Merge pull request #67 from technote-space/release/next-v2.4.18
release: v2.4.19
2 parents 5494388 + 7b01ddb commit 9415660

File tree

2 files changed

+447
-400
lines changed

2 files changed

+447
-400
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/doctoc",
3-
"version": "2.4.18",
3+
"version": "2.4.19",
44
"description": "Generates TOC for markdown files of local git repo.",
55
"keywords": [
66
"github",
@@ -43,24 +43,24 @@
4343
"update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit"
4444
},
4545
"dependencies": {
46-
"@technote-space/anchor-markdown-header": "^1.1.30",
46+
"@technote-space/anchor-markdown-header": "^1.1.32",
4747
"@textlint/markdown-to-ast": "^12.1.0",
4848
"htmlparser2": "^7.2.0",
4949
"update-section": "^0.3.3"
5050
},
5151
"devDependencies": {
52-
"@commitlint/cli": "^15.0.0",
53-
"@commitlint/config-conventional": "^15.0.0",
52+
"@commitlint/cli": "^16.0.1",
53+
"@commitlint/config-conventional": "^16.0.0",
5454
"@textlint/ast-node-types": "^12.1.0",
55-
"@types/jest": "^27.0.3",
56-
"@types/node": "^17.0.0",
57-
"@typescript-eslint/eslint-plugin": "^5.7.0",
58-
"@typescript-eslint/parser": "^5.7.0",
59-
"eslint": "^8.5.0",
55+
"@types/jest": "^27.4.0",
56+
"@types/node": "^17.0.6",
57+
"@typescript-eslint/eslint-plugin": "^5.8.1",
58+
"@typescript-eslint/parser": "^5.8.1",
59+
"eslint": "^8.6.0",
6060
"husky": "^7.0.4",
6161
"jest": "^27.4.5",
6262
"jest-circus": "^27.4.5",
63-
"lint-staged": "^12.1.3",
63+
"lint-staged": "^12.1.4",
6464
"ts-jest": "^27.1.2",
6565
"typescript": "^4.5.4"
6666
},

0 commit comments

Comments
 (0)