|
23 | 23 | "url": "https://github.com/Rel1cx/eslint-react"
|
24 | 24 | },
|
25 | 25 | "license": "MIT",
|
26 |
| - "author": "Eva1ent<[email protected]>", |
27 |
| - "workspaces": [ |
28 |
| - "packages/*", |
29 |
| - "packages/*/*", |
30 |
| - "examples/*", |
31 |
| - "website" |
32 |
| - ], |
| 26 | + "author": "Eva1ent<[email protected]>", |
33 | 27 | "scripts": {
|
34 | 28 | "build": "pnpm run update:version && turbo build --filter=\"./packages/**\"",
|
35 | 29 | "build:all": "pnpm run build && pnpm run build:docs && pnpm run build:website",
|
|
63 | 57 | "@types/node": "20.14.10",
|
64 | 58 | "@types/react": "18.3.3",
|
65 | 59 | "@types/react-dom": "18.3.0",
|
66 |
| - "@typescript-eslint/eslint-plugin": "7.15.0", |
67 |
| - "@typescript-eslint/parser": "7.15.0", |
68 |
| - "@typescript-eslint/rule-tester": "7.15.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "catalog:tseslint7", |
| 61 | + "@typescript-eslint/parser": "catalog:tseslint7", |
| 62 | + "@typescript-eslint/rule-tester": "catalog:tseslint7", |
69 | 63 | "@vitest/ui": "1.6.0",
|
70 | 64 | "bun": "1.1.18",
|
71 | 65 | "bun-types": "1.1.18",
|
|
108 | 102 | "typescript": "^5.5.3",
|
109 | 103 | "vitest": "1.6.0"
|
110 | 104 | },
|
111 |
| - "packageManager": "pnpm@9.4.0", |
| 105 | + "packageManager": "pnpm@9.5.0", |
112 | 106 | "engines": {
|
113 | 107 | "bun": ">=1.0.15",
|
114 | 108 | "node": ">=18.18.0"
|
|
122 | 116 | "array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@^1",
|
123 | 117 | "array.prototype.toreversed": "npm:@nolyfill/array.prototype.toreversed@^1",
|
124 | 118 | "array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@^1",
|
125 |
| - "dprint": "0.46.3", |
126 | 119 | "es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@^1",
|
127 | 120 | "esbuild": "0.23.0",
|
128 | 121 | "eslint": "^9.6.0",
|
|
0 commit comments