Skip to content

Commit

Permalink
chore(deps): bump tsdoc to 1.0.0-alpha.44 (#5866)
Browse files Browse the repository at this point in the history
  • Loading branch information
binoy14 authored Feb 27, 2024
1 parent 212f021 commit 99d60af
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@sanity/portable-text-editor": "workspace:*",
"@sanity/preview-url-secret": "^1.6.1",
"@sanity/react-loader": "^1.8.3",
"@sanity/tsdoc": "1.0.0-alpha.42",
"@sanity/tsdoc": "1.0.0-alpha.44",
"@sanity/types": "workspace:*",
"@sanity/ui": "^2.0.1",
"@sanity/ui-workshop": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@sanity/eslint-config-studio": "^3.0.1",
"@sanity/pkg-utils": "^3.3.2",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.0-alpha.42",
"@sanity/tsdoc": "1.0.0-alpha.44",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
"@types/lodash": "^4.14.149",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
"@jest/globals": "^29.7.0",
"@playwright/experimental-ct-react": "^1.41.2",
"@playwright/test": "^1.41.2",
"@sanity/tsdoc": "1.0.0-alpha.42",
"@sanity/tsdoc": "1.0.0-alpha.44",
"@sanity/ui-workshop": "^1.2.11",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^13.4.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/sanity/tsdoc.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ export default defineConfig({
token: process.env.EXTRACT_SANITY_API_TOKEN,
},
},
input: {
type: 'fs',
bundledPackages: ['@sanity/types', '@sanity/migrate'],
},
})
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions scripts/etl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ async function etl(options: {
let timer = startTimer(`Extracting API documents from \`${packageName}\``)
const {pkg, results} = await extract({
packagePath,
bundledPackages: tsdocConfig.input?.bundledPackages,
})
timer.end()

Expand Down

0 comments on commit 99d60af

Please sign in to comment.