Skip to content

Commit

Permalink
Added missing frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahschuller committed Oct 17, 2023
1 parent e6cab2f commit 8b713a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
14 changes: 7 additions & 7 deletions src/frontend/Finding-Neno/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions src/frontend/Finding-Neno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-native-community/datetimepicker": "^7.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "2.4.10",
"@react-native-picker/picker": "^2.4.10",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
Expand All @@ -28,9 +28,9 @@
"install": "^0.13.0",
"native-base": "^3.4.28",
"npm": "^10.2.0",
"react": "18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.72.5",
"react-native": "~0.72.5",
"react-native-datepicker": "^1.7.2",
"react-native-dotenv": "^3.4.8",
"react-native-element-dropdown": "^2.10.0",
Expand All @@ -40,8 +40,10 @@
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.7.1",
"react-native-modal-datetime-picker": "^15.0.1",
"react-native-pager-view": "^6.2.2",
"react-native-paper": "^5.10.3",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "~3.22.0",
"react-native-svg": "~13.9.0",
"react-native-tab-view": "^3.5.2",
Expand Down

0 comments on commit 8b713a8

Please sign in to comment.