Skip to content

Commit

Permalink
Remove caret from monorepo dependencies (#42086)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook/react-native#42086

Changelog: [General][Changed] - Update monorepo dependency versions to remove ^

This change will remove the caret for now as we already perform an "align" step everytime we bump a monorepo library. This prevents monorepo library updates to affect existing releases.

The "align" step updates all monorepo libraries to use the updated bumped version: https://fburl.com/code/xfistiph

Reviewed By: huntie

Differential Revision: D52440454

fbshipit-source-id: ff071032f04bc554903dde153c594991163dfe2f

Original: facebook/react-native@6e5bc33
  • Loading branch information
lunaleaps authored and facebook-github-bot committed Jan 2, 2024
1 parent 357d2a5 commit d7ec61e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "^0.74.0",
"@react-native/eslint-config": "^0.74.0",
"@react-native/metro-config": "^0.74.0",
"@react-native/typescript-config": "^0.74.0",
"@react-native/babel-preset": "0.74.0",
"@react-native/eslint-config": "0.74.0",
"@react-native/metro-config": "0.74.0",
"@react-native/typescript-config": "0.74.0",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
Expand Down

0 comments on commit d7ec61e

Please sign in to comment.