Skip to content

Commit

Permalink
bump debug version everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jun 22, 2017
1 parent 54687d1 commit 94187a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -79,7 +79,7 @@
"dependencies": {
"builtin-modules": "^1.1.1",
"contains-path": "^0.1.0",
"debug": "^2.2.0",
"debug": "^2.6.8",
"doctrine": "1.5.0",
"eslint-import-resolver-node": "^0.2.0",
"eslint-module-utils": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion resolvers/node/package.json
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/benmosher/eslint-plugin-import",
"dependencies": {
"debug": "^2.2.0",
"debug": "^2.6.8",
"resolve": "^1.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
"dependencies": {
"array-find": "^1.0.0",
"debug": "^2.2.0",
"debug": "^2.6.8",
"enhanced-resolve": "~0.9.0",
"find-root": "^0.1.1",
"has": "^1.0.1",
Expand Down

0 comments on commit 94187a3

Please sign in to comment.