Skip to content

Commit 553140d

Browse files
committed
feat!: adjust required rolldown
1 parent 39b97a4 commit 553140d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Rolldown plugin to generate and bundle dts files.
88

99
## Install
1010

11-
Requires **`rolldown@1.0.0-rc.3`** or later.
11+
Requires **`rolldown@1.0.0-rc.12`** or later.
1212

1313
```bash
1414
npm i -D rolldown-plugin-dts

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
},
5555
"peerDependencies": {
5656
"@ts-macro/tsc": "^0.3.6",
57-
"@typescript/native-preview": ">=7.0.0-dev.20250601.1",
58-
"rolldown": "^1.0.0-rc.3",
59-
"typescript": "^5.0.0 || ^6.0.0-beta",
57+
"@typescript/native-preview": ">=7.0.0-dev.20260325.1",
58+
"rolldown": "^1.0.0-rc.12",
59+
"typescript": "^5.0.0 || ^6.0.0",
6060
"vue-tsc": "~3.2.0"
6161
},
6262
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)