Browse Source

Merge pull request #6138 from mauricedoepke/master

Updating typedoc dependency due to a memory bug
David Catuhe 6 years ago
parent
commit
2204f5013f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -68,7 +68,7 @@
         "gulp-rename": "^1.4.0",
         "gulp-replace": "~1.0.0",
         "gulp-tslint": "^8.1.3",
-        "gulp-typedoc": "^2.2.1",
+        "gulp-typedoc": "^2.2.2",
         "gulp-typescript": "4.0.2",
         "karma": "^4.0.1",
         "karma-browserstack-launcher": "^1.4.0",
@@ -97,7 +97,7 @@
         "ts-loader": "^5.2.1",
         "tslib": "^1.9.3",
         "tslint": "^5.11.0",
-        "typedoc": "^0.12.0",
+        "typedoc": "^0.14.2",
         "typescript": "~3.4.1",
         "webpack": "^4.29.3",
         "webpack-cli": "^3.1.2",