Skip to content

Commit

Permalink
Upgrade eslint & eslint-config-problems (#339)
Browse files Browse the repository at this point in the history
Closes #326
Closes #338
  • Loading branch information
RyanZim committed Sep 1, 2020
1 parent 77d2c1d commit 1c3ebba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/depGraph.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'
const path = require('path')
const DepGraph = require('dependency-graph').DepGraph
const { DepGraph } = require('dependency-graph')

const graph = new DepGraph()

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"devDependencies": {
"ava": "^3.1.0",
"coveralls": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-problems": "4.0.0",
"eslint": "^7.8.0",
"eslint-config-problems": "5.0.0",
"nyc": "^15.0.0",
"postcss-import": "^12.0.0",
"prettier": "~2.1.0",
Expand Down

0 comments on commit 1c3ebba

Please sign in to comment.