Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jul 10, 2023
1 parent c425e66 commit 591fda0
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,49 +19,49 @@
"tslib": "2.4.1"
},
"dependencies": {
"@react-native-community/netinfo": "9.3.10",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "6.6.2",
"@react-navigation/elements": "1.3.17",
"@react-navigation/native": "6.1.6",
"@react-navigation/stack": "6.3.16",
"@react-native-community/netinfo": "9.4.1",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/drawer": "6.6.3",
"@react-navigation/elements": "1.3.18",
"@react-navigation/native": "6.1.7",
"@react-navigation/stack": "6.3.17",
"@shopify/flash-list": "1.4.3",
"@wcpos/core": "*",
"expo": "48.0.19",
"expo-application": "~5.1.1",
"expo": "49.0.2",
"expo-application": "~5.3.0",
"expo-community-flipper": "48.0.1",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-device": "~5.2.1",
"expo-haptics": "~12.2.1",
"expo-linking": "~4.0.1",
"expo-modules-core": "1.3.2",
"expo-sqlite": "~11.1.1",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-updates": "~0.16.4",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.5",
"expo-device": "~5.4.0",
"expo-haptics": "~12.4.0",
"expo-linking": "~5.0.2",
"expo-modules-core": "1.5.6",
"expo-sqlite": "~11.3.1",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-updates": "~0.18.9",
"react": "18.2.0",
"react-devtools-core": "4.27.8",
"react-devtools-core": "4.28.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-device-info": "10.6.0",
"react-native-flipper": "0.200.0",
"react-native-gesture-handler": "~2.9.0",
"react-native": "0.72.1",
"react-native-device-info": "10.7.0",
"react-native-flipper": "0.203.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "~1.9.0",
"react-native-reanimated": "2.17.0",
"react-native-safe-area-context": "4.5.3",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.9.0",
"react-native-webview": "12.1.0"
"react-native-reanimated": "3.3.0",
"react-native-safe-area-context": "4.6.4",
"react-native-screens": "~3.22.1",
"react-native-svg": "13.10.0",
"react-native-webview": "13.2.2"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@types/react": "^18.2.8",
"@types/react-dom": "~18.2.4",
"@babel/core": "^7.22.8",
"@types/react": "^18.2.14",
"@types/react-dom": "~18.2.6",
"@wcpos/babel-preset-expo": "*",
"@wcpos/eslint-config": "*",
"@wcpos/tsconfig": "*",
"typescript": "^5.0.4"
"typescript": "^5.1.6"
},
"eslintConfig": {
"extends": "@wcpos/eslint-config"
Expand Down

0 comments on commit 591fda0

Please sign in to comment.