Skip to content

Commit cc80bbc

Browse files
committed
Upgrade react-native
1 parent 8dccd08 commit cc80bbc

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

apps/test-app/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
"@babel/core": "^7.26.10",
2323
"@babel/preset-env": "^7.26.9",
2424
"@babel/runtime": "^7.27.0",
25-
"@react-native-community/cli": "^18.0.0",
26-
"@react-native-community/cli-platform-android": "^18.0.0",
27-
"@react-native-community/cli-platform-ios": "^18.0.0",
25+
"@react-native-community/cli": "^20.0.1",
26+
"@react-native-community/cli-platform-android": "^20.0.1",
27+
"@react-native-community/cli-platform-ios": "^20.0.1",
2828
"@react-native-node-api/node-addon-examples": "*",
2929
"@react-native-node-api/node-tests": "*",
30-
"@react-native/babel-preset": "0.79.0",
31-
"@react-native/metro-config": "0.79.0",
32-
"@react-native/typescript-config": "0.79.0",
33-
"@rnx-kit/metro-config": "^2.0.1",
30+
"@react-native/babel-preset": "0.81.1",
31+
"@react-native/metro-config": "0.81.1",
32+
"@react-native/typescript-config": "0.81.1",
33+
"@rnx-kit/metro-config": "^2.1.1",
3434
"@types/mocha": "^10.0.10",
35-
"@types/react": "^19.0.0",
35+
"@types/react": "^19.1.0",
3636
"concurrently": "^9.1.2",
3737
"ferric-example": "^0.1.0",
3838
"mocha": "^11.6.0",
3939
"mocha-remote-cli": "^1.13.2",
4040
"mocha-remote-react-native": "^1.13.2",
41-
"react": "19.0.0",
42-
"react-native": "0.79.5",
41+
"react": "19.1.0",
42+
"react-native": "0.81.1",
4343
"react-native-node-api": "*",
44-
"react-native-test-app": "^4.3.3"
44+
"react-native-test-app": "^4.4.7"
4545
}
4646
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
"@prettier/plugin-oxc": "^0.0.4",
4848
"@reporters/github": "^1.7.2",
4949
"@tsconfig/node22": "^22.0.0",
50-
"@tsconfig/react-native": "3.0.5",
50+
"@tsconfig/react-native": "3.0.6",
5151
"@types/node": "^22",
5252
"eslint": "^9.32.0",
5353
"eslint-config-prettier": "^10.1.8",
5454
"globals": "^16.0.0",
5555
"prettier": "^3.6.2",
56-
"react-native": "0.79.5",
56+
"react-native": "0.81.1",
5757
"tsx": "^4.20.5",
5858
"typescript": "^5.8.0",
5959
"typescript-eslint": "^8.38.0"

0 commit comments

Comments
 (0)