Skip to content

Commit

Permalink
chore(deps-dev): Bump typedoc from 0.25.13 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.13 to 0.26.0.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.13...v0.26.0)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and susnux committed Jun 24, 2024
1 parent 4be6806 commit a264a6f
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 51 deletions.
137 changes: 88 additions & 49 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build": "vite --mode production build",
"dev": "vite --mode development build",
"dev:watch": "vite --mode development build --watch",
"doc": "typedoc --tsconfig tsconfig-typedoc.json --plugin @zamiell/typedoc-plugin-not-exported --out dist/doc dist/index.d.ts dist/filepicker.d.ts && touch dist/doc/.nojekyll",
"doc": "typedoc --tsconfig tsconfig-typedoc.json --highlightLanguages vue --plugin @zamiell/typedoc-plugin-not-exported --out dist/doc dist/index.d.ts dist/filepicker.d.ts && touch dist/doc/.nojekyll",
"lint": "eslint lib/",
"lint:fix": "eslint --fix lib/",
"stylelint": "stylelint lib/**/*.vue",
Expand Down Expand Up @@ -88,7 +88,7 @@
"sass": "^1.77.6",
"stylelint": "^15.11.0",
"tslib": "^2.6.3",
"typedoc": "^0.25.13",
"typedoc": "^0.26.0",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.3.1",
Expand Down

0 comments on commit a264a6f

Please sign in to comment.