Skip to content

Commit d6623c3

Browse files
author
idok
committed
bump all
1 parent 5fd84cf commit d6623c3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "src/index.js",
77
"scripts": {
88
"coveralls": "nyc report --reporter=text-lcov | coveralls",
9-
"lint": "eslint .",
9+
"lint": "eslint . --cache",
1010
"test": "npm run lint && npm run unit-test",
1111
"unit-test": "cross-env nyc mocha \"tests/**/*.js\" --reporter=dot",
1212
"patch": "npm version patch -m\"update version to %s\" && git push --follow-tags",
@@ -30,15 +30,14 @@
3030
"eslint": ">=2"
3131
},
3232
"devDependencies": {
33-
"auto-changelog": "^2.2.0",
33+
"auto-changelog": "^2.2.1",
3434
"coveralls": "^3.1.0",
35-
"cross-env": "^7.0.2",
36-
"eslint": "^7.7.0",
37-
"eslint-config-wix-editor": "^8.1.0",
35+
"cross-env": "^7.0.3",
36+
"eslint": "^7.21.0",
37+
"eslint-config-wix-editor": "^8.4.0",
3838
"eslint-plugin-eslint-plugin": "^2.3.0",
3939
"eslint-traverser": "^1.5.2",
40-
"lodash": "^4.17.20",
41-
"mocha": "^8.1.1",
40+
"mocha": "^8.3.1",
4241
"nyc": "^15.1.0"
4342
},
4443
"engines": {

0 commit comments

Comments
 (0)