Skip to content

Commit

Permalink
chore: bump package versionos
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Apr 5, 2024
1 parent d8ef66a commit 6d42a3d
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 770 deletions.
19 changes: 5 additions & 14 deletions packages/out-of-tree-platforms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/out-of-tree-platforms",
"version": "0.74.75",
"version": "0.74.0-rc.1",
"description": "Utils for React Native out of tree platforms.",
"keywords": ["out-of-tree", "react-native"],
"homepage": "https://github.com/callstack/react-native-visionos/tree/HEAD/packages/out-of-tree-platforms#readme",
Expand All @@ -11,17 +11,8 @@
"directory": "packages/out-of-tree-platforms"
},
"license": "MIT",
"exports": {
".": "./src/index.js",
"./package.json": "./package.json"
},
"files": [
"dist"
],
"devDependencies": {
"metro-resolver": "^0.80.0"
},
"engines": {
"node": ">=18"
}
"exports": { ".": "./dist/index.js", "./package.json": "./package.json" },
"files": ["dist"],
"devDependencies": { "metro-resolver": "^0.80.0" },
"engines": { "node": ">=18" }
}
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@callstack/react-native-visionos",
"version": "0.74.0-rc.6",
"version": "0.74.0-rc.1",
"description": "React Native for visionOS",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.74.0-rc.6",
"@callstack/react-native-visionos": "0.74.0-rc.4"
"@callstack/react-native-visionos": "0.74.0-rc.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand All @@ -23,7 +23,7 @@
"@react-native/eslint-config": "0.74.77",
"@react-native/metro-config": "0.74.77",
"@react-native/typescript-config": "0.74.77",
"@callstack/out-of-tree-platforms": "0.74.0-rc.4",
"@callstack/out-of-tree-platforms": "0.74.0-rc.1",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
Expand Down
Loading

0 comments on commit 6d42a3d

Please sign in to comment.