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.1
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.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Oct 31, 2024

  1. Copy the full SHA
    c97f18b View commit details
  2. [LOCAL] fix package.json

    blakef committed Oct 31, 2024
    Copy the full SHA
    0df78a1 View commit details

Commits on Nov 14, 2024

  1. Copy the full SHA
    d948e74 View commit details
Showing with 10 additions and 10 deletions.
  1. +2 −2 package.json
  2. +8 −8 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.1",
"version": "0.76.2",
"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.1"
"version": "0.76.2"
},
"type": "commonjs",
"files": [
16 changes: 8 additions & 8 deletions template/package.json
Original file line number Diff line number Diff line change
@@ -11,19 +11,19 @@
},
"dependencies": {
"react": "18.3.1",
"react-native": "0.76.1"
"react-native": "0.76.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.0",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native/babel-preset": "0.76.1",
"@react-native/eslint-config": "0.76.1",
"@react-native/metro-config": "0.76.1",
"@react-native/typescript-config": "0.76.1",
"@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",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",