|
5 | 5 | "author": "Dotan Simha <[email protected]>",
|
6 | 6 | "license": "MIT",
|
7 | 7 | "private": true,
|
8 |
| - "packageManager": "pnpm@9.7.1", |
| 8 | + "packageManager": "pnpm@9.13.0", |
9 | 9 | "engines": {
|
10 | 10 | "node": ">=16",
|
11 | 11 | "pnpm": ">=9.0.6"
|
12 | 12 | },
|
13 | 13 | "scripts": {
|
14 |
| - "build": "turbo run build --filter=!website && bob check", |
| 14 | + "build": "turbo run build --filter=!website && attw --pack packages/plugin/dist", |
15 | 15 | "ci:lint": "ESLINT_USE_FLAT_CONFIG=false eslint --ignore-path .gitignore --output-file eslint_report.json --format json .",
|
16 | 16 | "create-rule": "tsx scripts/create-rule.ts",
|
17 | 17 | "generate:configs": "tsx scripts/generate-configs.ts",
|
|
25 | 25 | "typecheck": "turbo run typecheck"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
| 28 | + "@arethetypeswrong/cli": "^0.17.0", |
28 | 29 | "@changesets/changelog-github": "0.5.0",
|
29 |
| - "@changesets/cli": "2.27.7", |
30 |
| - "@graphql-tools/utils": "10.5.4", |
31 |
| - "@theguild/eslint-config": "0.12.0", |
| 30 | + "@changesets/cli": "2.27.9", |
| 31 | + "@graphql-tools/utils": "10.5.5", |
| 32 | + "@theguild/eslint-config": "0.13.0", |
32 | 33 | "@theguild/prettier-config": "2.0.7",
|
33 | 34 | "@types/dedent": "0.7.2",
|
34 |
| - "@types/node": "20.15.0", |
35 |
| - "bob-the-bundler": "7.0.1", |
| 35 | + "@types/node": "22.9.0", |
36 | 36 | "chalk": "5.3.0",
|
37 | 37 | "dedent": "1.5.3",
|
38 | 38 | "enquirer": "2.4.1",
|
39 | 39 | "eslint": "9.9.0",
|
40 |
| - "eslint-plugin-eslint-plugin": "6.2.0", |
41 |
| - "eslint-plugin-tailwindcss": "3.17.4", |
42 |
| - "husky": "9.1.4", |
| 40 | + "eslint-plugin-eslint-plugin": "6.3.1", |
| 41 | + "eslint-plugin-tailwindcss": "3.17.5", |
| 42 | + "husky": "9.1.6", |
43 | 43 | "jest-snapshot-serializer-raw": "2.0.0",
|
44 | 44 | "json-schema-to-markdown": "1.1.1",
|
45 | 45 | "prettier": "3.3.3",
|
46 |
| - "prettier-plugin-tailwindcss": "0.6.6", |
| 46 | + "prettier-plugin-tailwindcss": "0.6.8", |
47 | 47 | "rimraf": "6.0.1",
|
48 | 48 | "tsup": "^8.0.0",
|
49 |
| - "tsx": "4.17.0", |
50 |
| - "turbo": "2.0.14", |
51 |
| - "typescript": "5.5.4", |
| 49 | + "tsx": "4.19.2", |
| 50 | + "turbo": "2.2.3", |
| 51 | + "typescript": "5.6.3", |
52 | 52 | "vitest": "2.0.5"
|
53 | 53 | },
|
54 | 54 | "pnpm": {
|
|
0 commit comments