Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 41 additions & 110 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@docusaurus/module-type-aliases": "3.6.3",
"@docusaurus/types": "3.6.3",
"@tsconfig/recommended": "^1.0.8",
"docusaurus-plugin-typedoc": "^1.0.5",
"docusaurus-plugin-typedoc": "^1.1.1",
"typedoc": ">=0.26.11",
Comment on lines -31 to 32
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm... typedoc should've been bumped here I think?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm noticing typedoc-plugin-markdown also isn't being bumped, but both of the latest versions are included in package-lock.json 🤔

Hoping another "recreate" attempt in a few days might fix this! I thought the added >= was confusing but the dependency below kept ^ without receiving an update...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW that might be unrelated to current build failures related to the sidebar here:

https://github.com/slackapi/node-slack-sdk/actions/runs/12324871475/job/34403193412#step:5:10

../packages/socket-mode/tsconfig.json:15:14 - error TS6053: File '@tsconfig/recommended/tsconfig.json' not found.

15   "extends": "@tsconfig/recommended/tsconfig.json",

"typedoc-plugin-markdown": "^4.2.10"
},
Expand Down
Loading