Skip to content

Commit

Permalink
Merge pull request #1367 from nextcloud-libraries/dependabot/npm_and_…
Browse files Browse the repository at this point in the history
…yarn/typedoc-0.26.0

chore(deps-dev): Bump typedoc from 0.25.13 to 0.26.0
  • Loading branch information
susnux authored Jun 24, 2024
2 parents 4be6806 + a264a6f commit 1d4f5c4
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 1d4f5c4

Please sign in to comment.