Skip to content

Commit db1431c

Browse files
committed
chore: update deps and project description
1 parent 4539e7f commit db1431c

File tree

8 files changed

+74
-74
lines changed

8 files changed

+74
-74
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<h1 align="center" alt="title">ESLint React</h1>
66

7-
A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.
7+
A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
88

99
## Features
1010

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@eslint-react/eslint-plugin": "^1.22.1",
2020
"@eslint/config-inspector": "^0.6.0",
2121
"@eslint/js": "^9.17.0",
22-
"@next/eslint-plugin-next": "^15.1.2",
22+
"@next/eslint-plugin-next": "^15.1.3",
2323
"@types/negotiator": "^0.6.3",
2424
"@types/node": "^22.10.2",
2525
"@types/react": "^19.0.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"@types/react": "^19.0.2",
116116
"@types/react-dom": "^19.0.2",
117117
"cross-spawn": "7.0.6",
118-
"next": "^15.1.2",
118+
"next": "^15.1.3",
119119
"react": "^19.0.0",
120120
"react-dom": "^19.0.0",
121121
"ts-api-utils": "^2.0.0",

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<h1 align="center" alt="title">ESLint React</h1>
66

7-
A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.
7+
A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
88

99
## Features
1010

packages/plugins/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eslint-react/eslint-plugin",
33
"version": "1.22.2-beta.2",
4-
"description": "The main ESLint plugin that contains all the rules from eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
4+
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",
77
"eslint",

pnpm-lock.yaml

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"clsx": "2.1.1",
15-
"next": "^15.1.2",
15+
"next": "^15.1.3",
1616
"nextra": "3.2.5",
1717
"nextra-theme-docs": "3.2.5",
1818
"react": "^19.0.0",
@@ -25,8 +25,8 @@
2525
"@eslint-react/eslint-plugin": "workspace:*",
2626
"@eslint/js": "^9.17.0",
2727
"@mdx-js/mdx": "^3.1.0",
28-
"@next/bundle-analyzer": "^15.1.2",
29-
"@next/eslint-plugin-next": "^15.1.2",
28+
"@next/bundle-analyzer": "^15.1.3",
29+
"@next/eslint-plugin-next": "^15.1.3",
3030
"@tailwindcss/postcss": "^4.0.0-beta.8",
3131
"@tsconfig/node22": "^22.0.0",
3232
"@tsconfig/strictest": "^2.0.5",

website/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { TweetCards } from "#/widgets/tweet-cards";
99

1010
Welcome to the ESLint React documentation.
1111

12-
A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.
12+
A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.
1313

1414
## Features
1515

0 commit comments

Comments
 (0)