|
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.48.0", |
6 |
| - "@typescript-eslint/parser": "^5.48.0", |
7 |
| - "@vitest/coverage-istanbul": "^0.27.0", |
| 5 | + "@typescript-eslint/eslint-plugin": "^5.48.2", |
| 6 | + "@typescript-eslint/parser": "^5.48.2", |
| 7 | + "@vitest/coverage-istanbul": "^0.27.2", |
8 | 8 | "chalk": "^5.2.0",
|
9 |
| - "cspell": "^6.18.1", |
| 9 | + "cspell": "^6.19.0", |
10 | 10 | "enquirer": "^2.3.6",
|
11 |
| - "eslint": "^8.31.0", |
| 11 | + "eslint": "^8.32.0", |
12 | 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 | 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 | 18 | "eslint-plugin-regexp": "^1.12.0",
|
19 |
| - "eslint-plugin-simple-import-sort": "^8.0.0", |
| 19 | + "eslint-plugin-simple-import-sort": "^9.0.0", |
20 | 20 | "eslint-plugin-typescript-sort-keys": "^2.1.0",
|
21 | 21 | "eslint-plugin-vitest": "^0.0.29",
|
22 | 22 | "husky": "^8.0.3",
|
|
28 | 28 | "npm-package-json-lint-config-default": "^5.0.0",
|
29 | 29 | "octokit": "^2.0.11",
|
30 | 30 | "pnpm-deduplicate": "^0.4.1",
|
31 |
| - "prettier": "^2.8.2", |
| 31 | + "prettier": "^2.8.3", |
32 | 32 | "release-it": "^15.6.0",
|
33 | 33 | "replace-in-file": "^6.3.5",
|
34 | 34 | "sentences-per-line": "^0.2.1",
|
35 | 35 | "should-semantic-release": "^0.0.1",
|
36 | 36 | "ts-prune": "^0.10.3",
|
37 | 37 | "typescript": "^4.9.4",
|
38 |
| - "vitest": "^0.27.0", |
| 38 | + "vitest": "^0.27.2", |
39 | 39 | "yargs": "^17.6.2"
|
40 | 40 | },
|
41 | 41 | "engines": {
|
|
0 commit comments