1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 03:23:50 +00:00

[deps] Platform (CL): Update @compodoc/compodoc to v1.1.25 (#8966)

* [deps] Platform (CL): Update @compodoc/compodoc to v1.1.25

* Fix compodoc errors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vicki League <vleague@bitwarden.com>
This commit is contained in:
renovate[bot]
2024-06-19 09:00:56 -04:00
committed by GitHub
parent 4a25db4ec0
commit a427ec371a
7 changed files with 289 additions and 437 deletions

View File

@@ -22,7 +22,7 @@
"test:watch": "jest --clearCache && jest --watch",
"test:watch:all": "jest --watchAll",
"test:types": "node ./scripts/test-types.js",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"docs:json": "compodoc -p ./tsconfig.json -e json -d . --disableRoutesGraph",
"storybook": "ng run components:storybook",
"build-storybook": "ng run components:build-storybook",
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json",
@@ -43,7 +43,7 @@
"@angular/elements": "16.2.12",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@compodoc/compodoc": "1.1.23",
"@compodoc/compodoc": "1.1.25",
"@electron/notarize": "2.3.0",
"@electron/rebuild": "3.6.0",
"@ngtools/webpack": "16.2.11",