Skip to content

Commit 02a4726

Browse files
committed
chore(deps): update dependency rollup-plugin-dts to v6
1 parent d15d4e2 commit 02a4726

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"prettier": "3.0.2",
6666
"rimraf": "5.0.1",
6767
"rollup": "3.28.0",
68-
"rollup-plugin-dts": "5.3.1",
68+
"rollup-plugin-dts": "6.0.0",
6969
"ts-jest": "29.1.1",
7070
"typescript": "5.1.6"
7171
},

yarn.lock

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

30+
"@babel/code-frame@^7.22.10":
31+
version "7.22.10"
32+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3"
33+
integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==
34+
dependencies:
35+
"@babel/highlight" "^7.22.10"
36+
chalk "^2.4.2"
37+
3038
"@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
3139
version "7.22.9"
3240
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
@@ -263,6 +271,15 @@
263271
"@babel/traverse" "^7.22.6"
264272
"@babel/types" "^7.22.5"
265273

274+
"@babel/highlight@^7.22.10":
275+
version "7.22.10"
276+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7"
277+
integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==
278+
dependencies:
279+
"@babel/helper-validator-identifier" "^7.22.5"
280+
chalk "^2.4.2"
281+
js-tokens "^4.0.0"
282+
266283
"@babel/highlight@^7.22.5":
267284
version "7.22.5"
268285
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
@@ -2289,7 +2306,7 @@ [email protected]:
22892306
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
22902307
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
22912308

2292-
chalk@^2.0.0, chalk@^2.4.1:
2309+
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
22932310
version "2.4.2"
22942311
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
22952312
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -4707,14 +4724,14 @@ rimraf@^3.0.2:
47074724
dependencies:
47084725
glob "^7.1.3"
47094726

4710-
rollup-plugin-dts@5.3.1:
4711-
version "5.3.1"
4712-
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-5.3.1.tgz#c2841269a3a5cb986b7791b0328e6a178eba108f"
4713-
integrity sha512-gusMi+Z4gY/JaEQeXnB0RUdU82h1kF0WYzCWgVmV4p3hWXqelaKuCvcJawfeg+EKn2T1Ie+YWF2OiN1/L8bTVg==
4727+
rollup-plugin-dts@6.0.0:
4728+
version "6.0.0"
4729+
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-6.0.0.tgz#c916072c20261c079344351bb5184f41e486a7b6"
4730+
integrity sha512-A996xSZDAqnx/KfFttzC8mDEuyMjsRpiLCrlGc8effhK8KhE3AG0g1woQiITgFc5HSE8HWU7ccR9CiQ3vXgUlQ==
47144731
dependencies:
47154732
magic-string "^0.30.2"
47164733
optionalDependencies:
4717-
"@babel/code-frame" "^7.22.5"
4734+
"@babel/code-frame" "^7.22.10"
47184735

47194736
47204737
version "3.28.0"

0 commit comments

Comments
 (0)