Skip to content

Commit 6c66c62

Browse files
committed
Update deps
1 parent 34d9b84 commit 6c66c62

File tree

17 files changed

+144
-125
lines changed

17 files changed

+144
-125
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
"@local/configs": "workspace:*",
4343
"@types/react": "^19.2.2",
4444
"@types/react-dom": "^19.2.2",
45-
"tsdown": "^0.16.0"
45+
"tsdown": "^0.16.1"
4646
},
4747
"peerDependencies": {
4848
"eslint": "^9.38.0",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Version](https://img.shields.io/npm/v/@eslint-react/eslint-plugin?style=flat&colorA=111111&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
66
[![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=222222&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
77
[![License](https://img.shields.io/npm/l/@eslint-react/eslint-plugin?style=flat&colorA=333333&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8-
[![Build with](https://img.shields.io/badge/[email protected].0-000000?style=flat)](https://tsdown.dev)
8+
[![Build with](https://img.shields.io/badge/[email protected].1-000000?style=flat)](https://tsdown.dev)
99

1010
4-7x faster composable ESLint rules for React and friends.
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"sort-package-json": "^3.4.0",
8686
"tinyglobby": "^0.2.15",
8787
"ts-pattern": "^5.9.0",
88-
"tsdown": "^0.16.0",
88+
"tsdown": "^0.16.1",
8989
"tsx": "^4.20.6",
9090
"type-fest": "^5.2.0",
9191
"typedoc": "^0.28.14",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@local/configs": "workspace:*",
52-
"tsdown": "^0.16.0"
52+
"tsdown": "^0.16.1"
5353
},
5454
"engines": {
5555
"node": ">=20.19.0"

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.16.0"
63+
"tsdown": "^0.16.1"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.16.0"
63+
"tsdown": "^0.16.1"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@local/configs": "workspace:*",
6262
"@types/react": "^19.2.2",
6363
"@types/react-dom": "^19.2.2",
64-
"tsdown": "^0.16.0"
64+
"tsdown": "^0.16.1"
6565
},
6666
"peerDependencies": {
6767
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@local/configs": "workspace:*",
6161
"@types/react": "^19.2.2",
6262
"@types/react-dom": "^19.2.2",
63-
"tsdown": "^0.16.0"
63+
"tsdown": "^0.16.1"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@local/configs": "workspace:*",
6060
"@types/react": "^19.2.2",
6161
"@types/react-dom": "^19.2.2",
62-
"tsdown": "^0.16.0"
62+
"tsdown": "^0.16.1"
6363
},
6464
"peerDependencies": {
6565
"eslint": "^9.38.0",

packages/plugins/eslint-plugin-react-x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@local/configs": "workspace:*",
6363
"@types/react": "^19.2.2",
6464
"@types/react-dom": "^19.2.2",
65-
"tsdown": "^0.16.0"
65+
"tsdown": "^0.16.1"
6666
},
6767
"peerDependencies": {
6868
"eslint": "^9.38.0",

0 commit comments

Comments
 (0)