Skip to content

Commit 545dd05

Browse files
Bumping template to 0.78.1
1 parent 8251afa commit 545dd05

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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.78.0",
3+
"version": "0.78.1",
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.78.0"
11+
"version": "0.78.1"
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.78.0"
14+
"react-native": "0.78.1"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.25.2",
@@ -20,10 +20,10 @@
2020
"@react-native-community/cli": "15.0.1",
2121
"@react-native-community/cli-platform-android": "15.0.1",
2222
"@react-native-community/cli-platform-ios": "15.0.1",
23-
"@react-native/babel-preset": "0.78.0",
24-
"@react-native/eslint-config": "0.78.0",
25-
"@react-native/metro-config": "0.78.0",
26-
"@react-native/typescript-config": "0.78.0",
23+
"@react-native/babel-preset": "0.78.1",
24+
"@react-native/eslint-config": "0.78.1",
25+
"@react-native/metro-config": "0.78.1",
26+
"@react-native/typescript-config": "0.78.1",
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)