Skip to content

Commit

Permalink
upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kesha-antonov committed Aug 20, 2024
1 parent 9d457f1 commit 1fbc5a3
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 1,044 deletions.
11 changes: 4 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"android": "expo start --android",
"eject": "expo eject",
"ios": "expo start --ios",
"lint": "eslint .",
"start": "expo start",
"test": "jest",
"web": "expo start --web",
Expand All @@ -17,7 +16,7 @@
"@expo/react-native-action-sheet": "4.1.0",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-navigation/native": "6.1.18",
"expo": "~51.0.28",
"expo": "~51.0.29",
"expo-app-loading": "~2.1.1",
"expo-image-picker": "~15.0.7",
"expo-linking": "6.3.1",
Expand All @@ -26,7 +25,7 @@
"expo-status-bar": "~1.12.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.75.1",
"react-native": "0.75.2",
"react-native-get-random-values": "^1.11.0",
"react-native-lightbox-v2": "0.9.0",
"react-native-maps": "1.18.0",
Expand All @@ -40,13 +39,11 @@
"react-native-gifted-chat": "./.."
},
"devDependencies": {
"@react-native/eslint-config": "0.75.1",
"@react-native/metro-config": "0.75.1",
"@react-native/typescript-config": "0.75.1",
"@react-native/metro-config": "0.75.2",
"@react-native/typescript-config": "0.75.2",
"@types/react": "^18.3.3",
"@types/react-test-renderer": "^18.3.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"react-test-renderer": "18.3.1",
"typescript": "5.5.4"
Expand Down
Loading

0 comments on commit 1fbc5a3

Please sign in to comment.