Skip to content

Commit cd25fb3

Browse files
kelsetfacebook-github-bot
authored andcommitted
chore(deps): add wanted dependencies to remove yarn warnings (facebook#35122)
Summary: This is take 2 of this facebook#35088, see this comment for why facebook#35088 (comment) 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. ## 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: facebook#35122 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: cortinico Differential Revision: D40804260 Pulled By: rshest fbshipit-source-id: 86af14c885d6d63a0d60bb85f204d17d8757f72a
1 parent 281f7a7 commit cd25fb3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
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",

0 commit comments

Comments
 (0)