Skip to content

Commit

Permalink
chore: check React Native 0.75 compatibility & deps upgrade (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Aug 12, 2024
1 parent 1311d66 commit 430213f
Show file tree
Hide file tree
Showing 14 changed files with 15,482 additions and 14,833 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.2.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.2.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
12 changes: 6 additions & 6 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"expo": "^50.0.4",
"expo-status-bar": "~1.11.1",
"expo": "^51.0.26",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native": "0.74.5",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/react-native": "^12.4.0",
"@babel/core": "^7.24.0",
"@testing-library/react-native": "^12.5.2",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"@types/react": "~18.2.79",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"react-test-renderer": "18.2.0",
Expand Down
4,363 changes: 2,157 additions & 2,206 deletions examples/basic/yarn.lock

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions examples/cookbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"expo": "^50.0.4",
"expo-constants": "~15.4.6",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.10",
"expo-splash-screen": "~0.26.5",
"expo-status-bar": "~1.11.1",
"expo": "^51.0.26",
"expo-constants": "~16.0.2",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.21",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"jotai": "^2.8.4",
"nanoid": "^3.3.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native-get-random-values": "~1.8.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native": "0.74.5",
"react-native-get-random-values": "~1.11.0",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/metro-runtime": "~3.1.3",
"@testing-library/react-native": "^12.4.0",
"@expo/metro-runtime": "~3.2.1",
"@testing-library/react-native": "^12.5.2",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"@types/react-native-get-random-values": "^1",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.3.0"
"typescript": "~5.3.3"
},
"private": true,
"packageManager": "yarn@4.0.1"
Expand Down
Loading

0 comments on commit 430213f

Please sign in to comment.