Skip to content

Commit e6b1e5e

Browse files
chore(deps): update dependency rollup-plugin-dts to v6.2.3 (#1633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db74d78 commit e6b1e5e

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"prettier": "3.6.2",
6969
"rimraf": "5.0.10",
7070
"rollup": "4.46.2",
71-
"rollup-plugin-dts": "6.2.1",
71+
"rollup-plugin-dts": "6.2.3",
7272
"ts-jest": "29.4.1",
7373
"typescript": "5.9.2"
7474
},

yarn.lock

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@
2727
dependencies:
2828
"@babel/highlight" "^7.22.5"
2929

30-
"@babel/code-frame@^7.26.2":
31-
version "7.26.2"
32-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
33-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
34-
dependencies:
35-
"@babel/helper-validator-identifier" "^7.25.9"
36-
js-tokens "^4.0.0"
37-
picocolors "^1.0.0"
38-
3930
"@babel/code-frame@^7.27.1":
4031
version "7.27.1"
4132
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
@@ -378,11 +369,6 @@
378369
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
379370
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
380371

381-
"@babel/helper-validator-identifier@^7.25.9":
382-
version "7.25.9"
383-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
384-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
385-
386372
"@babel/helper-validator-identifier@^7.27.1":
387373
version "7.27.1"
388374
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
@@ -4581,14 +4567,14 @@ rimraf@^3.0.2:
45814567
dependencies:
45824568
glob "^7.1.3"
45834569

4584-
4585-
version "6.2.1"
4586-
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-6.2.1.tgz#120a40734f740115da44931d7915a370fe420701"
4587-
integrity sha512-sR3CxYUl7i2CHa0O7bA45mCrgADyAQ0tVtGSqi3yvH28M+eg1+g5d7kQ9hLvEz5dorK3XVsH5L2jwHLQf72DzA==
4570+
4571+
version "6.2.3"
4572+
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-6.2.3.tgz#9dcfb18675d1d1242bfccef5cf27b5380fa09652"
4573+
integrity sha512-UgnEsfciXSPpASuOelix7m4DrmyQgiaWBnvI0TM4GxuDh5FkqW8E5hu57bCxXB90VvR1WNfLV80yEDN18UogSA==
45884574
dependencies:
45894575
magic-string "^0.30.17"
45904576
optionalDependencies:
4591-
"@babel/code-frame" "^7.26.2"
4577+
"@babel/code-frame" "^7.27.1"
45924578

45934579
45944580
version "4.46.2"

0 commit comments

Comments
 (0)