|
2 | 2 | "author": "Josh Goldberg <[email protected]>",
|
3 | 3 | "description": "A quickstart-friendly TypeScript package with lots of great repository tooling. ✨",
|
4 | 4 | "devDependencies": {
|
5 |
| - "@typescript-eslint/eslint-plugin": "^5.38.1", |
6 |
| - "@typescript-eslint/parser": "^5.38.1", |
7 |
| - "@vitest/coverage-istanbul": "^0.26.0", |
8 |
| - "chalk": "^5.1.2", |
9 |
| - "cspell": "^6.12.0", |
| 5 | + "@typescript-eslint/eslint-plugin": "^5.48.0", |
| 6 | + "@typescript-eslint/parser": "^5.48.0", |
| 7 | + "@vitest/coverage-istanbul": "^0.26.3", |
| 8 | + "chalk": "^5.2.0", |
| 9 | + "cspell": "^6.18.1", |
10 | 10 | "enquirer": "^2.3.6",
|
11 |
| - "eslint": "^8.24.0", |
12 |
| - "eslint-config-prettier": "^8.5.0", |
| 11 | + "eslint": "^8.31.0", |
| 12 | + "eslint-config-prettier": "^8.6.0", |
13 | 13 | "eslint-plugin-deprecation": "^1.3.3",
|
14 | 14 | "eslint-plugin-eslint-comments": "^3.2.0",
|
15 |
| - "eslint-plugin-jsonc": "^2.4.0", |
| 15 | + "eslint-plugin-jsonc": "^2.6.0", |
16 | 16 | "eslint-plugin-markdown": "^3.0.0",
|
17 | 17 | "eslint-plugin-no-only-tests": "^3.1.0",
|
18 |
| - "eslint-plugin-regexp": "^1.11.0", |
| 18 | + "eslint-plugin-regexp": "^1.12.0", |
19 | 19 | "eslint-plugin-simple-import-sort": "^8.0.0",
|
20 | 20 | "eslint-plugin-typescript-sort-keys": "^2.1.0",
|
21 |
| - "eslint-plugin-vitest": "^0.0.21", |
22 |
| - "husky": ">=6", |
| 21 | + "eslint-plugin-vitest": "^0.0.23", |
| 22 | + "husky": "^8.0.3", |
23 | 23 | "jsonc-eslint-parser": "^2.1.0",
|
24 |
| - "lint-staged": ">=10", |
25 |
| - "markdownlint-cli": "^0.32.2", |
26 |
| - "npm-package-json-lint": "^6.3.0", |
| 24 | + "lint-staged": "^13.1.0", |
| 25 | + "markdownlint": "^0.27.0", |
| 26 | + "markdownlint-cli": "^0.33.0", |
| 27 | + "npm-package-json-lint": "^6.4.0", |
27 | 28 | "npm-package-json-lint-config-default": "^5.0.0",
|
28 |
| - "octokit": "^2.0.10", |
29 |
| - "pnpm-deduplicate": "^0.4.0", |
30 |
| - "prettier": "^2.7.1", |
31 |
| - "release-it": "^15.5.1", |
| 29 | + "octokit": "^2.0.11", |
| 30 | + "pnpm-deduplicate": "^0.4.1", |
| 31 | + "prettier": "^2.8.2", |
| 32 | + "release-it": "^15.6.0", |
32 | 33 | "replace-in-file": "^6.3.5",
|
33 | 34 | "sentences-per-line": "^0.2.1",
|
34 | 35 | "ts-prune": "^0.10.3",
|
35 |
| - "typescript": "^4.8.4", |
36 |
| - "vitest": "^0.26.0", |
| 36 | + "typescript": "^4.9.4", |
| 37 | + "vitest": "^0.26.3", |
37 | 38 | "yargs": "^17.6.2"
|
38 | 39 | },
|
39 | 40 | "engines": {
|
|
0 commit comments