|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.28.1-beta.2", |
| 3 | + "version": "1.28.1-beta.3", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
36 | 36 | "format:write": "dprint fmt", |
37 | 37 | "inspect:deps": "skott -e .ts", |
38 | 38 | "inspect:eslint-config": "eslint-config-inspector", |
39 | | - "lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:ts && concurrently \"pnpm run lint:es\"", |
| 39 | + "lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:ts && pnpm run lint:es", |
40 | 40 | "lint:deps": "skott -m file-tree -e .ts -s", |
41 | 41 | "lint:es": "eslint . --max-warnings 100", |
42 | 42 | "lint:examples": "pnpm m -F \"./examples/*\" run lint", |
43 | | - "lint:monorepo": "sherif", |
44 | 43 | "lint:publish": "pnpm m run lint:publish", |
45 | 44 | "lint:spell": "cspell lint --relative --no-progress \"**\"", |
46 | 45 | "lint:ts": "pnpm m run lint:ts", |
|
53 | 52 | "update:website": "tsx ./scripts/update-website.ts" |
54 | 53 | }, |
55 | 54 | "devDependencies": { |
56 | | - "@eslint/config-inspector": "^1.0.0", |
| 55 | + "@eslint/config-inspector": "^1.0.1", |
57 | 56 | "@eslint/js": "^9.21.0", |
58 | 57 | "@eslint/markdown": "^6.2.2", |
59 | 58 | "@local/configs": "workspace:*", |
60 | 59 | "@local/eslint-plugin-local": "workspace:*", |
61 | | - "@napi-rs/canvas": "^0.1.67", |
62 | 60 | "@stylistic/eslint-plugin": "^4.1.0", |
63 | 61 | "@swc/core": "^1.11.1", |
64 | 62 | "@tsconfig/node22": "^22.0.0", |
|
69 | 67 | "@typescript-eslint/parser": "^8.25.0", |
70 | 68 | "@typescript-eslint/rule-tester": "^8.25.0", |
71 | 69 | "@typescript-eslint/types": "^8.25.0", |
72 | | - "@vitest/ui": "^3.0.7", |
73 | | - "concurrently": "^9.1.2", |
| 70 | + "ansis": "^3.16.0", |
74 | 71 | "cspell": "^8.17.5", |
75 | 72 | "dedent": "^1.5.3", |
76 | 73 | "dprint": "^0.49.0", |
|
88 | 85 | "lefthook": "^1.11.2", |
89 | 86 | "markdownlint": "^0.37.4", |
90 | 87 | "nx": "20.4.2", |
91 | | - "ofetch": "^1.4.1", |
92 | | - "picocolors": "^1.1.1", |
93 | 88 | "publint": "^0.3.6", |
94 | 89 | "react": "^19.0.0", |
95 | 90 | "react-dom": "^19.0.0", |
96 | | - "sherif": "^1.3.0", |
97 | 91 | "skott": "^0.35.4", |
98 | 92 | "tinyexec": "^0.3.2", |
99 | 93 | "tinyglobby": "^0.2.12", |
|
102 | 96 | "tsx": "^4.19.3", |
103 | 97 | "type-fest": "^4.35.0", |
104 | 98 | "typedoc": "^0.27.9", |
105 | | - "typedoc-plugin-inline-sources": "^1.2.1", |
106 | 99 | "typedoc-plugin-markdown": "^4.4.2", |
107 | 100 | "typedoc-plugin-mdn-links": "^4.0.14", |
108 | 101 | "typedoc-plugin-missing-exports": "^3.1.0", |
|
122 | 115 | "nx" |
123 | 116 | ], |
124 | 117 | "overrides": { |
125 | | - "is-core-module": "npm:@socketregistry/is-core-module@^1.0.7", |
126 | | - "safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6", |
127 | | - "safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.7", |
128 | | - "typedarray": "npm:@socketregistry/typedarray@^1.0.5", |
129 | 118 | "@types/react": "^19.0.10", |
130 | 119 | "@types/react-dom": "^19.0.4", |
131 | 120 | "cross-spawn": "^7.0.6", |
132 | 121 | "esbuild": "^0.25.0", |
133 | | - "next": "^15.1.7", |
| 122 | + "is-core-module": "npm:@socketregistry/is-core-module@^1.0.7", |
| 123 | + "lucide-react": "^0.476.0", |
| 124 | + "next": "^15.2.0", |
134 | 125 | "react": "^19.0.0", |
135 | 126 | "react-dom": "^19.0.0", |
| 127 | + "safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6", |
| 128 | + "safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.7", |
136 | 129 | "ts-api-utils": "^2.0.1", |
| 130 | + "typedarray": "npm:@socketregistry/typedarray@^1.0.5", |
137 | 131 | "typescript": "5.8.1-rc" |
138 | 132 | } |
139 | 133 | } |
|
0 commit comments