Skip to content

Commit 1c3ebba

Browse files
authored
Upgrade eslint & eslint-config-problems (#339)
Closes #326 Closes #338
1 parent 77d2c1d commit 1c3ebba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/depGraph.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22
const path = require('path')
3-
const DepGraph = require('dependency-graph').DepGraph
3+
const { DepGraph } = require('dependency-graph')
44

55
const graph = new DepGraph()
66

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"devDependencies": {
3535
"ava": "^3.1.0",
3636
"coveralls": "^3.0.0",
37-
"eslint": "^6.8.0",
38-
"eslint-config-problems": "4.0.0",
37+
"eslint": "^7.8.0",
38+
"eslint-config-problems": "5.0.0",
3939
"nyc": "^15.0.0",
4040
"postcss-import": "^12.0.0",
4141
"prettier": "~2.1.0",

0 commit comments

Comments
 (0)