Skip to content

Commit 1d4f5c4

Browse files
authored
Merge pull request #1367 from nextcloud-libraries/dependabot/npm_and_yarn/typedoc-0.26.0
chore(deps-dev): Bump typedoc from 0.25.13 to 0.26.0
2 parents 4be6806 + a264a6f commit 1d4f5c4

File tree

2 files changed

+90
-51
lines changed

2 files changed

+90
-51
lines changed

package-lock.json

Lines changed: 88 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "vite --mode production build",
2929
"dev": "vite --mode development build",
3030
"dev:watch": "vite --mode development build --watch",
31-
"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",
31+
"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",
3232
"lint": "eslint lib/",
3333
"lint:fix": "eslint --fix lib/",
3434
"stylelint": "stylelint lib/**/*.vue",
@@ -88,7 +88,7 @@
8888
"sass": "^1.77.6",
8989
"stylelint": "^15.11.0",
9090
"tslib": "^2.6.3",
91-
"typedoc": "^0.25.13",
91+
"typedoc": "^0.26.0",
9292
"typescript": "^5.4.5",
9393
"typescript-plugin-css-modules": "^5.1.0",
9494
"vite": "^5.3.1",

0 commit comments

Comments
 (0)