Skip to content

Commit

Permalink
chore: fix eslint-plugin-import wrong dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 12, 2021
1 parent 80b8626 commit 8b41f5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"@popperjs/core": "2.10.2",
"@rollup/plugin-alias": "3.1.5",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-node-resolve": "13.0.5",
"@storybook/addon-actions": "6.3.10",
"@storybook/builder-webpack5": "6.3.10",
Expand Down Expand Up @@ -57,5 +57,8 @@
"stylus": "0.55.0",
"stylus-loader": "6.1.0",
"webpack": "5.58.1"
},
"resolutions": {
"eslint-module-utils": "^2.7.0"
}
}
9 changes: 5 additions & 4 deletions yarn.lock
Expand Up @@ -6957,12 +6957,13 @@ eslint-import-resolver-node@^0.3.6:
debug "^3.2.7"
resolve "^1.20.0"

eslint-module-utils@^2.6.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
eslint-module-utils@^2.6.2, eslint-module-utils@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.7.0.tgz#9e97c12688113401259b39d960e6a1f09f966435"
integrity sha512-hqSE88MmHl3ru9SYvDyGrlo0JwROlf9fiEMplEV7j/EAuq9iSlIlyCFbBT6pdULQBSnBYtYKiMLps+hKkyP7Gg==
dependencies:
debug "^3.2.7"
find-up "^2.1.0"
pkg-dir "^2.0.0"

eslint-plugin-babel@5.3.1:
Expand Down

0 comments on commit 8b41f5e

Please sign in to comment.