Skip to content

Commit

Permalink
resolve/lib/core is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 19, 2020
1 parent a00727e commit 3dde3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"eslint-import-resolver-node": "^0.3.4",
"eslint-module-utils": "^2.6.0",
"has": "^1.0.3",
"is-core-module": "^1.0.2",
"minimatch": "^3.0.4",
"object.values": "^1.1.1",
"read-pkg-up": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/core/importType.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import coreModules from 'resolve/lib/core'
import coreModules from 'is-core-module'

import resolve from 'eslint-module-utils/resolve'

Expand Down

0 comments on commit 3dde3f2

Please sign in to comment.