Skip to content

Commit 835781f

Browse files
Merge pull request #97 from technote-space/release/next-v2.6.2
release: v2.6.3
2 parents 6c8b5cd + 57f66b8 commit 835781f

File tree

2 files changed

+468
-386
lines changed

2 files changed

+468
-386
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/doctoc",
3-
"version": "2.6.2",
3+
"version": "2.6.3",
44
"description": "Generates TOC for markdown files of local git repo.",
55
"keywords": [
66
"github",
@@ -55,22 +55,22 @@
5555
"update-section": "^0.3.3"
5656
},
5757
"devDependencies": {
58-
"@commitlint/cli": "^17.5.0",
59-
"@commitlint/config-conventional": "^17.4.4",
60-
"@rollup/plugin-typescript": "^11.0.0",
58+
"@commitlint/cli": "^17.6.1",
59+
"@commitlint/config-conventional": "^17.6.1",
60+
"@rollup/plugin-typescript": "^11.1.0",
6161
"@sindresorhus/tsconfig": "^3.0.1",
6262
"@textlint/ast-node-types": "^13.3.2",
63-
"@types/node": "^18.15.10",
64-
"@typescript-eslint/eslint-plugin": "^5.56.0",
65-
"@typescript-eslint/parser": "^5.56.0",
66-
"@vitest/coverage-c8": "^0.29.7",
67-
"eslint": "^8.36.0",
63+
"@types/node": "^18.16.0",
64+
"@typescript-eslint/eslint-plugin": "^5.59.0",
65+
"@typescript-eslint/parser": "^5.59.0",
66+
"@vitest/coverage-c8": "^0.30.1",
67+
"eslint": "^8.39.0",
6868
"eslint-plugin-import": "^2.27.5",
6969
"husky": "^8.0.3",
70-
"lint-staged": "^13.2.0",
71-
"rollup": "^3.20.2",
72-
"typescript": "^5.0.2",
73-
"vitest": "^0.29.7"
70+
"lint-staged": "^13.2.1",
71+
"rollup": "^3.20.7",
72+
"typescript": "^5.0.4",
73+
"vitest": "^0.30.1"
7474
},
7575
"publishConfig": {
7676
"access": "public"

0 commit comments

Comments
 (0)