Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Sep 18, 2023
1 parent 4b461ea commit e94530d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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.3.22",
"version": "1.3.23",
"main": "index.js",
"author": "kilbot <paul@kilbot.com>",
"homepage": ".",
Expand Down Expand Up @@ -39,20 +39,20 @@
"@react-navigation/stack": "6.3.17",
"@sentry/react-native": "5.6.0",
"@wcpos/core": "*",
"expo": "49.0.10",
"expo-application": "~5.3.1",
"expo-barcode-scanner": "~12.5.3",
"expo": "49.0.11",
"expo-application": "~5.4.0",
"expo-barcode-scanner": "~12.7.0",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-haptics": "~12.4.0",
"expo-device": "~5.6.0",
"expo-haptics": "~12.6.0",
"expo-image": "^1.5.1",
"expo-linking": "~5.0.2",
"expo-linking": "~6.0.0",
"expo-localization": "^14.5.0",
"expo-modules-core": "1.7.0",
"expo-sqlite": "~11.3.3",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-updates": "~0.18.12",
"expo-sqlite": "~11.6.0",
"expo-status-bar": "~1.7.1",
"expo-system-ui": "~2.6.0",
"expo-updates": "~0.18.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
Expand All @@ -70,7 +70,7 @@
"uuid": "3.4.0"
},
"devDependencies": {
"@babel/core": "^7.22.19",
"@babel/core": "^7.22.20",
"@expo/webpack-config": "^19.0.0",
"@types/react": "~18.2.21",
"@types/react-dom": "~18.2.7",
Expand Down

0 comments on commit e94530d

Please sign in to comment.