Skip to content

Commit 68e173e

Browse files
committed
chore(deps): update dependency rollup-plugin-dts to v6
1 parent 85fc195 commit 68e173e

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
@@ -173,7 +173,7 @@
173173
"react-dom": "18.2.0",
174174
"rimraf": "5.0.1",
175175
"rollup": "3.28.0",
176-
"rollup-plugin-dts": "5.3.1",
176+
"rollup-plugin-dts": "6.0.0",
177177
"sass": "1.66.0",
178178
"svelte": "4.2.0",
179179
"tailwindcss": "3.3.3",

yarn.lock

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@
166166
dependencies:
167167
"@babel/highlight" "^7.22.5"
168168

169+
"@babel/code-frame@^7.22.10":
170+
version "7.22.10"
171+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.10.tgz#1c20e612b768fefa75f6e90d6ecb86329247f0a3"
172+
integrity sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==
173+
dependencies:
174+
"@babel/highlight" "^7.22.10"
175+
chalk "^2.4.2"
176+
169177
"@babel/compat-data@^7.22.6":
170178
version "7.22.6"
171179
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544"
@@ -352,6 +360,15 @@
352360
"@babel/traverse" "^7.22.6"
353361
"@babel/types" "^7.22.5"
354362

363+
"@babel/highlight@^7.22.10":
364+
version "7.22.10"
365+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.10.tgz#02a3f6d8c1cb4521b2fd0ab0da8f4739936137d7"
366+
integrity sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==
367+
dependencies:
368+
"@babel/helper-validator-identifier" "^7.22.5"
369+
chalk "^2.4.2"
370+
js-tokens "^4.0.0"
371+
355372
"@babel/highlight@^7.22.5":
356373
version "7.22.5"
357374
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
@@ -2379,7 +2396,7 @@ ccount@^2.0.0:
23792396
resolved "https://registry.yarnpkg.com/ccount/-/ccount-2.0.1.tgz#17a3bf82302e0870d6da43a01311a8bc02a3ecf5"
23802397
integrity sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==
23812398

2382-
chalk@^2.0.0, chalk@^2.4.1:
2399+
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
23832400
version "2.4.2"
23842401
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
23852402
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -6065,14 +6082,14 @@ rimraf@^3.0.2:
60656082
dependencies:
60666083
glob "^7.1.3"
60676084

6068-
rollup-plugin-dts@5.3.1:
6069-
version "5.3.1"
6070-
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-5.3.1.tgz#c2841269a3a5cb986b7791b0328e6a178eba108f"
6071-
integrity sha512-gusMi+Z4gY/JaEQeXnB0RUdU82h1kF0WYzCWgVmV4p3hWXqelaKuCvcJawfeg+EKn2T1Ie+YWF2OiN1/L8bTVg==
6085+
rollup-plugin-dts@6.0.0:
6086+
version "6.0.0"
6087+
resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-6.0.0.tgz#c916072c20261c079344351bb5184f41e486a7b6"
6088+
integrity sha512-A996xSZDAqnx/KfFttzC8mDEuyMjsRpiLCrlGc8effhK8KhE3AG0g1woQiITgFc5HSE8HWU7ccR9CiQ3vXgUlQ==
60726089
dependencies:
60736090
magic-string "^0.30.2"
60746091
optionalDependencies:
6075-
"@babel/code-frame" "^7.22.5"
6092+
"@babel/code-frame" "^7.22.10"
60766093

60776094
60786095
version "3.28.0"

0 commit comments

Comments
 (0)