Skip to content

Commit 515d201

Browse files
Merge pull request #71 from technote-space/release/next-v2.4.21
release: v2.4.22
2 parents f6d6b2d + 3e872ff commit 515d201

File tree

2 files changed

+745
-735
lines changed

2 files changed

+745
-735
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/doctoc",
3-
"version": "2.4.21",
3+
"version": "2.4.22",
44
"description": "Generates TOC for markdown files of local git repo.",
55
"keywords": [
66
"github",
@@ -44,25 +44,25 @@
4444
},
4545
"dependencies": {
4646
"@technote-space/anchor-markdown-header": "^1.1.35",
47-
"@textlint/markdown-to-ast": "^12.1.0",
47+
"@textlint/markdown-to-ast": "^12.1.1",
4848
"htmlparser2": "^7.2.0",
4949
"update-section": "^0.3.3"
5050
},
5151
"devDependencies": {
52-
"@commitlint/cli": "^16.1.0",
53-
"@commitlint/config-conventional": "^16.0.0",
54-
"@textlint/ast-node-types": "^12.1.0",
55-
"@types/jest": "^27.4.0",
56-
"@types/node": "^17.0.15",
57-
"@typescript-eslint/eslint-plugin": "^5.10.2",
58-
"@typescript-eslint/parser": "^5.10.2",
59-
"eslint": "^8.8.0",
52+
"@commitlint/cli": "^16.2.3",
53+
"@commitlint/config-conventional": "^16.2.1",
54+
"@textlint/ast-node-types": "^12.1.1",
55+
"@types/jest": "^27.4.1",
56+
"@types/node": "^17.0.21",
57+
"@typescript-eslint/eslint-plugin": "^5.15.0",
58+
"@typescript-eslint/parser": "^5.15.0",
59+
"eslint": "^8.11.0",
6060
"husky": "^7.0.4",
61-
"jest": "^27.5.0",
62-
"jest-circus": "^27.5.0",
63-
"lint-staged": "^12.3.3",
61+
"jest": "^27.5.1",
62+
"jest-circus": "^27.5.1",
63+
"lint-staged": "^12.3.7",
6464
"ts-jest": "^27.1.3",
65-
"typescript": "^4.5.5"
65+
"typescript": "^4.6.2"
6666
},
6767
"publishConfig": {
6868
"access": "public"

0 commit comments

Comments
 (0)