Skip to content

Commit

Permalink
fix: add missing devDependency for compodoc (#1470)
Browse files Browse the repository at this point in the history
* fix: add missing devDependency for compodoc

* build: try with skipLibCheck

* build: revert skipLibCheck

* build: install dependency for compodoc

* fix(deps): pin compodoc
  • Loading branch information
alexander-fenster authored Jul 11, 2023
1 parent 82aaa39 commit 115e317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"retry-request": "^5.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "1.1.19",
"@types/mocha": "^9.0.0",
"@types/ncp": "^2.0.1",
Expand Down

0 comments on commit 115e317

Please sign in to comment.