Skip to content

Commit 8c5f5e9

Browse files
Bumping template to 0.83.0-rc.0-e319a2f
1 parent e319a2f commit 8c5f5e9

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@react-native-community/template",
3-
"version": "0.82.0-main",
3+
"version": "0.83.0-rc.0-e319a2f",
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": {
10-
"test": "jest"
10+
"test": "jest",
11+
"version": "0.83.0-rc.0"
1112
},
1213
"type": "commonjs",
1314
"files": [
@@ -24,4 +25,4 @@
2425
"type": "git",
2526
"url": "git+https://github.com/react-native-community/template.git"
2627
}
27-
}
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.2.0",
14-
"react-native": "1000.0.0",
15-
"@react-native/new-app-screen": "0.82.0-main",
14+
"react-native": "0.83.0-rc.0",
15+
"@react-native/new-app-screen": "0.83.0-rc.0",
1616
"react-native-safe-area-context": "^5.5.2"
1717
},
1818
"devDependencies": {
@@ -22,10 +22,10 @@
2222
"@react-native-community/cli": "20.0.0",
2323
"@react-native-community/cli-platform-android": "20.0.0",
2424
"@react-native-community/cli-platform-ios": "20.0.0",
25-
"@react-native/babel-preset": "0.82.0-main",
26-
"@react-native/eslint-config": "0.82.0-main",
27-
"@react-native/metro-config": "0.82.0-main",
28-
"@react-native/typescript-config": "0.82.0-main",
25+
"@react-native/babel-preset": "0.83.0-rc.0",
26+
"@react-native/eslint-config": "0.83.0-rc.0",
27+
"@react-native/metro-config": "0.83.0-rc.0",
28+
"@react-native/typescript-config": "0.83.0-rc.0",
2929
"@types/jest": "^29.5.13",
3030
"@types/react": "^19.2.0",
3131
"@types/react-test-renderer": "^19.1.0",
@@ -38,4 +38,4 @@
3838
"engines": {
3939
"node": ">=20"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)