Skip to content

Commit f5cf738

Browse files
committed
Bump packages to 0.83 main
1 parent d2a0bee commit f5cf738

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.82.0-main",
3+
"version": "0.83.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "19.1.1",
1414
"react-native": "1000.0.0",
15-
"@react-native/new-app-screen": "0.82.0-main",
15+
"@react-native/new-app-screen": "0.83.0-main",
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-main",
26+
"@react-native/eslint-config": "0.83.0-main",
27+
"@react-native/metro-config": "0.83.0-main",
28+
"@react-native/typescript-config": "0.83.0-main",
2929
"@types/jest": "^29.5.13",
3030
"@types/react": "^19.1.1",
3131
"@types/react-test-renderer": "^19.1.0",

0 commit comments

Comments
 (0)