Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed Dec 11, 2024
1 parent e080187 commit efe8c13
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 72 deletions.
118 changes: 52 additions & 66 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@expo-google-fonts/dm-sans": "^0.2.3",
"@expo/metro-runtime": "~4.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/bottom-tabs": "^7.0.6",
"@react-navigation/elements": "^2.1.0",
"@react-navigation/native": "^7.0.3",
"@react-navigation/native-stack": "^7.1.1",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@supabase/supabase-js": "^2.45.6",
"@svgr/cli": "^8.1.0",
"@types/react-navigation": "^3.0.8",
Expand Down Expand Up @@ -90,10 +90,10 @@
"metro-react-native-babel-preset": "^0.77.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"supabase": "^1.207.9",
"typescript": "~5.3.3",
"yarnhook": "^0.6.2",
"rimraf": "^6.0.1"
"yarnhook": "^0.6.2"
},
"private": true
}

0 comments on commit efe8c13

Please sign in to comment.