Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-native-community/rn-diff-purge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release/0.78.0-rc.5
Choose a base ref
..
head repository: react-native-community/rn-diff-purge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/0.78.2
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +5 −5 RnDiffApp/package.json
10 changes: 5 additions & 5 deletions RnDiffApp/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
},
"dependencies": {
"react": "19.0.0",
"react-native": "0.78.0-rc.5"
"react-native": "0.78.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
@@ -20,10 +20,10 @@
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.78.0-rc.5",
"@react-native/eslint-config": "0.78.0-rc.5",
"@react-native/metro-config": "0.78.0-rc.5",
"@react-native/typescript-config": "0.78.0-rc.5",
"@react-native/babel-preset": "0.78.2",
"@react-native/eslint-config": "0.78.2",
"@react-native/metro-config": "0.78.2",
"@react-native/typescript-config": "0.78.2",
"@types/jest": "^29.5.13",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.0.0",