Skip to content

Commit 2233321

Browse files
committed
chore: fix version of @react-native/oss-library-example
1 parent 657b42f commit 2233321

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/react-native-test-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/oss-library-example",
3-
"version": "0.77.2",
3+
"version": "0.77.0",
44
"private": true,
55
"description": "Package that includes native module exapmle, native component example, targets both the old and the new architecture. It should serve as an example of a real-world OSS library.",
66
"license": "MIT",

packages/rn-tester/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/tester",
3-
"version": "0.77.1",
3+
"version": "0.77.0",
44
"private": true,
55
"description": "React Native tester app.",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"e2e-test-ios": "./scripts/maestro-test-ios.sh"
2828
},
2929
"dependencies": {
30-
"@react-native/oss-library-example": "0.77.2",
30+
"@react-native/oss-library-example": "workspace:*",
3131
"@react-native/popup-menu-android": "workspace:*",
3232
"flow-enums-runtime": "^0.0.6",
3333
"invariant": "^2.2.4",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ __metadata:
30483048
languageName: unknown
30493049
linkType: soft
30503050

3051-
"@react-native/oss-library-example@npm:0.77.2, @react-native/oss-library-example@workspace:packages/react-native-test-library":
3051+
"@react-native/oss-library-example@workspace:*, @react-native/oss-library-example@workspace:packages/react-native-test-library":
30523052
version: 0.0.0-use.local
30533053
resolution: "@react-native/oss-library-example@workspace:packages/react-native-test-library"
30543054
dependencies:
@@ -3097,7 +3097,7 @@ __metadata:
30973097
"@react-native-community/cli": "npm:15.0.0-alpha.2"
30983098
"@react-native-community/cli-platform-android": "npm:15.0.0-alpha.2"
30993099
"@react-native-community/cli-platform-ios": "npm:15.0.0-alpha.2"
3100-
"@react-native/oss-library-example": "npm:0.77.2"
3100+
"@react-native/oss-library-example": "workspace:*"
31013101
"@react-native/popup-menu-android": "workspace:*"
31023102
flow-enums-runtime: "npm:^0.0.6"
31033103
invariant: "npm:^2.2.4"

0 commit comments

Comments
 (0)