Skip to content

Commit 549b9e7

Browse files
committed
Release 0.84.0-rc.0 (reattempt)
#publish-packages-to-npm&next
1 parent 8c4c732 commit 549b9e7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

private/helloworld/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
},
1414
"dependencies": {
1515
"react": "19.2.3",
16-
"react-native": "1000.0.0"
16+
"react-native": "0.84.0-rc.0"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.25.2",
2020
"@babel/preset-env": "^7.25.3",
2121
"@babel/runtime": "^7.25.0",
22-
"@react-native/babel-preset": "0.84.0-main",
23-
"@react-native/core-cli-utils": "0.84.0-main",
24-
"@react-native/eslint-config": "0.84.0-main",
25-
"@react-native/metro-config": "0.84.0-main",
26-
"@react-native/typescript-config": "0.84.0-main",
22+
"@react-native/babel-preset": "0.84.0-rc.0",
23+
"@react-native/core-cli-utils": "0.84.0-rc.0",
24+
"@react-native/eslint-config": "0.84.0-rc.0",
25+
"@react-native/metro-config": "0.84.0-rc.0",
26+
"@react-native/typescript-config": "0.84.0-rc.0",
2727
"@types/jest": "^29.5.14",
2828
"commander": "^12.0.0",
2929
"eslint": "^8.19.0",

private/react-native-codegen-typescript-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prepare": "yarn run build"
1414
},
1515
"dependencies": {
16-
"@react-native/codegen": "0.84.0-main"
16+
"@react-native/codegen": "0.84.0-rc.0"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)