Skip to content

Commit 78fec53

Browse files
committed
chore: remove unneeded dev deps
1 parent 1926bb6 commit 78fec53

File tree

13 files changed

+126
-276
lines changed

13 files changed

+126
-276
lines changed

.pkgs/configs/typedoc.base.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
"alphabetical"
1414
],
1515
"plugin": [
16-
"typedoc-plugin-inline-sources",
1716
"typedoc-plugin-markdown",
18-
"typedoc-plugin-mdn-links",
1917
"typedoc-plugin-missing-exports"
2018
],
2119
"theme": "default",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
18-
"@eslint/config-inspector": "^1.0.0",
18+
"@eslint/config-inspector": "^1.0.1",
1919
"@eslint/js": "^9.21.0",
2020
"@next/eslint-plugin-next": "^15.2.0",
2121
"@tsconfig/next": "^2.0.3",

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
19-
"@eslint/config-inspector": "^1.0.0",
19+
"@eslint/config-inspector": "^1.0.1",
2020
"@eslint/js": "^9.21.0",
2121
"@tsconfig/node22": "^22.0.0",
2222
"@tsconfig/strictest": "^2.0.5",

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
19-
"@eslint/config-inspector": "^1.0.0",
19+
"@eslint/config-inspector": "^1.0.1",
2020
"@eslint/js": "^9.21.0",
2121
"@types/react": "^19.0.10",
2222
"@types/react-dom": "^19.0.4",

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/preset-env": "^7.26.9",
2121
"@babel/preset-react": "^7.26.3",
2222
"@eslint-react/eslint-plugin": "workspace:*",
23-
"@eslint/config-inspector": "^1.0.0",
23+
"@eslint/config-inspector": "^1.0.1",
2424
"@eslint/js": "^9.21.0",
2525
"@types/babel__core": "~7.20.5",
2626
"@types/babel__preset-env": "~7.10.0",

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint-react/shared": "workspace:*",
20-
"@eslint/config-inspector": "^1.0.0",
20+
"@eslint/config-inspector": "^1.0.1",
2121
"@eslint/js": "^9.21.0",
2222
"@tsconfig/node22": "^22.0.0",
2323
"@tsconfig/strictest": "^2.0.5",

package.json

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@
3636
"format:write": "dprint fmt",
3737
"inspect:deps": "skott -e .ts",
3838
"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",
4040
"lint:deps": "skott -m file-tree -e .ts -s",
4141
"lint:es": "eslint . --max-warnings 100",
4242
"lint:examples": "pnpm m -F \"./examples/*\" run lint",
43-
"lint:monorepo": "sherif",
4443
"lint:publish": "pnpm m run lint:publish",
4544
"lint:spell": "cspell lint --relative --no-progress \"**\"",
4645
"lint:ts": "pnpm m run lint:ts",
@@ -53,7 +52,7 @@
5352
"update:website": "tsx ./scripts/update-website.ts"
5453
},
5554
"devDependencies": {
56-
"@eslint/config-inspector": "^1.0.0",
55+
"@eslint/config-inspector": "^1.0.1",
5756
"@eslint/js": "^9.21.0",
5857
"@eslint/markdown": "^6.2.2",
5958
"@local/configs": "workspace:*",
@@ -69,8 +68,7 @@
6968
"@typescript-eslint/parser": "^8.25.0",
7069
"@typescript-eslint/rule-tester": "^8.25.0",
7170
"@typescript-eslint/types": "^8.25.0",
72-
"@vitest/ui": "^3.0.7",
73-
"concurrently": "^9.1.2",
71+
"ansis": "^3.16.0",
7472
"cspell": "^8.17.5",
7573
"dedent": "^1.5.3",
7674
"dprint": "^0.49.0",
@@ -88,12 +86,9 @@
8886
"lefthook": "^1.11.2",
8987
"markdownlint": "^0.37.4",
9088
"nx": "20.4.2",
91-
"ofetch": "^1.4.1",
92-
"picocolors": "^1.1.1",
9389
"publint": "^0.3.6",
9490
"react": "^19.0.0",
9591
"react-dom": "^19.0.0",
96-
"sherif": "^1.3.0",
9792
"skott": "^0.35.4",
9893
"tinyexec": "^0.3.2",
9994
"tinyglobby": "^0.2.12",
@@ -102,9 +97,7 @@
10297
"tsx": "^4.19.3",
10398
"type-fest": "^4.35.0",
10499
"typedoc": "^0.27.9",
105-
"typedoc-plugin-inline-sources": "^1.2.1",
106100
"typedoc-plugin-markdown": "^4.4.2",
107-
"typedoc-plugin-mdn-links": "^4.0.14",
108101
"typedoc-plugin-missing-exports": "^3.1.0",
109102
"typescript": "^5.7.3",
110103
"typescript-eslint": "^8.25.0",
@@ -122,18 +115,18 @@
122115
"nx"
123116
],
124117
"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",
129118
"@types/react": "^19.0.10",
130119
"@types/react-dom": "^19.0.4",
131120
"cross-spawn": "^7.0.6",
132121
"esbuild": "^0.25.0",
133-
"next": "^15.1.7",
122+
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.7",
123+
"next": "^15.2.0",
134124
"react": "^19.0.0",
135125
"react-dom": "^19.0.0",
126+
"safe-buffer": "npm:@socketregistry/safe-buffer@^1.0.6",
127+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1.0.7",
136128
"ts-api-utils": "^2.0.1",
129+
"typedarray": "npm:@socketregistry/typedarray@^1.0.5",
137130
"typescript": "5.8.1-rc"
138131
}
139132
}

packages/plugins/eslint-plugin-react-naming-convention/src/rules/use-state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ export default createRule<[], MessageID>({
4848
} = useComponentCollector(
4949
context,
5050
{
51-
hint: DEFAULT_COMPONENT_HINT,
5251
collectDisplayName: false,
5352
collectHookCalls: true,
53+
hint: DEFAULT_COMPONENT_HINT,
5454
},
5555
);
5656

packages/plugins/eslint-plugin-react-x/src/rules/no-missing-component-display-name.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ export default createRule<[], MessageID>({
3636
} = useComponentCollector(
3737
context,
3838
{
39-
hint: DEFAULT_COMPONENT_HINT,
4039
collectDisplayName: true,
4140
collectHookCalls: false,
41+
hint: DEFAULT_COMPONENT_HINT,
4242
},
4343
);
4444
return {

0 commit comments

Comments
 (0)