|
30 | 30 | "bootstrap": "tsx scripts/bootstrap.ts",
|
31 | 31 | "build:toc": "markdown-toc README.md -i --maxdepth 4 && dprint fmt README.md",
|
32 | 32 | "format": "dprint fmt",
|
33 |
| - "lint": "eslint . --ext .ts,.tsx --fix", |
| 33 | + "lint": "eslint . --fix", |
34 | 34 | "dev": "pnpm clean && tsc --build --watch tsconfig.cjs.json tsconfig.esm.json",
|
35 | 35 | "build": "pnpm clean && pnpm build:cjs && pnpm build:esm",
|
36 | 36 | "build:cjs": "tsc --project tsconfig.cjs.json && echo '{\"type\":\"commonjs\"}' > build/cjs/package.json",
|
|
40 | 40 | "prepack": "pnpm build",
|
41 | 41 | "check": "pnpm check:format && pnpm check:lint && pnpm check:types",
|
42 | 42 | "check:format": "dprint check",
|
43 |
| - "check:lint": "eslint . --ext .ts,.tsx --max-warnings 0", |
| 43 | + "check:lint": "eslint . --max-warnings 0", |
44 | 44 | "check:types": "tsc --noEmit"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@tsconfig/node18": "2.0.1", |
48 |
| - "@tsconfig/recommended": "1.0.2", |
49 |
| - "@tsconfig/strictest": "2.0.1", |
50 |
| - "@types/inquirer": "9.0.3", |
51 |
| - "@types/node": "20.3.1", |
52 |
| - "@typescript-eslint/eslint-plugin": "5.60.1", |
53 |
| - "@typescript-eslint/parser": "5.60.1", |
| 47 | + "@tsconfig/node18": "18.2.4", |
| 48 | + "@tsconfig/recommended": "1.0.6", |
| 49 | + "@tsconfig/strictest": "2.0.5", |
| 50 | + "@types/inquirer": "9.0.7", |
| 51 | + "@types/node": "20.12.7", |
| 52 | + "@typescript-eslint/eslint-plugin": "7.6.0", |
| 53 | + "@typescript-eslint/parser": "7.6.0", |
54 | 54 | "dripip": "0.10.0",
|
55 |
| - "eslint": "8.43.0", |
56 |
| - "eslint-config-prisma": "0.1.0", |
57 |
| - "eslint-plugin-deprecation": "1.4.1", |
| 55 | + "eslint": "9.0.0", |
| 56 | + "eslint-config-prisma": "0.5.2", |
| 57 | + "eslint-plugin-deprecation": "2.0.0", |
58 | 58 | "eslint-plugin-only-warn": "1.1.0",
|
59 | 59 | "eslint-plugin-prefer-arrow": "1.2.3",
|
60 | 60 | "eslint-plugin-tsdoc": "0.2.17",
|
61 |
| - "execa": "7.1.1", |
62 |
| - "fast-glob": "3.2.12", |
| 61 | + "execa": "8.0.1", |
| 62 | + "fast-glob": "3.3.2", |
63 | 63 | "floggy": "0.3.5",
|
64 | 64 | "fs-jetpack": "5.1.0",
|
65 |
| - "inquirer": "9.2.7", |
| 65 | + "inquirer": "9.2.17", |
66 | 66 | "markdown-toc": "1.2.0",
|
67 |
| - "tsx": "3.12.7", |
68 |
| - "typescript": "5.1.3", |
69 |
| - "vitest": "0.32.2" |
| 67 | + "tsx": "4.7.2", |
| 68 | + "typescript": "5.4.5", |
| 69 | + "vitest": "1.4.0" |
70 | 70 | }
|
71 | 71 | }
|
0 commit comments