Skip to content

Commit

Permalink
chore: bump typedoc (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 16, 2023
1 parent b5ac2bd commit c26ab15
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"format": "prettier \"**/*\" --ignore-unknown",
"format:write": "pnpm format --write",
"lint": "eslint . --max-warnings 0 --report-unused-disable-directives",
"lint:docs": "typedoc --validation --treatWarningsAsErrors",
"lint:docs": "typedoc --validation --treatValidationWarningsAsErrors",
"lint:knip": "knip --config knip.jsonc",
"lint:knip:production": "knip --config knip.production.jsonc --production",
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line",
Expand Down Expand Up @@ -84,7 +84,7 @@
"sentences-per-line": "^0.2.1",
"should-semantic-release": "^0.0.4",
"tsup": "^6.5.0",
"typedoc": "^0.23.26",
"typedoc": "^0.23.27",
"typedoc-plugin-coverage": "^2.0.0",
"typedoc-plugin-custom-validation": "^1.1.0",
"typedoc-plugin-konamimojisplosion": "^0.0.2",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit c26ab15

Please sign in to comment.