Skip to content

Commit 8422c53

Browse files
kelsetfacebook-github-bot
authored andcommitted
chore(deps): add wanted dependencies to remove yarn warnings (#35088)
Summary: I wanted to start working on a thing but this barrage of warnings was very annoying so ended up doing this instead: a very small PR to take care of some warnings during yarn install. It doesn't change anything (the versions are the ones already used all around the repo), just makes yarn happier. Also, while doing that I found a dependency that was lying there unused for 2 years so took care of it. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [General] [Fixed] - add wanted dependencies to remove yarn warnings Pull Request resolved: #35088 Test Plan: ### Before <img width="1920" alt="Screenshot 2022-10-26 at 10 53 32" src="https://user-images.githubusercontent.com/16104054/197996489-f463be29-b35b-45cc-9d9c-2d176579fb7d.png"> ### After <img width="947" alt="Screenshot 2022-10-26 at 10 52 19" src="https://user-images.githubusercontent.com/16104054/197996505-3d60b319-006b-45ab-83bf-2f431272fdcd.png"> Reviewed By: jacdebug Differential Revision: D40716713 Pulled By: robhogan fbshipit-source-id: eeb95a91c6cdf37edfe868fefe4ba04aebe500ec
1 parent d0599ac commit 8422c53

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

packages/hermes-inspector-msggen/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@babel/cli": "^7.14.0",
21+
"@babel/core": "^7.14.0",
2122
"@babel/preset-env": "^7.14.0",
2223
"@babel/preset-flow": "^7.14.0",
2324
"jest": "^29.2.1"

packages/react-native-bots/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"devDependencies": {
66
"@seadub/danger-plugin-eslint": "^3.0.2",
77
"danger": "^11.0.2",
8+
"eslint": "^8.19.0",
89
"lodash.includes": "^4.3.0",
910
"minimatch": "^3.0.4"
1011
},

packages/react-native-codegen/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"@babel/plugin-transform-async-to-generator": "^7.0.0",
3434
"@babel/plugin-transform-destructuring": "^7.0.0",
3535
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
36+
"@babel/preset-env": "^7.14.0",
3637
"chalk": "^4.0.0",
3738
"glob": "^7.1.1",
3839
"invariant": "^2.2.4",

repo-config/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@definitelytyped/dtslint": "^0.0.127",
1717
"@react-native-community/eslint-plugin": "*",
1818
"@react-native/eslint-plugin-specs": "^0.71.0",
19-
"@reactions/component": "^2.0.2",
2019
"@types/react": "^18.0.18",
2120
"@typescript-eslint/parser": "^5.30.5",
2221
"async": "^3.2.2",

yarn.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,10 +2637,6 @@
26372637
prompts "^2.4.0"
26382638
semver "^6.3.0"
26392639

2640-
"@reactions/component@^2.0.2":
2641-
version "2.0.2"
2642-
resolved "https://registry.yarnpkg.com/@reactions/component/-/component-2.0.2.tgz#40f8c1c2c37baabe57a0c944edb9310dc1ec6642"
2643-
26442640
"@seadub/danger-plugin-eslint@^3.0.2":
26452641
version "3.0.2"
26462642
resolved "https://registry.yarnpkg.com/@seadub/danger-plugin-eslint/-/danger-plugin-eslint-3.0.2.tgz#9a51d9f1a103a274264c30212234001de0b417c1"

0 commit comments

Comments
 (0)