Skip to content

Commit 8f16f36

Browse files
authored
Bump template to 0.80-main (#119)
1 parent 1bc85bf commit 8f16f36

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/template",
3-
"version": "0.79.0-main",
3+
"version": "0.80.0-main",
44
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
55
"license": "MIT",
66
"publishConfig": {

template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@react-native-community/cli": "19.0.0-alpha.0",
2121
"@react-native-community/cli-platform-android": "19.0.0-alpha.0",
2222
"@react-native-community/cli-platform-ios": "19.0.0-alpha.0",
23-
"@react-native/babel-preset": "0.79.0-main",
24-
"@react-native/eslint-config": "0.79.0-main",
25-
"@react-native/metro-config": "0.79.0-main",
26-
"@react-native/typescript-config": "0.79.0-main",
23+
"@react-native/babel-preset": "0.80.0-main",
24+
"@react-native/eslint-config": "0.80.0-main",
25+
"@react-native/metro-config": "0.80.0-main",
26+
"@react-native/typescript-config": "0.80.0-main",
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)