|
1 | 1 | { |
2 | 2 | "name": "@technote-space/doctoc", |
3 | | - "version": "2.4.19", |
| 3 | + "version": "2.4.20", |
4 | 4 | "description": "Generates TOC for markdown files of local git repo.", |
5 | 5 | "keywords": [ |
6 | 6 | "github", |
|
43 | 43 | "update": "npx npm-check-updates -u && yarn install && yarn upgrade && yarn audit" |
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | | - "@technote-space/anchor-markdown-header": "^1.1.32", |
| 46 | + "@technote-space/anchor-markdown-header": "^1.1.35", |
47 | 47 | "@textlint/markdown-to-ast": "^12.1.0", |
48 | 48 | "htmlparser2": "^7.2.0", |
49 | 49 | "update-section": "^0.3.3" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@commitlint/cli": "^16.0.1", |
| 52 | + "@commitlint/cli": "^16.1.0", |
53 | 53 | "@commitlint/config-conventional": "^16.0.0", |
54 | 54 | "@textlint/ast-node-types": "^12.1.0", |
55 | 55 | "@types/jest": "^27.4.0", |
56 | | - "@types/node": "^17.0.6", |
57 | | - "@typescript-eslint/eslint-plugin": "^5.8.1", |
58 | | - "@typescript-eslint/parser": "^5.8.1", |
59 | | - "eslint": "^8.6.0", |
| 56 | + "@types/node": "^17.0.13", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.10.1", |
| 58 | + "@typescript-eslint/parser": "^5.10.1", |
| 59 | + "eslint": "^8.8.0", |
60 | 60 | "husky": "^7.0.4", |
61 | | - "jest": "^27.4.5", |
62 | | - "jest-circus": "^27.4.5", |
63 | | - "lint-staged": "^12.1.4", |
64 | | - "ts-jest": "^27.1.2", |
65 | | - "typescript": "^4.5.4" |
| 61 | + "jest": "^27.4.7", |
| 62 | + "jest-circus": "^27.4.6", |
| 63 | + "lint-staged": "^12.3.2", |
| 64 | + "ts-jest": "^27.1.3", |
| 65 | + "typescript": "^4.5.5" |
66 | 66 | }, |
67 | 67 | "publishConfig": { |
68 | 68 | "access": "public" |
|
0 commit comments