Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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/template
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.76.2
Choose a base ref
...
head repository: react-native-community/template
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.76.3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 21, 2024

  1. Copy the full SHA
    45cf105 View commit details
Showing with 7 additions and 7 deletions.
  1. +2 −2 package.json
  2. +5 −5 template/package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@react-native-community/template",
"version": "0.76.2",
"version": "0.76.3",
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest",
"version": "0.76.2"
"version": "0.76.3"
},
"type": "commonjs",
"files": [
10 changes: 5 additions & 5 deletions template/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
},
"dependencies": {
"react": "18.3.1",
"react-native": "0.76.2"
"react-native": "0.76.3"
},
"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.76.2",
"@react-native/eslint-config": "0.76.2",
"@react-native/metro-config": "0.76.2",
"@react-native/typescript-config": "0.76.2",
"@react-native/babel-preset": "0.76.3",
"@react-native/eslint-config": "0.76.3",
"@react-native/metro-config": "0.76.3",
"@react-native/typescript-config": "0.76.3",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",