Skip to content

Commit 05e7e3c

Browse files
authored
Minor docs fixes (#1319)
1 parent 4ad949e commit 05e7e3c

File tree

25 files changed

+388
-388
lines changed

25 files changed

+388
-388
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^5.5.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.34",
26-
"eslint-plugin-function-rule": "^0.0.15",
26+
"eslint-plugin-function-rule": "^0.0.16",
2727
"eslint-plugin-jsdoc": "^61.2.1",
2828
"eslint-plugin-perfectionist": "^4.15.1",
2929
"eslint-plugin-regexp": "^2.10.0",

.pkgs/function-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint:ts": "tsc --noEmit"
2222
},
2323
"dependencies": {
24-
"eslint-plugin-function-rule": "^0.0.15"
24+
"eslint-plugin-function-rule": "^0.0.16"
2525
},
2626
"devDependencies": {
2727
"eslint": "^9.39.1",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.6-beta.4
1+
2.3.6-next.5

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/hast": "^3.0.4",
4444
"@types/mdx": "^2.0.13",
4545
"@types/node": "^24.10.1",
46-
"@types/react": "^19.2.4",
46+
"@types/react": "^19.2.5",
4747
"@types/react-dom": "^19.2.3",
4848
"dedent": "^1.7.0",
4949
"eslint": "^9.39.1",

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@tsconfig/node22": "^22.0.3",
2525
"@tsconfig/strictest": "^2.0.8",
2626
"@types/node": "^24.10.1",
27-
"@types/react": "^19.2.4",
27+
"@types/react": "^19.2.5",
2828
"@types/react-dom": "^19.2.3",
2929
"eslint": "^9.39.1",
3030
"eslint-plugin-react-hooks": "^7.0.1",

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.3.0",
2020
"@eslint/js": "^9.39.1",
21-
"@types/react": "^19.2.4",
21+
"@types/react": "^19.2.5",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.1",
2424
"eslint": "^9.39.1",

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tsconfig/node22": "^22.0.3",
2222
"@tsconfig/strictest": "^2.0.8",
2323
"@tsconfig/vite-react": "^7.0.2",
24-
"@types/react": "^19.2.4",
24+
"@types/react": "^19.2.5",
2525
"@types/react-dom": "^19.2.3",
2626
"@vitejs/plugin-react": "^5.1.1",
2727
"eslint": "^9.39.1",

examples/with-babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@eslint/js": "^9.39.1",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.2.4",
26+
"@types/react": "^19.2.5",
2727
"@types/react-dom": "^19.2.3",
2828
"@vitejs/plugin-react": "^5.1.1",
2929
"eslint": "^9.39.1",

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tsconfig/node22": "^22.0.3",
2323
"@tsconfig/strictest": "^2.0.8",
2424
"@tsconfig/vite-react": "^7.0.2",
25-
"@types/react": "^19.2.4",
25+
"@types/react": "^19.2.5",
2626
"@types/react-dom": "^19.2.3",
2727
"@vitejs/plugin-react": "^5.1.1",
2828
"eslint": "^9.39.1",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.3.6-beta.4",
3+
"version": "2.3.6-next.5",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -63,7 +63,7 @@
6363
"@tsconfig/node22": "^22.0.3",
6464
"@tsconfig/strictest": "^2.0.8",
6565
"@types/node": "^24.10.1",
66-
"@types/react": "^19.2.4",
66+
"@types/react": "^19.2.5",
6767
"@types/react-dom": "^19.2.3",
6868
"@typescript-eslint/parser": "^8.46.4",
6969
"@typescript-eslint/rule-tester": "^8.46.4",
@@ -74,7 +74,7 @@
7474
"effect": "^3.19.3",
7575
"eslint": "^9.39.1",
7676
"eslint-plugin-fast-import": "^1.5.3",
77-
"eslint-plugin-function-rule": "^0.0.15",
77+
"eslint-plugin-function-rule": "^0.0.16",
7878
"eslint-plugin-vitest": "^0.5.4",
7979
"mdxlint": "^1.0.0",
8080
"publint": "^0.3.15",
@@ -109,7 +109,7 @@
109109
],
110110
"overrides": {
111111
"@eslint/js": "9.39.1",
112-
"@types/react": "^19.2.4",
112+
"@types/react": "^19.2.5",
113113
"@types/react-dom": "^19.2.3",
114114
"esbuild": "^0.27.0",
115115
"eslint": "^9.39.1",

0 commit comments

Comments
 (0)