Skip to content

Commit c7cd53a

Browse files
committed
chore(deps): update formatting & linting
1 parent 65fe945 commit c7cd53a

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"danger": "^10.6.4",
3737
"date-fns": "^1.30.1",
3838
"dictionary-en": "^3.1.0",
39-
"eslint": "^7.28.0",
39+
"eslint": "^7.32.0",
4040
"eslint-config-google": "^0.14.0",
4141
"eslint-config-prettier": "^8.3.0",
4242
"eslint-plugin-filenames": "^1.3.2",
43-
"eslint-plugin-flowtype": "^5.7.2",
43+
"eslint-plugin-flowtype": "^5.9.0",
4444
"eslint-plugin-import": "^2.23.4",
4545
"eslint-plugin-jsx-a11y": "^6.4.1",
4646
"eslint-plugin-prettier": "^3.4.0",
@@ -64,7 +64,7 @@
6464
"npm-packlist": "^2.1.5",
6565
"npm-run-all": "4.1.5",
6666
"plop": "^1.9.1",
67-
"prettier": "2.1.2",
67+
"prettier": "2.3.2",
6868
"remark": "^13.0.0",
6969
"remark-cli": "^9.0.0",
7070
"remark-frontmatter": "^3.0.0",

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11233,10 +11233,10 @@ eslint-plugin-filenames@^1.3.2:
1123311233
lodash.snakecase "4.1.1"
1123411234
lodash.upperfirst "4.3.1"
1123511235

11236-
eslint-plugin-flowtype@^5.7.2, eslint-plugin-flowtype@^5.8.2:
11237-
version "5.8.2"
11238-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.8.2.tgz#e8c4429f2d39d93ccb0732f581b159da16fa0bda"
11239-
integrity sha512-/aPTnNKNAYJbEU07HwvohnXp0itBT+P0r+7s80IG5eqfsrx4NLN+0rXNztJBc56u1RJegSn0GMt1cZnGZpCThw==
11236+
eslint-plugin-flowtype@^5.8.2, eslint-plugin-flowtype@^5.9.0:
11237+
version "5.9.0"
11238+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.9.0.tgz#8d2d81d3d79bb53470ed62b97409b31684757e30"
11239+
integrity sha512-aBUVPA5Wt0XyuV3Wg8flfVqYJR6yR2nRLuyPwoTjCg5VTk4G1X1zQpInr39tUGgRxqrA+d+B9GYK4+/d1i0Rfw==
1124011240
dependencies:
1124111241
lodash "^4.17.15"
1124211242
string-natural-compare "^3.0.1"
@@ -11424,7 +11424,7 @@ eslint@^6.8.0:
1142411424
text-table "^0.2.0"
1142511425
v8-compile-cache "^2.0.3"
1142611426

11427-
eslint@^7.28.0, eslint@^7.32.0:
11427+
eslint@^7.32.0:
1142811428
version "7.32.0"
1142911429
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
1143011430
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
@@ -21950,12 +21950,7 @@ prettier-linter-helpers@^1.0.0:
2195021950
dependencies:
2195121951
fast-diff "^1.1.2"
2195221952

21953-
prettier@2.1.2:
21954-
version "2.1.2"
21955-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
21956-
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==
21957-
21958-
prettier@^2.3.2:
21953+
prettier@2.3.2, prettier@^2.3.2:
2195921954
version "2.3.2"
2196021955
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
2196121956
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==

0 commit comments

Comments
 (0)