Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 12, 2024
1 parent aba9ed3 commit fd47bdb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wcpos/managed-expo",
"version": "1.5.5",
"version": "1.6.0",
"main": "index.js",
"author": "kilbot <paul@kilbot.com>",
"homepage": ".",
Expand Down Expand Up @@ -35,23 +35,23 @@
"@react-navigation/stack": "6.3.29",
"@sentry/react-native": "5.22.2",
"@wcpos/core": "*",
"expo": "51.0.9",
"expo": "51.0.11",
"expo-application": "~5.9.1",
"expo-barcode-scanner": "~13.0.1",
"expo-constants": "~16.0.2",
"expo-crypto": "^13.0.2",
"expo-device": "~6.0.2",
"expo-haptics": "~13.0.1",
"expo-image": "1.12.9",
"expo-image": "1.12.11",
"expo-linking": "6.3.1",
"expo-localization": "^15.0.3",
"expo-sqlite": "~14.0.3",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "3.0.4",
"expo-updates": "~0.25.15",
"expo-system-ui": "3.0.6",
"expo-updates": "~0.25.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native": "0.74.2",
"react-native-device-info": "10.14.0",
"react-native-gesture-handler": "~2.16.2",
"react-native-get-random-values": "~1.11.0",
Expand All @@ -60,7 +60,7 @@
"react-native-screens": "~3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.12",
"react-native-webview": "13.10.2",
"react-native-webview": "13.10.3",
"semver": "^7.6.2",
"sentry-expo": "~7.2.0",
"uuid": "9.0.1"
Expand Down

0 comments on commit fd47bdb

Please sign in to comment.