DiFuks / typedoc-theme-hierarchy

Hierarchy theme for typedoc
MIT License
18 stars 5 forks source link

Update dependency for new version of typedoc #10

Closed donald-richardson-dxd closed 2 years ago

donald-richardson-dxd commented 2 years ago

Support typedoc 0.23.2

DiFuks commented 2 years ago

What is the problem? I just updated the typedoc to the latest version in my pet project and everything is working fine

donald-richardson-dxd commented 2 years ago

I get a “Can’t resolve dependency” error using npm.

Your typedoc dependency is:

"typedoc": "^0.22.9"

The latest typedoc is 0.23.2. For semantic versions that begin with 0 the caret works like ~ in that it will only allow patch updates and not minor updates.

From: Dmitriy Fuks @.> Date: Wednesday, June 29, 2022 at 2:41 PM To: DiFuks/typedoc-theme-hierarchy @.> Cc: Donald Richardson @.>, Author @.> Subject: Re: [DiFuks/typedoc-theme-hierarchy] Update dependency for new version of typedoc (Issue #10)

What is the problem? I just updated the typedoc to the latest version in my pet projecthttps://us01.z.antigena.com/l/g74E8VCS55m-lfzJrvtlFsz~SrJRGaz9ot2_bGHX6SkA2AIT4XxqMUDXS2r_v~00xYv2xt0FEVps_uth1SPuecOoFJFE9VR7ssOhCB1XL-KBQ35APb6bAE38bmkIWWgCZ4WSVVPA9zpmvSwBP8w5wBdHSSb and everything is working fine

— Reply to this email directly, view it on GitHubhttps://github.com/DiFuks/typedoc-theme-hierarchy/issues/10#issuecomment-1170359447, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AP7VTEBSZFENDQBHWKZXAGDVRSKELANCNFSM52F4TJ5Q. You are receiving this because you authored the thread.Message ID: @.***>

DiFuks commented 2 years ago

The latest typedoc is 0.23.2. For semantic versions that begin with 0 the caret works like ~ in that it will only allow patch updates and not minor updates.

Thank you! I did not know. Fixed. Please update to 1.3.0