Skip to content

Commit 17e35f9

Browse files
Bumping template to 0.80.2
1 parent 8f1c252 commit 17e35f9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@react-native-community/template",
3-
"version": "0.80.1",
3+
"version": "0.80.2",
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.80.1"
11+
"version": "0.80.2"
1212
},
1313
"type": "commonjs",
1414
"files": [
@@ -25,4 +25,4 @@
2525
"type": "git",
2626
"url": "git+https://github.com/react-native-community/template.git"
2727
}
28-
}
28+
}

template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"react": "19.1.0",
14-
"react-native": "0.80.1",
15-
"@react-native/new-app-screen": "0.80.1"
14+
"react-native": "0.80.2",
15+
"@react-native/new-app-screen": "0.80.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.25.2",
@@ -21,10 +21,10 @@
2121
"@react-native-community/cli": "19.1.1",
2222
"@react-native-community/cli-platform-android": "19.1.1",
2323
"@react-native-community/cli-platform-ios": "19.1.1",
24-
"@react-native/babel-preset": "0.80.1",
25-
"@react-native/eslint-config": "0.80.1",
26-
"@react-native/metro-config": "0.80.1",
27-
"@react-native/typescript-config": "0.80.1",
24+
"@react-native/babel-preset": "0.80.2",
25+
"@react-native/eslint-config": "0.80.2",
26+
"@react-native/metro-config": "0.80.2",
27+
"@react-native/typescript-config": "0.80.2",
2828
"@types/jest": "^29.5.13",
2929
"@types/react": "^19.1.0",
3030
"@types/react-test-renderer": "^19.1.0",
@@ -37,4 +37,4 @@
3737
"engines": {
3838
"node": ">=18"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)