Skip to content

Commit

Permalink
Merge pull request #293 from mia-platform/dependabot/npm_and_yarn/esl…
Browse files Browse the repository at this point in the history
…int-plugin-flowtype-7.0.0

Bump eslint-plugin-flowtype from 5.10.0 to 7.0.0
  • Loading branch information
ilteoood committed Oct 27, 2021
2 parents 449e507 + d648ec4 commit 3575bfc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fe-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint-config-react-app": "^6.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-flowtype": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7484,14 +7484,22 @@ eslint-plugin-es@^3.0.0:
eslint-utils "^2.0.0"
regexpp "^3.0.0"

eslint-plugin-flowtype@^5.2.0, eslint-plugin-flowtype@^5.4.0:
eslint-plugin-flowtype@^5.2.0:
version "5.10.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.10.0.tgz#7764cc63940f215bf3f0bd2d9a1293b2b9b2b4bb"
integrity sha512-vcz32f+7TP+kvTUyMXZmCnNujBQZDNmcqPImw8b9PZ+16w1Qdm6ryRuYZYVaG9xRqqmAPr2Cs9FAX5gN+x/bjw==
dependencies:
lodash "^4.17.15"
string-natural-compare "^3.0.1"

eslint-plugin-flowtype@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-7.0.0.tgz#da07684b5f0caf7c42ed013c2d0c04dbaf2960f4"
integrity sha512-kW3eipG2Vth6e0apYqmFs05IHhFklJJNokYNiNEO5AIjm7H29oTDybYNB2bMULUYcf7iX7Wf3GdRhfBORKcT1g==
dependencies:
lodash "^4.17.21"
string-natural-compare "^3.0.1"

eslint-plugin-import@^2.22.1:
version "2.25.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.25.2.tgz#b3b9160efddb702fc1636659e71ba1d10adbe9e9"
Expand Down

0 comments on commit 3575bfc

Please sign in to comment.