Skip to content

Commit 0e1b9b4

Browse files
authored
chore(docs): Add ui dependencies to the docs theme (#1971)
The dependencies on `@apify/ui-library` and `@apify/ui-icons` were not listed in `apify-docs-theme/package.json`, causing the newly added `@apify/ui-icons` library to be missing when updating the theme in other docs. Issue introduced here: #1956 See this error: https://github.com/apify/apify-client-js/actions/runs/18216304167/job/51866166008
1 parent dbe2f03 commit 0e1b9b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apify-docs-theme/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@apify/docs-search-modal": "^1.2.2",
23+
"@apify/ui-library": "^1.97.2",
24+
"@apify/ui-icons": "^1.19.0",
2325
"@docusaurus/theme-common": "^3.7.0",
2426
"@stackql/docusaurus-plugin-hubspot": "^1.1.0",
2527
"algoliasearch": "^5.19.0",

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)