Skip to content

Commit 608f266

Browse files
chore(deps): update all non-major dependencies (#879)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 75e38ba commit 608f266

File tree

7 files changed

+92
-105
lines changed

7 files changed

+92
-105
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"ci-publish": "node scripts/publishCI.ts"
3434
},
3535
"devDependencies": {
36-
"@eslint/js": "^9.35.0",
36+
"@eslint/js": "^9.36.0",
3737
"@types/fs-extra": "^11.0.4",
3838
"@types/node": "^22.18.6",
3939
"@vitejs/release-scripts": "^1.6.0",
40-
"eslint": "^9.35.0",
40+
"eslint": "^9.36.0",
4141
"eslint-plugin-import-x": "^4.16.1",
4242
"eslint-plugin-n": "^17.23.1",
4343
"eslint-plugin-regexp": "^2.10.0",

packages/plugin-react-oxc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@vitejs/react-common": "workspace:*",
46-
"tsdown": "^0.15.2",
46+
"tsdown": "^0.15.4",
4747
"vite": "catalog:rolldown-vite"
4848
},
4949
"dependencies": {

packages/plugin-react-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@vitejs/react-common": "workspace:*",
4646
"fs-extra": "^11.3.2",
4747
"prettier": "^3.0.3",
48-
"tsdown": "^0.15.2",
48+
"tsdown": "^0.15.4",
4949
"typescript": "^5.9.2"
5050
}
5151
}

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"react": "^19.1.1",
5757
"react-dom": "^19.1.1",
5858
"rolldown": "1.0.0-beta.38",
59-
"tsdown": "^0.15.2",
59+
"tsdown": "^0.15.4",
6060
"vitest": "^3.2.4"
6161
}
6262
}

packages/plugin-rsc/examples/react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@cloudflare/vite-plugin": "^1.13.3",
22-
"@tailwindcss/typography": "^0.5.16",
22+
"@tailwindcss/typography": "^0.5.18",
2323
"@tailwindcss/vite": "^4.1.13",
2424
"@types/react": "^19.1.13",
2525
"@types/react-dom": "^19.1.9",

packages/plugin-rsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"react-server-dom-webpack": "^19.1.1",
6262
"rsc-html-stream": "^0.0.7",
6363
"tinyexec": "^1.0.1",
64-
"tsdown": "^0.15.2"
64+
"tsdown": "^0.15.4"
6565
},
6666
"peerDependencies": {
6767
"react": "*",

0 commit comments

Comments
 (0)