Skip to content

Commit 9305969

Browse files
committed
Update deps
1 parent 0c226ae commit 9305969

File tree

23 files changed

+125
-128
lines changed

23 files changed

+125
-128
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.1.2",
2626
"eslint-plugin-function-rule": "^0.1.2",
27-
"eslint-plugin-jsdoc": "^61.4.2",
27+
"eslint-plugin-jsdoc": "^61.5.0",
2828
"eslint-plugin-perfectionist": "^4.15.1",
2929
"eslint-plugin-regexp": "^2.10.0",
3030
"eslint-plugin-unicorn": "^62.0.0",

.pkgs/function-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"eslint": "^9.39.1",
28-
"tsdown": "^0.17.0"
28+
"tsdown": "^0.17.1"
2929
},
3030
"peerDependencies": {
3131
"eslint": "^9.39.1",

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

examples/react-dom-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"@eslint/js": "^9.39.1",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
21-
"@vitejs/plugin-react": "^5.1.1",
21+
"@vitejs/plugin-react": "^5.1.2",
2222
"eslint": "^9.39.1",
2323
"eslint-plugin-react-hooks": "^7.0.1",
2424
"eslint-plugin-react-refresh": "^0.4.24",
2525
"globals": "^16.5.0",
26-
"vite": "^7.2.6"
26+
"vite": "^7.2.7"
2727
},
2828
"engines": {
2929
"node": ">=20.19.0"

examples/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@tsconfig/vite-react": "^7.0.2",
2222
"@types/react": "^19.2.7",
2323
"@types/react-dom": "^19.2.3",
24-
"@vitejs/plugin-react": "^5.1.1",
24+
"@vitejs/plugin-react": "^5.1.2",
2525
"eslint": "^9.39.1",
2626
"eslint-plugin-react-hooks": "^7.0.1",
2727
"eslint-plugin-react-refresh": "^0.4.24",
2828
"typescript": "^5.9.3",
2929
"typescript-eslint": "^8.48.1",
30-
"vite": "^7.2.6"
30+
"vite": "^7.2.7"
3131
},
3232
"engines": {
3333
"node": ">=20.19.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/babel__preset-env": "~7.10.0",
2424
"@types/react": "^19.2.7",
2525
"@types/react-dom": "^19.2.3",
26-
"@vitejs/plugin-react": "^5.1.1",
26+
"@vitejs/plugin-react": "^5.1.2",
2727
"eslint": "^9.39.1",
2828
"eslint-plugin-react-debug": "workspace:*",
2929
"eslint-plugin-react-dom": "workspace:*",
@@ -33,7 +33,7 @@
3333
"eslint-plugin-react-web-api": "workspace:*",
3434
"eslint-plugin-react-x": "workspace:*",
3535
"globals": "^16.5.0",
36-
"vite": "^7.2.6"
36+
"vite": "^7.2.7"
3737
},
3838
"engines": {
3939
"node": ">=20.19.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"@tsconfig/vite-react": "^7.0.2",
2323
"@types/react": "^19.2.7",
2424
"@types/react-dom": "^19.2.3",
25-
"@vitejs/plugin-react": "^5.1.1",
25+
"@vitejs/plugin-react": "^5.1.2",
2626
"eslint": "^9.39.1",
2727
"eslint-plugin-react-hooks": "^7.0.1",
2828
"eslint-plugin-react-refresh": "^0.4.24",
2929
"globals": "^16.5.0",
3030
"ts-blank-eslint-parser": "^0.4.4",
3131
"typescript": "^5.9.3",
3232
"typescript-eslint": "^8.48.1",
33-
"vite": "^7.2.6"
33+
"vite": "^7.2.7"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,20 @@
8080
"remark-frontmatter": "5.0.0",
8181
"remark-gfm": "^4.0.1",
8282
"skott": "^0.35.6",
83-
"sort-package-json": "^3.5.0",
83+
"sort-package-json": "^3.5.1",
8484
"tinyglobby": "^0.2.15",
8585
"ts-pattern": "^5.9.0",
86-
"tsdown": "^0.17.0",
86+
"tsdown": "^0.17.1",
8787
"tsx": "^4.21.0",
88-
"type-fest": "^5.3.0",
88+
"type-fest": "^5.3.1",
8989
"typedoc": "^0.28.15",
9090
"typedoc-plugin-markdown": "^4.9.0",
9191
"typedoc-plugin-mdn-links": "^5.0.10",
9292
"typescript": "^5.9.3",
9393
"typescript-eslint": "^8.48.1",
9494
"vitest": "^4.0.15"
9595
},
96-
"packageManager": "pnpm@10.24.0",
96+
"packageManager": "pnpm@10.25.0",
9797
"engines": {
9898
"node": ">=24.0.0"
9999
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@local/configs": "workspace:*",
56-
"tsdown": "^0.17.0"
56+
"tsdown": "^0.17.1"
5757
},
5858
"engines": {
5959
"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.7",
6262
"@types/react-dom": "^19.2.3",
63-
"tsdown": "^0.17.0"
63+
"tsdown": "^0.17.1"
6464
},
6565
"peerDependencies": {
6666
"eslint": "^8.57.0 || ^9.0.0",

0 commit comments

Comments
 (0)