Skip to content

Commit 427081b

Browse files
Bumping template to 0.79.4
1 parent de32856 commit 427081b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@react-native-community/template",
3-
"version": "0.79.3",
3+
"version": "0.79.4",
44
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"
88
},
99
"scripts": {
1010
"test": "jest",
11-
"version": "0.79.3"
11+
"version": "0.79.4"
1212
},
1313
"type": "commonjs",
1414
"files": [

template/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "19.0.0",
14-
"react-native": "0.79.3"
14+
"react-native": "0.79.4"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.25.2",
@@ -20,10 +20,10 @@
2020
"@react-native-community/cli": "18.0.0",
2121
"@react-native-community/cli-platform-android": "18.0.0",
2222
"@react-native-community/cli-platform-ios": "18.0.0",
23-
"@react-native/babel-preset": "0.79.3",
24-
"@react-native/eslint-config": "0.79.3",
25-
"@react-native/metro-config": "0.79.3",
26-
"@react-native/typescript-config": "0.79.3",
23+
"@react-native/babel-preset": "0.79.4",
24+
"@react-native/eslint-config": "0.79.4",
25+
"@react-native/metro-config": "0.79.4",
26+
"@react-native/typescript-config": "0.79.4",
2727
"@types/jest": "^29.5.13",
2828
"@types/react": "^19.0.0",
2929
"@types/react-test-renderer": "^19.0.0",

0 commit comments

Comments
 (0)