chore: fabric macos example CI (#2579)

# Summary

Fix `fabric-macos-example` CI 

## Test Plan

Ci should be green
This commit is contained in:
Jakub Grzywacz
2024-12-16 14:26:52 +01:00
committed by GitHub
parent a9e702c462
commit 490d09e229
3 changed files with 524 additions and 499 deletions
+10 -10
View File
@@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"macos": "@react-native-community/cli run-macos",
"macos": "react-native run-macos",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
@@ -15,9 +15,9 @@
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"react": "18.3.1",
"react-native": "0.76.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "https://github.com/software-mansion/react-native-gesture-handler",
"react-native-macos": "^0.76.0",
"react-native-macos": "^0.76.6",
"react-native-reanimated": "^3.16.1",
"react-native-svg": "link:../../"
},
@@ -25,13 +25,13 @@
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "15.0.0",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native/babel-preset": "0.76.1",
"@react-native/eslint-config": "0.76.1",
"@react-native/metro-config": "0.76.1",
"@react-native/typescript-config": "0.76.1",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.5",
"@react-native/eslint-config": "0.76.5",
"@react-native/metro-config": "0.76.5",
"@react-native/typescript-config": "0.76.5",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",