File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 8585 "rollup-plugin-analyzer" : " ^4.0.0" ,
8686 "rollup-plugin-browsersync" : " ^1.3.3" ,
8787 "rollup-plugin-copy" : " ^3.4.0" ,
88- "rollup-plugin-dts" : " 4.2.3 " ,
88+ "rollup-plugin-dts" : " ^5.0.0 " ,
8989 "rollup-plugin-filesize" : " ^9.1.1" ,
9090 "rollup-plugin-html-scaffold" : " ^0.2.0" ,
9191 "rollup-plugin-postcss" : " ^4.0.1" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ export default {
1212 extensions : [ '.css' ] ,
1313 plugins : [ ] ,
1414 } ) ,
15- dts ( ) ,
15+ dts ( {
16+ compilerOptions : {
17+ baseUrl : 'src' ,
18+ } ,
19+ } ) ,
1620 ] ,
1721}
Original file line number Diff line number Diff line change @@ -5214,7 +5214,7 @@ magic-string@^0.25.7:
52145214 dependencies :
52155215 sourcemap-codec "^1.4.8"
52165216
5217- magic-string@^0.26.6 :
5217+ magic-string@^0.26.7 :
52185218 version "0.26.7"
52195219 resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.7.tgz#caf7daf61b34e9982f8228c4527474dac8981d6f"
52205220 integrity sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==
@@ -6856,12 +6856,12 @@ rollup-plugin-copy@^3.4.0:
68566856 globby "10.0.1"
68576857 is-plain-object "^3.0.0"
68586858
6859- rollup-plugin-dts@4.2.3 :
6860- version "4.2.3 "
6861- resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-4.2.3 .tgz#04c3615df1ffab4228aa9d540697eaca61e01f47 "
6862- integrity sha512-jlcpItqM2efqfIiKzDB/IKOS9E9fDvbkJSGw5GtK/PqPGS9eC3R3JKyw2VvpTktZA+TNgJRMu1NTv244aTUzzQ ==
6859+ rollup-plugin-dts@^5.0.0 :
6860+ version "5.0.0 "
6861+ resolved "https://registry.yarnpkg.com/rollup-plugin-dts/-/rollup-plugin-dts-5.0.0 .tgz#d645f222ea6f7d6b7ddb7ea98c45a0e5a3a569ec "
6862+ integrity sha512-OO8ayCvuJCKaQSShyVTARxGurVVk4ulzbuvz+0zFd1f93vlnWFU5pBMT7HFeS6uj7MvvZLx4kUAarGATSU1+Ng ==
68636863 dependencies :
6864- magic-string "^0.26.6 "
6864+ magic-string "^0.26.7 "
68656865 optionalDependencies :
68666866 " @babel/code-frame" " ^7.18.6"
68676867
You can’t perform that action at this time.
0 commit comments