Skip to content

Commit 99a7034

Browse files
committed
chore: fix dependencies
This downgrades mocha and eslint for node v4. This upgrades shelljs and related dependencies, which includes shelljs/shelljs#1058.
1 parent a991a19 commit 99a7034

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"index.js"
2828
],
2929
"devDependencies": {
30-
"eslint": "^5.16.0",
30+
"eslint": "^4.19.1",
3131
"eslint-config-airbnb-base": "^13.1.0",
3232
"eslint-plugin-import": "^2.17.3",
33-
"mocha": "^6.1.4",
34-
"shelljs": "^0.8.1",
35-
"shelljs-changelog": "^0.2.2",
33+
"mocha": "^5.2.0",
34+
"shelljs": "^0.8.5",
35+
"shelljs-changelog": "^0.2.6",
3636
"shelljs-release": "^0.2.0",
3737
"should": "^13.2.3"
3838
},
3939
"peerDependencies": {
40-
"shelljs": "^0.8.1"
40+
"shelljs": "^0.8.5"
4141
},
4242
"dependencies": {
4343
"opener": "^1.4.1"

0 commit comments

Comments
 (0)