Skip to content

Commit 36c152f

Browse files
committed
chore: sync with upstream
1 parent ffeaea4 commit 36c152f

File tree

5 files changed

+315
-401
lines changed

5 files changed

+315
-401
lines changed
Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "@callstack/out-of-tree-platforms",
3-
"version": "0.74.0",
3+
"version": "0.74.3",
44
"description": "Utils for React Native out of tree platforms.",
5-
"keywords": ["out-of-tree", "react-native"],
5+
"keywords": [
6+
"out-of-tree",
7+
"react-native"
8+
],
69
"homepage": "https://github.com/callstack/react-native-visionos/tree/HEAD/packages/out-of-tree-platforms#readme",
710
"bugs": "https://github.com/callstack/react-native-visionos/issues",
811
"repository": {
@@ -11,8 +14,17 @@
1114
"directory": "packages/out-of-tree-platforms"
1215
},
1316
"license": "MIT",
14-
"exports": { ".": "./dist/index.js", "./package.json": "./package.json" },
15-
"files": ["dist"],
16-
"devDependencies": { "metro-resolver": "^0.80.0" },
17-
"engines": { "node": ">=18" }
17+
"exports": {
18+
".": "./dist/index.js",
19+
"./package.json": "./package.json"
20+
},
21+
"files": [
22+
"dist"
23+
],
24+
"devDependencies": {
25+
"metro-resolver": "^0.80.0"
26+
},
27+
"engines": {
28+
"node": ">=18"
29+
}
1830
}

packages/react-native/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@react-native/eslint-config": "0.74.84",
2424
"@react-native/metro-config": "0.74.84",
2525
"@react-native/typescript-config": "0.74.84",
26-
"@callstack/out-of-tree-platforms": "0.74.0",
26+
"@callstack/out-of-tree-platforms": "0.74.3",
2727
"@types/react": "^18.2.6",
2828
"@types/react-test-renderer": "^18.0.0",
2929
"babel-jest": "^29.6.3",

0 commit comments

Comments
 (0)