Skip to content

Commit

Permalink
Bump @tsconfig/react-native to 3.0.0 (#36957)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #36957

Fixes #36830

This bumps the version of tsconfig/react-native to inform TypeScript of more libraries provided by Hermes/React Native. See tsconfig/bases@eee5f19.

I did the search off of current Hermes/RN main branch, but I think the new config should be valid as far back as 0.71. It doesn't make sense to change the new app template for an old version though, so instead I think we should include this new version in 0.72.

Changelog:
[General][Changed] - Bump tsconfig/react-native to 3.0.0

Reviewed By: cortinico

Differential Revision: D45085932

fbshipit-source-id: 448f1103ef13f76fa95884f790a3cccd9ff75b2f
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Apr 18, 2023
1 parent 64e789e commit 5c4649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/runtime": "^7.12.5",
"@react-native/eslint-config": "^0.73.0",
"@react-native/metro-config": "^0.73.0",
"@tsconfig/react-native": "^2.0.2",
"@tsconfig/react-native": "^3.0.0",
"@types/metro-config": "^0.76.1",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
Expand Down

0 comments on commit 5c4649a

Please sign in to comment.