Skip to content

Commit d82c2fc

Browse files
author
Rohan Gupta
committed
Upgrade jsdoc and mocha versions. Move jsdoc to devDependencies.
1 parent df36ab6 commit d82c2fc

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
@@ -35,12 +35,12 @@
3535
},
3636
"devDependencies": {
3737
"chai": "^4.2.0",
38-
"mocha": "^7.2.0"
38+
"jsdoc": "^4.0.2",
39+
"mocha": "^10.2.0"
3940
},
4041
"dependencies": {
4142
"aws-sdk": "^2.692.0",
4243
"cassandra-driver": "^4.6.3",
43-
"crypto-js": "^4.0.0",
44-
"jsdoc": "^3.6.4"
44+
"crypto-js": "^4.0.0"
4545
}
4646
}

0 commit comments

Comments
 (0)