Skip to content

Commit a56d9ef

Browse files
authored
Fix jsdoc versions (#513)
1 parent f1bf5cf commit a56d9ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
"grunt-contrib-cssmin": "^2.2.1",
6464
"grunt-contrib-handlebars": "^1.0.0",
6565
"grunt-contrib-uglify": "^3.3.0",
66-
"grunt-jsdoc": "^2.2.0",
66+
"grunt-jsdoc": "2.4.1",
6767
"handlebars": "^4.0.11",
6868
"handlebars-layouts": "^3.1.4",
6969
"jest": "^26.0.1",
7070
"jest-html-reporters": "^1.2.1",
7171
"jquery": "3.1.1",
72-
"jsdoc": "^3.6.4",
73-
"jsdoc-plugin-typescript": "^2.0.5",
72+
"jsdoc": "3.6.4",
73+
"jsdoc-plugin-typescript": "2.0.5",
7474
"lunr": "^1.0.0",
7575
"mock-fs": "^4.12.0",
7676
"moment": "^2.22.1",

0 commit comments

Comments
 (0)