Skip to content

Commit 408ac2c

Browse files
committed
chore: bump package versionos
1 parent b4cd034 commit 408ac2c

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed
Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/out-of-tree-platforms",
3-
"version": "0.74.75",
3+
"version": "0.74.0-rc.1",
44
"description": "Utils for React Native out of tree platforms.",
55
"keywords": ["out-of-tree", "react-native"],
66
"homepage": "https://github.com/callstack/react-native-visionos/tree/HEAD/packages/out-of-tree-platforms#readme",
@@ -11,17 +11,8 @@
1111
"directory": "packages/out-of-tree-platforms"
1212
},
1313
"license": "MIT",
14-
"exports": {
15-
".": "./src/index.js",
16-
"./package.json": "./package.json"
17-
},
18-
"files": [
19-
"dist"
20-
],
21-
"devDependencies": {
22-
"metro-resolver": "^0.80.0"
23-
},
24-
"engines": {
25-
"node": ">=18"
26-
}
14+
"exports": { ".": "./dist/index.js", "./package.json": "./package.json" },
15+
"files": ["dist"],
16+
"devDependencies": { "metro-resolver": "^0.80.0" },
17+
"engines": { "node": ">=18" }
2718
}

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,6 +2539,13 @@
25392539
prompts "^2.4.2"
25402540
semver "^7.5.2"
25412541

2542+
"@react-native/[email protected]":
2543+
version "0.74.76"
2544+
resolved "https://registry.yarnpkg.com/@react-native/popup-menu-android/-/popup-menu-android-0.74.76.tgz#9c986ddcdfee80b62d3cdfbf882cfe6efcfbdad6"
2545+
integrity sha512-oveo2vTkUMWOC6odeGKbopId8TczPZFy26UrZjoOFDKRmTkMl/JZ3AuwbefIrEX6EwBqxVXVMEXKIUgEW225PQ==
2546+
dependencies:
2547+
nullthrows "^1.1.1"
2548+
25422549
"@rnx-kit/chromium-edge-launcher@^1.0.0":
25432550
version "1.0.0"
25442551
resolved "https://registry.yarnpkg.com/@rnx-kit/chromium-edge-launcher/-/chromium-edge-launcher-1.0.0.tgz#c0df8ea00a902c7a417cd9655aab06de398b939c"

0 commit comments

Comments
 (0)