Skip to content

Commit

Permalink
fix(deps): expose yarn peer dependencies (#35915)
Browse files Browse the repository at this point in the history
Summary:
Fixes #35913

## CHANGELOG

[General] [Fixed] - Peer dependency warnings for Yarn 3

Pull Request resolved: #35915

Test Plan:
```bash
yarn set version berry
yarn add react-native-changelog
```

Reviewed By: cortinico

Differential Revision: D42674105

Pulled By: jacdebug

fbshipit-source-id: 4270512b1b4857765a183389981b797cfecefcbd
  • Loading branch information
vicary authored and facebook-github-bot committed Jan 23, 2023
1 parent cd5a8c4 commit a69a924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-native-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"rimraf": "^3.0.2"
},
"peerDependencies": {
"@babel/preset-env": "^7.1.6"
}
}

0 comments on commit a69a924

Please sign in to comment.