Skip to content

Commit 6986bc7

Browse files
committed
package.json: fix some old dependencies
1 parent 1f0ace0 commit 6986bc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@
3333
"coveralls": "^3.0.9",
3434
"cross-env": "^5.2.1",
3535
"prettier": "^1.19.1",
36-
"eslint": "5.16.0",
36+
"eslint": "7.9.0",
3737
"eslint-config-prettier": "6.11.0",
3838
"eslint-plugin-import": "^2.19.1",
3939
"eslint-plugin-prettier": "3.1.3",
4040
"html-loader": "^0.5.5",
4141
"html-webpack-plugin": "^3.2.0",
4242
"install": "^0.13.0",
43-
"mocha": "^6.2.2",
43+
"mocha": "^8.1.3",
4444
"nyc": "^15.0.0",
4545
"rimraf": "^2.7.1",
46-
"sinon": "^7.5.0",
46+
"sinon": "^9.0.3",
4747
"uglify-js": "^3.8.0",
4848
"webpack": "^4.41.6",
4949
"webpack-cli": "^3.3.11",
50-
"webpack-dev-server": "^3.10.3"
50+
"webpack-dev-server": "^3.11.0"
5151
},
5252
"scripts": {
5353
"doc": "documentation build lib/** -f html -o public_pages/$npm_package_version/docs",

0 commit comments

Comments
 (0)