|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.24.2-next.0", |
| 3 | + "version": "1.24.2-beta.1", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
39 | 39 | "lint": "pnpm run lint:deps && pnpm run lint:publish && pnpm run lint:type && concurrently \"pnpm run lint:ts\" \"pnpm run lint:examples\" \"pnpm run lint:website\"", |
40 | 40 | "lint:deps": "skott -m file-tree -e .ts -s", |
41 | 41 | "lint:examples": "pnpm -r -F \"./examples/*\" run --parallel lint", |
| 42 | + "lint:monorepo": "sherif", |
42 | 43 | "lint:publish": "pnpm -r run --parallel lint:publish", |
43 | 44 | "lint:spell": "cspell lint --relative --no-progress \"**\"", |
44 | 45 | "lint:ts": "eslint . --max-warnings 100", |
|
55 | 56 | "@eslint/js": "^9.19.0", |
56 | 57 | "@eslint/markdown": "^6.2.2", |
57 | 58 | "@napi-rs/canvas": "^0.1.65", |
58 | | - "@stylistic/eslint-plugin": "^2.13.0", |
| 59 | + "@stylistic/eslint-plugin": "^3.0.0", |
59 | 60 | "@swc/core": "^1.10.9", |
60 | 61 | "@tsconfig/node22": "^22.0.0", |
61 | 62 | "@tsconfig/strictest": "^2.0.5", |
|
75 | 76 | "esbuild": "^0.24.2", |
76 | 77 | "eslint": "^9.19.0", |
77 | 78 | "eslint-config-flat-gitignore": "^1.0.0", |
78 | | - "eslint-plugin-jsdoc": "^50.6.2", |
| 79 | + "eslint-plugin-jsdoc": "^50.6.3", |
79 | 80 | "eslint-plugin-perfectionist": "^4.7.0", |
80 | 81 | "eslint-plugin-regexp": "^2.7.0", |
81 | 82 | "eslint-plugin-simple-import-sort": "^12.1.1", |
|
91 | 92 | "publint": "^0.3.2", |
92 | 93 | "react": "^19.0.0", |
93 | 94 | "react-dom": "^19.0.0", |
| 95 | + "sherif": "^1.2.0", |
94 | 96 | "skott": "^0.35.4", |
95 | 97 | "tinyexec": "^0.3.2", |
96 | 98 | "tinyglobby": "^0.2.10", |
97 | 99 | "ts-pattern": "^5.6.2", |
98 | | - "tsup": "^8.3.5", |
| 100 | + "tsup": "^8.3.6", |
99 | 101 | "tsx": "^4.19.2", |
100 | 102 | "type-fest": "^4.33.0", |
101 | 103 | "typedoc": "^0.27.6", |
|
105 | 107 | "typescript-eslint": "^8.21.0", |
106 | 108 | "vitest": "^3.0.4" |
107 | 109 | }, |
108 | | - "packageManager": "[email protected]", |
109 | 110 | "engines": { |
110 | 111 | "node": ">=18.18.0" |
111 | 112 | }, |
| 113 | + "packageManager": "[email protected]", |
112 | 114 | "pnpm": { |
113 | 115 | "overrides": { |
114 | | - "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
115 | | - "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
116 | | - "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
117 | | - "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
118 | 116 | "@types/react": "^19.0.8", |
119 | 117 | "@types/react-dom": "^19.0.3", |
120 | 118 | "cross-spawn": "^7.0.6", |
| 119 | + "is-core-module": "npm:@nolyfill/is-core-module@^1.0.39", |
121 | 120 | "react": "^19.0.0", |
122 | 121 | "react-dom": "^19.0.0", |
| 122 | + "safe-buffer": "npm:@nolyfill/safe-buffer@^1.0.41", |
| 123 | + "safer-buffer": "npm:@nolyfill/safer-buffer@^1.0.41", |
123 | 124 | "ts-api-utils": "^2.0.0", |
| 125 | + "typedarray": "npm:@nolyfill/typedarray@^1.0.29", |
124 | 126 | "typescript": "^5.7.3" |
125 | 127 | } |
126 | 128 | } |
|
0 commit comments