Skip to content

Commit

Permalink
[Deps] update resolve dep to v1.2.0 or later.
Browse files Browse the repository at this point in the history
Fixes #676.
  • Loading branch information
ljharb committed Dec 14, 2016
1 parent a41b811 commit f3fd43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resolvers/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"homepage": "https://github.com/benmosher/eslint-plugin-import",
"dependencies": {
"debug": "^2.2.0",
"resolve": "^1.1.6"
"resolve": "^1.2.0"
},
"devDependencies": {
"chai": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"is-absolute": "^0.2.3",
"lodash.get": "^3.7.0",
"node-libs-browser": "^1.0.0",
"resolve": "^1.1.7",
"resolve": "^1.2.0",
"semver": "^5.3.0"
},
"peerDependencies": {
Expand Down

0 comments on commit f3fd43c

Please sign in to comment.