Skip to content

Commit 3c52d8f

Browse files
Bump rolldown-plugin-dts from 0.21.9 to 0.22.1 (#3952)
* Bump rolldown-plugin-dts from 0.21.9 to 0.22.1 Bumps [rolldown-plugin-dts](https://github.com/sxzz/rolldown-plugin-dts) from 0.21.9 to 0.22.1. - [Release notes](https://github.com/sxzz/rolldown-plugin-dts/releases) - [Commits](sxzz/rolldown-plugin-dts@v0.21.9...v0.22.1) --- updated-dependencies: - dependency-name: rolldown-plugin-dts dependency-version: 0.22.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * require specific rolldown/vite versions to be safe --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Stepien <stepien.nicolas@gmail.com>
1 parent 6ff46c3 commit 3c52d8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
"prettier": "3.8.1",
8282
"react": "^19.2.1",
8383
"react-dom": "^19.2.1",
84-
"rolldown": "^1.0.0-beta.59",
85-
"rolldown-plugin-dts": "^0.21.0",
84+
"rolldown": "^1.0.0-rc.3",
85+
"rolldown-plugin-dts": "^0.22.1",
8686
"typescript": "~5.9.2",
87-
"vite": "^8.0.0-beta.7",
87+
"vite": "^8.0.0-beta.13",
8888
"vitest": "^4.0.17",
8989
"vitest-browser-react": "^2.0.2"
9090
},

0 commit comments

Comments
 (0)