Skip to content

Commit f34a9ae

Browse files
committed
yarn constraints --fix
1 parent 0a3e2db commit f34a9ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/nx-release-version/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@react-native-macos/nx-release-version",
33
"version": "0.0.1-dev",
4+
"private": true,
45
"description": "Nx Release Version Actions for React Native macOS",
56
"homepage": "https://github.com/microsoft/react-native-macos/tree/HEAD/packages/nx-release-version#readme",
67
"license": "MIT",

packages/rn-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"clean-ios": "rm -rf build/generated/ios Pods Podfile.lock"
2424
},
2525
"dependencies": {
26-
"@react-native/oss-library-example": "0.76.10",
27-
"@react-native/popup-menu-android": "workspace:*",
26+
"@react-native/oss-library-example": "workspace:*",
27+
"@react-native/popup-menu-android": "0.76.9",
2828
"flow-enums-runtime": "^0.0.6",
2929
"invariant": "^2.2.4",
3030
"nullthrows": "^1.1.1"

0 commit comments

Comments
 (0)