Skip to content

Commit b0a909c

Browse files
committed
fix: dependabot alerts,update typedoc
1 parent a1d6423 commit b0a909c

File tree

2 files changed

+130
-66
lines changed

2 files changed

+130
-66
lines changed

package-lock.json

Lines changed: 128 additions & 64 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
@@ -17,7 +17,7 @@
1717
"test:feature": "ts-node ./src/bin/ts2php.ts",
1818
"test:runtime": "sh ./test/runtime/run.sh",
1919
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
20-
"doc": "typedoc --out docs --theme minimal --includeDeclarations --excludeNotExported --excludeExternals --mode file ./types/index.d.ts"
20+
"doc": "typedoc --out docs --theme minimal --entryPoints ./types/index.d.ts"
2121
},
2222
"repository": {
2323
"type": "git",
@@ -107,7 +107,7 @@
107107
"rimraf": "^2.6.3",
108108
"source-map-support": "^0.5.12",
109109
"ts-node": "^8.2.0",
110-
"typedoc": "^0.15.3",
110+
"typedoc": "^0.20.16",
111111
"typescript": "^3.9.7",
112112
"vue": "^2.6.10"
113113
},

0 commit comments

Comments
 (0)