Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 2, 2024
1 parent defa7be commit a5f45e9
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 39 deletions.
73 changes: 35 additions & 38 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.0",
"version": "1.5.1",
"main": "index.js",
"author": "kilbot <paul@kilbot.com>",
"homepage": ".",
Expand All @@ -13,6 +13,7 @@
"export:electron": "ELECTRON=true expo export --platform=web",
"test": "eslint --ext js,ts,tsx .",
"start": "expo start -c",
"start:atlas": "EXPO_UNSTABLE_ATLAS=true expo start -c",
"start:no-dev": "expo start --no-dev --minify",
"android": "expo start --android",
"ios": "expo start --ios",
Expand All @@ -26,62 +27,58 @@
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-community/netinfo": "11.3.1",
"@react-native-community/netinfo": "11.3.2",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "6.6.15",
"@react-navigation/elements": "1.3.30",
"@react-navigation/native": "6.1.17",
"@react-navigation/stack": "6.3.29",
"@sentry/react-native": "5.20.0",
"@sentry/react-native": "5.22.2",
"@wcpos/core": "*",
"expo": "50.0.14",
"expo-application": "~5.8.3",
"expo-barcode-scanner": "~12.9.3",
"expo-barcode-scanner": "~12.9.3",
"expo-constants": "~15.4.5",
"expo-crypto": "^12.8.1",
"expo-crypto": "^12.8.1",
"expo-device": "~5.9.3",
"expo-haptics": "~12.8.1",
"expo-image": "^1.11.0",
"expo-image": "^1.11.0",
"expo-linking": "6.2.2",
"expo-localization": "^14.8.3",
"expo-sqlite": "~13.3.0",
"expo-sqlite": "~13.3.0",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "2.9.3",
"expo-updates": "~0.24.12",
"expo-updates": "~0.24.12",
"expo": "51.0.9",
"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-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",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-device-info": "10.13.1",
"react-native-gesture-handler": "~2.15.0",
"react-native": "0.74.1",
"react-native-device-info": "10.14.0",
"react-native-gesture-handler": "~2.16.2",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "3.8.1",
"react-native-safe-area-context": "4.9.0",
"react-native-screens": "~3.29.0",
"react-native-svg": "15.1.0",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.2",
"semver": "^7.6.0",
"react-native-reanimated": "3.11.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.12",
"react-native-webview": "13.10.2",
"semver": "^7.6.2",
"sentry-expo": "~7.2.0",
"uuid": "9.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@expo/metro-runtime": "^3.1.3",
"@types/react": "~18.2.70",
"@types/react-dom": "~18.2.22",
"@babel/core": "^7.24.6",
"@expo/metro-runtime": "^3.2.1",
"@types/react": "~18.2.79",
"@types/react-dom": "~18.2.25",
"@wcpos/babel-preset-expo": "*",
"@wcpos/eslint-config": "*",
"@wcpos/tsconfig": "*",
"expo-atlas": "^0.3.8",
"file-loader": "^6.2.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"typescript": "^5.4.3",
"webpack-bundle-analyzer": "^4.10.1"
"typescript": "^5.4.5",
"webpack-bundle-analyzer": "^4.10.2"
},
"packageManager": "yarn@3.3.1",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
NOTE: http://localhost:* access is only required for development
-->
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src * 'unsafe-inline' 'unsafe-eval'; connect-src *; img-src * data:; style-src * 'unsafe-inline';">
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src * 'unsafe-inline' 'unsafe-eval'; connect-src * data: blob:; img-src * data: blob:; style-src * 'unsafe-inline';">
<!--
<meta http-equiv="Content-Security-Policy"
content="
Expand Down

0 comments on commit a5f45e9

Please sign in to comment.