Skip to content

Commit 9597e3f

Browse files
committed
Update tsdown to 0.16.4
1 parent e6e3433 commit 9597e3f

File tree

22 files changed

+34
-34
lines changed

22 files changed

+34
-34
lines changed

.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.16.3"
28+
"tsdown": "^0.16.4"
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].2-000000?style=flat)](https://tsdown.dev)
8+
[![Build with](https://img.shields.io/badge/[email protected].4-000000?style=flat)](https://tsdown.dev)
99

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"fumadocs-typescript": "4.0.13",
2222
"fumadocs-ui": "16.0.10",
2323
"lucide-react": "^0.553.0",
24-
"next": "^16.0.1",
24+
"next": "^16.0.2",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.2.0",
2727
"react-dom": "^19.2.0",
@@ -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.3",
46+
"@types/react": "^19.2.4",
4747
"@types/react-dom": "^19.2.3",
4848
"dedent": "^1.7.0",
4949
"eslint": "^9.39.1",

examples/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^16.0.1",
13+
"next": "^16.0.2",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0"
1616
},
@@ -19,12 +19,12 @@
1919
"@eslint/compat": "^1.4.1",
2020
"@eslint/config-inspector": "^1.3.0",
2121
"@eslint/js": "^9.39.1",
22-
"@next/eslint-plugin-next": "^16.0.1",
22+
"@next/eslint-plugin-next": "^16.0.2",
2323
"@tsconfig/next": "^2.0.3",
2424
"@tsconfig/node22": "^22.0.2",
2525
"@tsconfig/strictest": "^2.0.7",
2626
"@types/node": "^24.10.1",
27-
"@types/react": "^19.2.3",
27+
"@types/react": "^19.2.4",
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.3",
21+
"@types/react": "^19.2.4",
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.2",
2222
"@tsconfig/strictest": "^2.0.7",
2323
"@tsconfig/vite-react": "^7.0.1",
24-
"@types/react": "^19.2.3",
24+
"@types/react": "^19.2.4",
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.3",
26+
"@types/react": "^19.2.4",
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.2",
2323
"@tsconfig/strictest": "^2.0.7",
2424
"@tsconfig/vite-react": "^7.0.1",
25-
"@types/react": "^19.2.3",
25+
"@types/react": "^19.2.4",
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
@@ -63,7 +63,7 @@
6363
"@tsconfig/node22": "^22.0.2",
6464
"@tsconfig/strictest": "^2.0.7",
6565
"@types/node": "^24.10.1",
66-
"@types/react": "^19.2.3",
66+
"@types/react": "^19.2.4",
6767
"@types/react-dom": "^19.2.3",
6868
"@typescript-eslint/parser": "^8.46.4",
6969
"@typescript-eslint/rule-tester": "^8.46.4",
@@ -86,7 +86,7 @@
8686
"sort-package-json": "^3.4.0",
8787
"tinyglobby": "^0.2.15",
8888
"ts-pattern": "^5.9.0",
89-
"tsdown": "^0.16.3",
89+
"tsdown": "^0.16.4",
9090
"tsx": "^4.20.6",
9191
"type-fest": "^5.2.0",
9292
"typedoc": "^0.28.14",
@@ -109,7 +109,7 @@
109109
],
110110
"overrides": {
111111
"@eslint/js": "9.39.1",
112-
"@types/react": "^19.2.3",
112+
"@types/react": "^19.2.4",
113113
"@types/react-dom": "^19.2.3",
114114
"esbuild": "^0.27.0",
115115
"eslint": "9.39.1",
@@ -119,7 +119,7 @@
119119
"fumadocs-twoslash": "3.1.8",
120120
"fumadocs-typescript": "4.0.11",
121121
"fumadocs-ui": "15.8.5",
122-
"next": "^16.0.1",
122+
"next": "^16.0.2",
123123
"react": "^19.2.0",
124124
"react-dom": "^19.2.0",
125125
"ts-api-utils": "^2.1.0",

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.3"
52+
"tsdown": "^0.16.4"
5353
},
5454
"engines": {
5555
"node": ">=20.19.0"

0 commit comments

Comments
 (0)