Skip to content

Commit 07eeb1e

Browse files
Merge pull request #12 from technote-space/release/next-v2.1.4
release: v2.1.5
2 parents 43b676e + cabe201 commit 07eeb1e

File tree

2 files changed

+560
-529
lines changed

2 files changed

+560
-529
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/doctoc",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Generates TOC for markdown files of local git repo.",
55
"keywords": [
66
"github",
@@ -53,15 +53,15 @@
5353
"@commitlint/config-conventional": "^11.0.0",
5454
"@textlint/ast-node-types": "^4.3.4",
5555
"@types/jest": "^26.0.15",
56-
"@types/node": "^14.14.6",
57-
"@typescript-eslint/eslint-plugin": "^4.6.0",
58-
"@typescript-eslint/parser": "^4.6.0",
59-
"eslint": "^7.12.1",
56+
"@types/node": "^14.14.7",
57+
"@typescript-eslint/eslint-plugin": "^4.7.0",
58+
"@typescript-eslint/parser": "^4.7.0",
59+
"eslint": "^7.13.0",
6060
"husky": "^4.3.0",
61-
"jest": "^26.6.1",
62-
"jest-circus": "^26.6.1",
61+
"jest": "^26.6.3",
62+
"jest-circus": "^26.6.3",
6363
"lint-staged": "^10.5.1",
64-
"ts-jest": "^26.4.3",
64+
"ts-jest": "^26.4.4",
6565
"typescript": "^4.0.5"
6666
},
6767
"publishConfig": {

0 commit comments

Comments
 (0)