Skip to content

Commit a736ed8

Browse files
Merge pull request #86 from technote-space/release/next-v2.5.1
release: v2.5.2
2 parents da5ea88 + 7370e03 commit a736ed8

File tree

2 files changed

+598
-546
lines changed

2 files changed

+598
-546
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/doctoc",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Generates TOC for markdown files of local git repo.",
55
"keywords": [
66
"github",
@@ -49,28 +49,28 @@
4949
"update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit"
5050
},
5151
"dependencies": {
52-
"@technote-space/anchor-markdown-header": "^1.1.36",
53-
"@textlint/markdown-to-ast": "^12.2.1",
52+
"@technote-space/anchor-markdown-header": "^1.1.38",
53+
"@textlint/markdown-to-ast": "^12.2.2",
5454
"htmlparser2": "^8.0.1",
5555
"update-section": "^0.3.3"
5656
},
5757
"devDependencies": {
58-
"@commitlint/cli": "^17.0.3",
59-
"@commitlint/config-conventional": "^17.0.3",
60-
"@rollup/plugin-typescript": "^8.3.3",
58+
"@commitlint/cli": "^17.2.0",
59+
"@commitlint/config-conventional": "^17.2.0",
60+
"@rollup/plugin-typescript": "^9.0.2",
6161
"@sindresorhus/tsconfig": "^3.0.1",
62-
"@textlint/ast-node-types": "^12.2.1",
63-
"@types/node": "^18.0.0",
64-
"@typescript-eslint/eslint-plugin": "^5.29.0",
65-
"@typescript-eslint/parser": "^5.29.0",
66-
"c8": "^7.11.3",
67-
"eslint": "^8.18.0",
62+
"@textlint/ast-node-types": "^12.2.2",
63+
"@types/node": "^18.11.9",
64+
"@typescript-eslint/eslint-plugin": "^5.42.0",
65+
"@typescript-eslint/parser": "^5.42.0",
66+
"@vitest/coverage-c8": "^0.24.5",
67+
"eslint": "^8.26.0",
6868
"eslint-plugin-import": "^2.26.0",
6969
"husky": "^8.0.1",
7070
"lint-staged": "^13.0.3",
71-
"rollup": "^2.75.7",
72-
"typescript": "^4.7.4",
73-
"vitest": "^0.16.0"
71+
"rollup": "^3.2.5",
72+
"typescript": "^4.8.4",
73+
"vitest": "^0.24.5"
7474
},
7575
"publishConfig": {
7676
"access": "public"

0 commit comments

Comments
 (0)