Skip to content

Commit 58effdf

Browse files
committed
chore: update tsup to version 8.4.0 across all packages
1 parent 333b93e commit 58effdf

File tree

18 files changed

+136
-128
lines changed

18 files changed

+136
-128
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@local/configs": "workspace:*",
3737
"@types/react": "^19.0.10",
3838
"@types/react-dom": "^19.0.4",
39-
"tsup": "^8.3.6"
39+
"tsup": "^8.4.0"
4040
},
4141
"peerDependencies": {
4242
"eslint": "^8.57.0 || ^9.0.0",

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"fumadocs-twoslash": "3.0.0",
1919
"fumadocs-typescript": "3.0.3",
2020
"fumadocs-ui": "15.0.12",
21-
"lucide-react": "^0.475.0",
21+
"lucide-react": "^0.476.0",
2222
"next": "^15.1.7",
2323
"next-view-transitions": "^0.3.4",
2424
"react": "^19.0.0",
@@ -33,7 +33,7 @@
3333
"@local/configs": "workspace:*",
3434
"@mdx-js/mdx": "^3.1.0",
3535
"@next/eslint-plugin-next": "^15.1.7",
36-
"@tailwindcss/postcss": "^4.0.8",
36+
"@tailwindcss/postcss": "^4.0.9",
3737
"@tsconfig/next": "^2.0.3",
3838
"@tsconfig/node22": "^22.0.0",
3939
"@tsconfig/strictest": "^2.0.5",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-simple-import-sort": "^12.1.1",
5555
"eslint-plugin-unicorn": "^57.0.0",
5656
"postcss": "^8.5.3",
57-
"tailwindcss": "^4.0.8",
57+
"tailwindcss": "^4.0.9",
5858
"typescript": "^5.7.3",
5959
"typescript-eslint": "^8.25.0"
6060
}

examples/dual-react-dom-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-react-x": "workspace:*",
4646
"eslint-plugin-vitest": "^0.5.4",
4747
"react": "^19.0.0",
48-
"tsup": "^8.3.6",
48+
"tsup": "^8.4.0",
4949
"typescript": "^5.7.3",
5050
"typescript-eslint": "^8.25.0"
5151
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"tinyexec": "^0.3.2",
9999
"tinyglobby": "^0.2.12",
100100
"ts-pattern": "^5.6.2",
101-
"tsup": "^8.3.6",
101+
"tsup": "^8.4.0",
102102
"tsx": "^4.19.3",
103103
"type-fest": "^4.35.0",
104104
"typedoc": "^0.27.9",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@local/configs": "workspace:*",
59-
"tsup": "^8.3.6"
59+
"tsup": "^8.4.0"
6060
},
6161
"engines": {
6262
"bun": ">=1.0.15",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@local/configs": "workspace:*",
6767
"@types/react": "^19.0.10",
6868
"@types/react-dom": "^19.0.4",
69-
"tsup": "^8.3.6"
69+
"tsup": "^8.4.0"
7070
},
7171
"peerDependencies": {
7272
"eslint": "^8.57.0 || ^9.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@local/configs": "workspace:*",
6767
"@types/react": "^19.0.10",
6868
"@types/react-dom": "^19.0.4",
69-
"tsup": "^8.3.6"
69+
"tsup": "^8.4.0"
7070
},
7171
"peerDependencies": {
7272
"eslint": "^8.57.0 || ^9.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@local/configs": "workspace:*",
6868
"@types/react": "^19.0.10",
6969
"@types/react-dom": "^19.0.4",
70-
"tsup": "^8.3.6"
70+
"tsup": "^8.4.0"
7171
},
7272
"peerDependencies": {
7373
"eslint": "^8.57.0 || ^9.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@local/configs": "workspace:*",
6666
"@types/react": "^19.0.10",
6767
"@types/react-dom": "^19.0.4",
68-
"tsup": "^8.3.6"
68+
"tsup": "^8.4.0"
6969
},
7070
"peerDependencies": {
7171
"eslint": "^8.57.0 || ^9.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@local/configs": "workspace:*",
6666
"@types/react": "^19.0.10",
6767
"@types/react-dom": "^19.0.4",
68-
"tsup": "^8.3.6"
68+
"tsup": "^8.4.0"
6969
},
7070
"peerDependencies": {
7171
"eslint": "^8.57.0 || ^9.0.0",

0 commit comments

Comments
 (0)