Skip to content

Commit 6713a75

Browse files
authored
Upgrade several dependencies (#84)
* These upgrades did not change the operation of the scripts `mkdocs` or `test`. * Remove `rimraf`, which appears to be unused.
1 parent 0dbedfd commit 6713a75

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,17 @@
2828
"@babel/register": "^7.13.8",
2929
"babel-loader": "^8.0.6",
3030
"chai": "^4.3.4",
31-
"coveralls": "^3.0.9",
31+
"coveralls": "^3.1.1",
3232
"docsify-cli": "^4.4.3",
3333
"eslint": "7.9.0",
3434
"eslint-config-prettier": "6.11.0",
3535
"eslint-plugin-prettier": "3.1.3",
3636
"html-webpack-plugin": "^5.3.1",
37-
"jsdoc-to-markdown": "^7.0.1",
38-
"mocha": "^8.3.2",
39-
"nyc": "^15.0.0",
37+
"jsdoc-to-markdown": "^7.1.0",
38+
"mocha": "^9.1.3",
39+
"nyc": "^15.1.0",
4040
"prettier": "^1.19.1",
41-
"rimraf": "^2.7.1",
42-
"sinon": "^9.2.4",
41+
"sinon": "^12.0.1",
4342
"typescript": "^4.2.3",
4443
"webpack": "^5.36.2",
4544
"webpack-cli": "^4.6.0",

0 commit comments

Comments
 (0)