Skip to content

Commit

Permalink
Merge pull request #199 from lo1tuma/update-dependencies
Browse files Browse the repository at this point in the history
Update dev dependencies
  • Loading branch information
lo1tuma committed Jul 8, 2019
2 parents d5108a3 + 96b99c9 commit 6fd87a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -24,14 +24,14 @@
"ramda": "^0.26.1"
},
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint": "^5.0.1",
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"eslint": "^6.0.1",
"eslint-config-holidaycheck": "^0.13.1",
"eslint-plugin-node": "^8.0.1",
"mocha": "^5.0.1",
"nyc": "^13.1.0",
"pr-log": "^3.0.0"
"eslint-plugin-node": "^9.1.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"pr-log": "^3.1.0"
},
"peerDependencies": {
"eslint": ">= 4.0.0"
Expand Down
3 changes: 2 additions & 1 deletion test/rules/no-global-tests.js
Expand Up @@ -104,7 +104,8 @@ ruleTester.run('no-global-tests', rule, {
{
code: 'import foo from "bar"; it("");',
parserOptions: {
sourceType: 'module'
sourceType: 'module',
ecmaVersion: 2015
},
errors: [ { message: expectedErrorMessage, column: 24, line: 1 } ]
}
Expand Down

0 comments on commit 6fd87a9

Please sign in to comment.