Skip to content

Commit 8d4f03a

Browse files
authored
chore: update deps (#1189)
1 parent 93a66f4 commit 8d4f03a

File tree

22 files changed

+427
-494
lines changed

22 files changed

+427
-494
lines changed

.pkgs/eslint-plugin-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.10",
45+
"@types/react": "^19.1.11",
4646
"@types/react-dom": "^19.1.7",
4747
"tsup": "^8.5.0"
4848
},

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export default tseslint.config({
165165

166166
Contributions are welcome!
167167

168-
Please follow our [contributing guidelines](./.github/CONTRIBUTING.md).
168+
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/main/.github/CONTRIBUTING.md).
169169

170170
## License
171171

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
2020
"effect": "^3.17.8",
21-
"fumadocs-core": "15.6.12",
21+
"fumadocs-core": "15.7.1",
2222
"fumadocs-docgen": "2.1.0",
23-
"fumadocs-mdx": "11.7.5",
23+
"fumadocs-mdx": "11.8.0",
2424
"fumadocs-twoslash": "3.1.6",
2525
"fumadocs-typescript": "4.0.6",
26-
"fumadocs-ui": "15.6.12",
27-
"lucide-react": "^0.540.0",
26+
"fumadocs-ui": "15.7.1",
27+
"lucide-react": "^0.541.0",
2828
"next": "^15.5.0",
2929
"next-view-transitions": "^0.3.4",
3030
"react": "^19.1.1",
@@ -39,7 +39,7 @@
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",
4141
"@eslint/js": "^9.33.0",
42-
"@eslint/markdown": "^7.1.0",
42+
"@eslint/markdown": "^7.2.0",
4343
"@local/configs": "workspace:*",
4444
"@mdx-js/mdx": "^3.1.0",
4545
"@tailwindcss/postcss": "^4.1.12",
@@ -50,7 +50,7 @@
5050
"@types/hast": "^3.0.4",
5151
"@types/mdx": "^2.0.13",
5252
"@types/node": "^24.3.0",
53-
"@types/react": "^19.1.10",
53+
"@types/react": "^19.1.11",
5454
"@types/react-dom": "^19.1.7",
5555
"autoprefixer": "^10.4.21",
5656
"dedent": "^1.6.0",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@types/node": "^24.3.0",
26-
"@types/react": "^19.1.10",
26+
"@types/react": "^19.1.11",
2727
"@types/react-dom": "^19.1.7",
2828
"eslint": "^9.33.0",
2929
"eslint-config-flat-gitignore": "^2.1.0",

examples/rspeedy-react-lynx-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@lynx-js/types": "^3.3.0",
2727
"@rsbuild/plugin-sass": "^1.3.5",
2828
"@rsbuild/plugin-type-check": "^1.2.4",
29-
"@types/react": "^19.1.10",
29+
"@types/react": "^19.1.11",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-x": "workspace:*"
3232
}

examples/vite-react-dom-app-v1/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.2",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^7.0.0",
24-
"@types/react": "^19.1.10",
24+
"@types/react": "^19.1.11",
2525
"@types/react-dom": "^19.1.7",
2626
"@vitejs/plugin-react": "^5.0.1",
2727
"eslint": "^9.33.0",

examples/vite-react-dom-app/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.2",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^7.0.0",
24-
"@types/react": "^19.1.10",
24+
"@types/react": "^19.1.11",
2525
"@types/react-dom": "^19.1.7",
2626
"@vitejs/plugin-react": "^5.0.1",
2727
"eslint": "^9.33.0",

examples/vite-react-dom-js-app/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.2.0",
2020
"@eslint/js": "^9.33.0",
21-
"@types/react": "^19.1.10",
21+
"@types/react": "^19.1.11",
2222
"@types/react-dom": "^19.1.7",
2323
"@vitejs/plugin-react": "^5.0.1",
2424
"eslint": "^9.33.0",

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
@@ -23,7 +23,7 @@
2323
"@eslint/js": "^9.33.0",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.1.10",
26+
"@types/react": "^19.1.11",
2727
"@types/react-dom": "^19.1.7",
2828
"@vitejs/plugin-react": "^5.0.1",
2929
"eslint": "^9.33.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
@@ -23,7 +23,7 @@
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@tsconfig/vite-react": "^7.0.0",
26-
"@types/react": "^19.1.10",
26+
"@types/react": "^19.1.11",
2727
"@types/react-dom": "^19.1.7",
2828
"@vitejs/plugin-react": "^5.0.1",
2929
"eslint": "^9.33.0",

0 commit comments

Comments
 (0)