|
1 | 1 | { |
2 | 2 | "name": "@technote-space/doctoc", |
3 | | - "version": "2.5.1", |
| 3 | + "version": "2.5.2", |
4 | 4 | "description": "Generates TOC for markdown files of local git repo.", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
49 | 49 | "update": "npm_config_yes=true npx npm-check-updates -u --timeout 100000 && yarn install && yarn upgrade && yarn audit" |
50 | 50 | }, |
51 | 51 | "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", |
54 | 54 | "htmlparser2": "^8.0.1", |
55 | 55 | "update-section": "^0.3.3" |
56 | 56 | }, |
57 | 57 | "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", |
61 | 61 | "@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", |
68 | 68 | "eslint-plugin-import": "^2.26.0", |
69 | 69 | "husky": "^8.0.1", |
70 | 70 | "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" |
74 | 74 | }, |
75 | 75 | "publishConfig": { |
76 | 76 | "access": "public" |
|
0 commit comments