Skip to content

Commit c960cfe

Browse files
committed
feat!: upgrade babel to v8, drop support for Node 24.0 ~ 24.11
1 parent cf03446 commit c960cfe

3 files changed

Lines changed: 666 additions & 476 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rolldown-plugin-dts",
33
"type": "module",
44
"version": "0.25.2",
5-
"packageManager": "pnpm@11.6.0",
5+
"packageManager": "pnpm@11.7.0",
66
"description": "A Rolldown plugin to generate and bundle dts files.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"engines": {
42-
"node": "^22.18.0 || >=24.0.0"
42+
"node": "^22.18.0 || >=24.11.0"
4343
},
4444
"scripts": {
4545
"lint": "eslint --cache .",

0 commit comments

Comments
 (0)