Skip to content

Commit

Permalink
Fix yarn lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairaziz committed Jul 9, 2024
1 parent da1a919 commit ec18a39
Show file tree
Hide file tree
Showing 4 changed files with 1,065 additions and 961 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.14.0
v20.15.0
6 changes: 3 additions & 3 deletions examples/react-native-expo/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "react-native-expo-new",
"slug": "react-native-expo-new",
"name": "react-native-expo",
"slug": "react-native-expo",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
Expand Down Expand Up @@ -29,7 +29,7 @@
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router"],
"plugins": ["expo-router", "expo-font"],
"experiments": {
"typedRoutes": true
}
Expand Down
20 changes: 10 additions & 10 deletions examples/react-native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "14.0.0",
"@expo/vector-icons": "^14.0.2",
"@quiltt/react-native": "3.6.10",
"@react-navigation/native": "6.0.2",
"base-64": "1.0.0",
"expo": "~51.0.7",
"expo-constants": "16.0.1",
"expo-font": "12.0.5",
"expo": "~51.0.17",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.7",
"expo-linking": "6.3.1",
"expo-router": "~3.5.14",
"expo-splash-screen": "0.27.4",
"expo-router": "~3.5.17",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "1.12.1",
"expo-system-ui": "3.0.4",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native": "0.74.3",
"react-native-gesture-handler": "2.16.1",
"react-native-reanimated": "3.10.1",
"react-native-safe-area-context": "4.10.1",
Expand All @@ -49,9 +49,9 @@
"@types/react": "~18.2.79",
"@types/react-test-renderer": "18.0.7",
"jest": "^29.4.0",
"jest-expo": "51.0.1",
"jest-expo": "~51.0.3",
"react-test-renderer": "18.2.0",
"typescript": "5.5.3"
"typescript": "~5.3.3"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit ec18a39

Please sign in to comment.