Skip to content

Commit 78b0a44

Browse files
Merge pull request #20 from technote-space/release/next-v2.2.2
release: v2.2.3
2 parents 68f36b9 + 46b80c1 commit 78b0a44

File tree

2 files changed

+145
-153
lines changed

2 files changed

+145
-153
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/doctoc",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"description": "Generates TOC for markdown files of local git repo.",
55
"keywords": [
66
"github",
@@ -52,15 +52,15 @@
5252
"@commitlint/cli": "^11.0.0",
5353
"@commitlint/config-conventional": "^11.0.0",
5454
"@textlint/ast-node-types": "^4.3.4",
55-
"@types/jest": "^26.0.15",
55+
"@types/jest": "^26.0.16",
5656
"@types/node": "^14.14.10",
57-
"@typescript-eslint/eslint-plugin": "^4.8.2",
58-
"@typescript-eslint/parser": "^4.8.2",
59-
"eslint": "^7.14.0",
60-
"husky": "^4.3.0",
57+
"@typescript-eslint/eslint-plugin": "^4.9.0",
58+
"@typescript-eslint/parser": "^4.9.0",
59+
"eslint": "^7.15.0",
60+
"husky": "^4.3.4",
6161
"jest": "^26.6.3",
6262
"jest-circus": "^26.6.3",
63-
"lint-staged": "^10.5.2",
63+
"lint-staged": "^10.5.3",
6464
"ts-jest": "^26.4.4",
6565
"typescript": "^4.1.2"
6666
},

0 commit comments

Comments
 (0)