Skip to content

Commit

Permalink
Update TypeScript, tslib, and typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Dec 9, 2022
1 parent eb54e4e commit 8859d2d
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 50 deletions.
122 changes: 75 additions & 47 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
"rollup-plugin-typescript2": "^0.31.2",
"start-server-and-test": "^1.14.0",
"ts-jest": "^29.0.3",
"tslib": "^2.3.1",
"typedoc": "^0.22.13",
"typescript": "^4.6.3"
"tslib": "^2.4.1",
"typedoc": "^0.23.21",
"typescript": "^4.9.4"
},
"peerDependencies": {
"react": "^16.11.0 || ^17 || ^18",
Expand Down
5 changes: 5 additions & 0 deletions typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@ module.exports = {
excludePrivate: true,
hideGenerator: true,
readme: './README.md',
visibilityFilters: {
protected: false,
inherited: true,
external: true,
},
};

0 comments on commit 8859d2d

Please sign in to comment.