|
18 | 18 | "clean": "watchman watch-del .", |
19 | 19 | "sample": "yarn workspace sample", |
20 | 20 | "module": "yarn workspace @shopify/checkout-sheet-kit", |
21 | | - "pod-install": "(cd sample/ios && bundle install && bundle exec pod repo update && bundle exec pod cache clean --all && NO_FLIPPER=1 bundle exec pod install --repo-update)", |
| 21 | + "pod-install": "(cd sample/ios && bundle install && bundle exec pod repo update && bundle exec pod cache clean --all && bundle exec pod install --repo-update)", |
22 | 22 | "snapshot": "./scripts/create_snapshot", |
23 | 23 | "compare-snapshot": "./scripts/compare_snapshot", |
24 | 24 | "turbo": "turbo", |
25 | 25 | "test": "jest" |
26 | 26 | }, |
27 | 27 | "devDependencies": { |
28 | | - "@babel/core": "^7.20.0", |
29 | | - "@babel/preset-env": "^7.20.0", |
30 | | - "@babel/runtime": "^7.27.6", |
31 | | - "@react-native/babel-preset": "0.75.5", |
32 | | - "@react-native/eslint-config": "0.75.5", |
33 | | - "@react-native/metro-config": "0.75.5", |
34 | | - "@react-native/typescript-config": "0.75.5", |
| 28 | + "@babel/core": "^7.25.2", |
| 29 | + "@babel/preset-env": "^7.25.3", |
| 30 | + "@babel/runtime": "^7.25.0", |
| 31 | + "@react-native-community/cli": "15.0.1", |
| 32 | + "@react-native-community/cli-platform-android": "15.0.1", |
| 33 | + "@react-native-community/cli-platform-ios": "15.0.1", |
| 34 | + "@react-native/babel-preset": "0.76.9", |
| 35 | + "@react-native/eslint-config": "0.76.9", |
| 36 | + "@react-native/metro-config": "0.76.9", |
| 37 | + "@react-native/typescript-config": "0.76.9", |
35 | 38 | "@testing-library/react-native": "^13.3.1", |
36 | 39 | "@tsconfig/react-native": "^3.0.6", |
37 | 40 | "@types/jest": "^30.0.0", |
|
44 | 47 | "jest": "^30.0.5", |
45 | 48 | "prettier": "^3.2.5", |
46 | 49 | "react": "18.3.1", |
47 | | - "react-native": "0.75.5", |
| 50 | + "react-native": "0.76.9", |
48 | 51 | "react-native-dotenv": "^3.4.9", |
49 | | - "react-native-gesture-handler": "2.15.0", |
| 52 | + "react-native-gesture-handler": "2.25.0", |
50 | 53 | "react-native-gradle-plugin": "^0.71.19", |
51 | 54 | "react-test-renderer": "18.3.1", |
52 | 55 | "ts-jest": "^29.1.1", |
|
0 commit comments