|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/doctoc",
|
3 |
| - "version": "2.4.21", |
| 3 | + "version": "2.4.22", |
4 | 4 | "description": "Generates TOC for markdown files of local git repo.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
44 | 44 | },
|
45 | 45 | "dependencies": {
|
46 | 46 | "@technote-space/anchor-markdown-header": "^1.1.35",
|
47 |
| - "@textlint/markdown-to-ast": "^12.1.0", |
| 47 | + "@textlint/markdown-to-ast": "^12.1.1", |
48 | 48 | "htmlparser2": "^7.2.0",
|
49 | 49 | "update-section": "^0.3.3"
|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@commitlint/cli": "^16.1.0", |
53 |
| - "@commitlint/config-conventional": "^16.0.0", |
54 |
| - "@textlint/ast-node-types": "^12.1.0", |
55 |
| - "@types/jest": "^27.4.0", |
56 |
| - "@types/node": "^17.0.15", |
57 |
| - "@typescript-eslint/eslint-plugin": "^5.10.2", |
58 |
| - "@typescript-eslint/parser": "^5.10.2", |
59 |
| - "eslint": "^8.8.0", |
| 52 | + "@commitlint/cli": "^16.2.3", |
| 53 | + "@commitlint/config-conventional": "^16.2.1", |
| 54 | + "@textlint/ast-node-types": "^12.1.1", |
| 55 | + "@types/jest": "^27.4.1", |
| 56 | + "@types/node": "^17.0.21", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.15.0", |
| 58 | + "@typescript-eslint/parser": "^5.15.0", |
| 59 | + "eslint": "^8.11.0", |
60 | 60 | "husky": "^7.0.4",
|
61 |
| - "jest": "^27.5.0", |
62 |
| - "jest-circus": "^27.5.0", |
63 |
| - "lint-staged": "^12.3.3", |
| 61 | + "jest": "^27.5.1", |
| 62 | + "jest-circus": "^27.5.1", |
| 63 | + "lint-staged": "^12.3.7", |
64 | 64 | "ts-jest": "^27.1.3",
|
65 |
| - "typescript": "^4.5.5" |
| 65 | + "typescript": "^4.6.2" |
66 | 66 | },
|
67 | 67 | "publishConfig": {
|
68 | 68 | "access": "public"
|
|
0 commit comments