|
36 | 36 | "README.md" |
37 | 37 | ], |
38 | 38 | "dependencies": { |
39 | | - "@typescript-eslint/utils": "^5.55.0", |
| 39 | + "@typescript-eslint/utils": "^6.4.0", |
40 | 40 | "is-html": "^2.0.0", |
41 | 41 | "jsx-ast-utils": "^3.3.3", |
42 | 42 | "kebab-case": "^1.0.2", |
|
50 | 50 | "@rollup/plugin-commonjs": "^22.0.2", |
51 | 51 | "@rollup/plugin-json": "^4.1.0", |
52 | 52 | "@rollup/plugin-node-resolve": "^14.1.0", |
| 53 | + "@tsconfig/node16": "^16.1.0", |
53 | 54 | "@types/eslint": "^8.40.2", |
54 | 55 | "@types/fs-extra": "^9.0.13", |
55 | 56 | "@types/is-html": "^2.0.0", |
56 | 57 | "@types/jest": "^27.5.2", |
57 | 58 | "@types/markdown-magic": "^1.0.1", |
58 | 59 | "@types/node": "^16.18.16", |
59 | 60 | "@types/prettier": "^2.7.2", |
60 | | - "@typescript-eslint/eslint-plugin": "^5.55.0", |
61 | | - "@typescript-eslint/parser": "^5.55.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^6.4.0", |
| 62 | + "@typescript-eslint/parser": "^6.4.0", |
62 | 63 | "eslint": "^8.43.0", |
63 | 64 | "eslint-plugin-eslint-plugin": "^5.0.8", |
64 | 65 | "eslint-plugin-import": "^2.27.5", |
|
77 | 78 | "rollup": "^2.79.1", |
78 | 79 | "ts-jest": "^29.1.1", |
79 | 80 | "ts-node": "^10.9.1", |
80 | | - "typescript": "^5.0.2" |
| 81 | + "typescript": "^5.1.6" |
81 | 82 | }, |
82 | 83 | "peerDependencies": { |
83 | 84 | "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" |
|
0 commit comments