|
15 | 15 | "concurrently": "8.2.0",
|
16 | 16 | "del-cli": "5.0.0",
|
17 | 17 | "husky": "8.0.3",
|
18 |
| - "lint-staged": "13.2.2", |
| 18 | + "lint-staged": "13.3.0", |
19 | 19 | "tsx": "3.12.7"
|
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 | 22 | "@changesets/changelog-github": "0.4.8",
|
23 | 23 | "@changesets/cli": "2.26.2",
|
24 | 24 | "@scripts/generate": "workspace:*",
|
25 |
| - "@terminal-nerds/browserslist-config": "0.3.0", |
26 |
| - "@terminal-nerds/eslint-config": "0.24.0", |
27 |
| - "@terminal-nerds/lint-staged-config": "0.5.0", |
| 25 | + "@terminal-nerds/browserslist-config": "0.3.2", |
| 26 | + "@terminal-nerds/eslint-config": "0.26.0", |
| 27 | + "@terminal-nerds/lint-staged-config": "0.6.0", |
28 | 28 | "@terminal-nerds/markdownlint-config": "0.9.0",
|
29 |
| - "@terminal-nerds/prettier-config": "0.12.0", |
30 |
| - "@terminal-nerds/syncpack-config": "0.6.0", |
31 |
| - "@terminal-nerds/tsup-config": "0.4.0", |
32 |
| - "@terminal-nerds/typescript-config": "0.6.1", |
33 |
| - "@terminal-nerds/vitest-config": "0.9.0", |
| 29 | + "@terminal-nerds/prettier-config": "0.14.0", |
| 30 | + "@terminal-nerds/syncpack-config": "0.8.0", |
| 31 | + "@terminal-nerds/tsup-config": "0.6.0", |
| 32 | + "@terminal-nerds/typescript-config": "0.8.0", |
| 33 | + "@terminal-nerds/vitest-config": "0.11.0", |
34 | 34 | "@total-typescript/ts-reset": "0.4.2",
|
35 | 35 | "@types/node": "18.16.13",
|
36 |
| - "browserslist": "4.21.5", |
| 36 | + "browserslist": "4.22.1", |
37 | 37 | "bun-types": "0.6.2",
|
38 |
| - "depcheck": "1.4.3", |
39 |
| - "eslint": "8.41.0", |
40 |
| - "markdownlint-cli": "0.34.0", |
| 38 | + "depcheck": "1.4.6", |
| 39 | + "eslint": "8.50.0", |
| 40 | + "markdownlint-cli": "0.37.0", |
41 | 41 | "prettier": "2.8.8",
|
42 | 42 | "pretty-quick": "3.1.3",
|
43 | 43 | "syncpack": "9.8.6",
|
44 | 44 | "tsup": "6.7.0",
|
45 | 45 | "turbo": "1.10.8",
|
46 |
| - "typescript": "5.0.4", |
47 |
| - "vitest": "0.31.1" |
| 46 | + "typescript": "5.2.2", |
| 47 | + "vitest": "0.34.6" |
48 | 48 | },
|
49 | 49 | "scripts": {
|
50 | 50 | "build:pkgs": "turbo run build --api=$TURBO_API",
|
|
0 commit comments