Skip to content

Commit 9e593f5

Browse files
authored
Update deps (#2478)
* Update deps * fix
1 parent eecd31b commit 9e593f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: .mocharc.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
"require": "./test/support/setup.js"
3+
}

Diff for: package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"lodash.clonedeep": "^4.5.0",
7575
"lodash.merge": "^4.6.2",
7676
"mkdirp": "^1.0.4",
77-
"mocha": "^6.2.3",
77+
"mocha": "^8.0.1",
7878
"mocha-junit-reporter": "^1.23.1",
7979
"ms": "^2.1.2",
8080
"parse-function": "^5.6.4",
@@ -90,7 +90,6 @@
9090
"@pollyjs/adapter-puppeteer": "^2.6.3",
9191
"@pollyjs/core": "^2.6.3",
9292
"@types/inquirer": "^0.0.35",
93-
"@types/jscodeshift": "^0.6.3",
9493
"@types/node": "^8.10.61",
9594
"@wdio/sauce-service": "^5.22.5",
9695
"@wdio/selenium-standalone-service": "^5.16.10",
@@ -110,8 +109,7 @@
110109
"express": "^4.17.1",
111110
"faker": "^4.1.0",
112111
"graphql": "^14.6.0",
113-
"husky": "^1.2.1",
114-
"jscodeshift": "^0.7.0",
112+
"husky": "^4.2.5",
115113
"jsdoc": "^3.6.4",
116114
"jsdoc-typeof-plugin": "^1.0.0",
117115
"json-server": "^0.10.1",

Diff for: test/mocha.opts

-1
This file was deleted.

0 commit comments

Comments
 (0)