Skip to content

Commit

Permalink
chore: update typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Sep 14, 2023
1 parent 364f2a3 commit 9562164
Show file tree
Hide file tree
Showing 7 changed files with 473 additions and 431 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"private": true,
"workspaces": [
"packages/*"
"packages/**"
],
"prettier": "@stacks/prettier-config",
"scripts": {
Expand All @@ -27,25 +27,24 @@
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@janniks/typedoc-theme-stacks": "^1.2.3",
"@stacks/eslint-config": "^2.0.0",
"@stacks/prettier-config": "^0.0.10",
"@stencil-community/eslint-plugin": "^0.5.0",
"concurrently": "^8.2.0",
"eslint": "^8.47.0",
"concurrently": "^8.2.1",
"eslint": "^8.49.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"lerna": "^7.1.5",
"prettier": "^3.0.2",
"lerna": "^7.2.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^7.2.0",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
}
}
5 changes: 4 additions & 1 deletion packages/connect-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"jsx": "react"
},
"include": ["src"],
"references": [{ "path": "../connect" }]
"references": [{ "path": "../connect" }],
"typedocOptions": {
"entryPoints": ["src/index.ts"]
}
}
1 change: 0 additions & 1 deletion packages/connect-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@stencil/core": "^2.17.1"
},
"devDependencies": {
"@stacks/prettier-config": "^0.0.10",
"@stencil/sass": "^1.5.2",
"@types/node": "^14.6.0",
"puppeteer": "^9.0.0"
Expand Down
5 changes: 4 additions & 1 deletion packages/connect-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"jsx": "react",
"jsxFactory": "h"
},
"include": ["src"]
"include": ["src"],
"typedocOptions": {
"entryPoints": ["src/index.ts"]
}
}
5 changes: 4 additions & 1 deletion packages/connect/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"outDir": "./dist/types",
"rootDir": "./src"
},
"include": ["src"]
"include": ["src"],
"typedocOptions": {
"entryPoints": ["src/index.ts"]
}
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"name": "Stacks Connect",
"entryPointStrategy": "packages",
"entryPoints": ["packages/*"],
"out": "docs",
"theme": "stacks"
"out": "docs"
}
}
Loading

0 comments on commit 9562164

Please sign in to comment.