Skip to content

Commit 007824d

Browse files
Merge pull request #65 from michaelhthomas/chore/upgrade-dts-bundle-generator
chore: upgrade `dts-bundle-generator` `8.0.1` -> `9.2.1`
2 parents efc44dc + ebc97e0 commit 007824d

File tree

3 files changed

+386
-362
lines changed

3 files changed

+386
-362
lines changed

.changeset/loud-panthers-look.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"ultrahtml": patch
3+
---
4+
5+
upgrades `dts-bundle-generator` to `9.2.1`, fixing an issue with `.d.ts`
6+
generation which led methods prefixed with two underscores to be
7+
incorrectly made private in the generated declaration file.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@changesets/cli": "^2.18.1",
6565
"@types/stylis": "^4.0.2",
6666
"chalk": "^5.1.2",
67-
"dts-bundle-generator": "^8.0.1",
67+
"dts-bundle-generator": "^9.2.1",
6868
"esbuild": "^0.14.51",
6969
"globby": "^13.1.2",
7070
"gzip-size": "^7.0.0",

0 commit comments

Comments
 (0)