Skip to content

Commit 88e33fa

Browse files
author
Christopher J. Brody
committed
update eslint, jest, and yarn.lock - see comments
Merge branch 'brodybits-update-eslint-jest-and-yarn-lock' Seems to resolve yarn audit issues to date. These updates were made in separate commits in order to avoid excessively large git commits.
2 parents dbf31e2 + 8c34628 commit 88e33fa

File tree

2 files changed

+1339
-1783
lines changed

2 files changed

+1339
-1783
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
"@stryker-mutator/core": "^3.1.0",
5959
"@stryker-mutator/javascript-mutator": "^3.1.0",
6060
"@stryker-mutator/jest-runner": "^3.1.0",
61-
"eslint": "^6.4.0",
62-
"eslint-config-standard": "^14.1.0",
63-
"eslint-plugin-import": "^2.18.2",
64-
"eslint-plugin-node": "^11.0.0",
61+
"eslint": "^6.8.0",
62+
"eslint-config-standard": "^14.1.1",
63+
"eslint-plugin-import": "^2.20.2",
64+
"eslint-plugin-node": "^11.1.0",
6565
"eslint-plugin-promise": "^4.2.1",
6666
"eslint-plugin-standard": "^4.0.1",
67-
"jest": "^24.9.0",
67+
"jest": "^25.2.4",
6868
"recursive-readdir": "^2.2.2"
6969
}
7070
}

0 commit comments

Comments
 (0)