Skip to content

Commit

Permalink
maybe fix websocket?
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Aug 20, 2024
1 parent ce0365b commit 0b0c12f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 935 deletions.
2 changes: 1 addition & 1 deletion packages/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-native": "1000.0.0"
"react-native-macos": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-test-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native/babel-preset": "0.75.0-main",
"react-native": "*"
"react-native-macos": "workspace:*"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/rn-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clean-ios": "rm -rf build/generated/ios Pods Podfile.lock"
},
"dependencies": {
"@react-native/oss-library-example": "*",
"@react-native/oss-library-example": "workspace:*",
"@react-native/popup-menu-android": "0.75.0-main",
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
Expand Down
Loading

0 comments on commit 0b0c12f

Please sign in to comment.