|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/doctoc",
|
3 |
| - "version": "2.6.2", |
| 3 | + "version": "2.6.3", |
4 | 4 | "description": "Generates TOC for markdown files of local git repo.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
55 | 55 | "update-section": "^0.3.3"
|
56 | 56 | },
|
57 | 57 | "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", |
61 | 61 | "@sindresorhus/tsconfig": "^3.0.1",
|
62 | 62 | "@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", |
68 | 68 | "eslint-plugin-import": "^2.27.5",
|
69 | 69 | "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" |
74 | 74 | },
|
75 | 75 | "publishConfig": {
|
76 | 76 | "access": "public"
|
|
0 commit comments