expo-template-bare-minimum 52.0.72 → 52.0.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ {"root":"/Users/brent/code/expo/templates/expo-template-bare-minimum","reactNativePath":"/Users/brent/code/expo/templates/expo-template-bare-minimum/node_modules/react-native","dependencies":{"expo":{"root":"/Users/brent/code/expo/templates/expo-template-bare-minimum/node_modules/expo","name":"expo","platforms":{"android":{"sourceDir":"/Users/brent/code/expo/templates/expo-template-bare-minimum/node_modules/expo/android","packageImportPath":"import expo.modules.ExpoModulesPackage;","packageInstance":"new ExpoModulesPackage()","buildTypes":[],"componentDescriptors":[],"cmakeListsPath":"/Users/brent/code/expo/templates/expo-template-bare-minimum/node_modules/expo/android/build/generated/source/codegen/jni/CMakeLists.txt","cxxModuleCMakeListsModuleName":null,"cxxModuleCMakeListsPath":null,"cxxModuleHeaderName":null}}}},"project":{"android":{"packageName":"com.helloworld","sourceDir":"/Users/brent/code/expo/templates/expo-template-bare-minimum/android"}}}
@@ -0,0 +1 @@
1
+ 5d028ea98616dae8eb2e417ae1be211a9ad9fee0283679997344372e7a520dec
@@ -0,0 +1 @@
1
+ 1c865220c1bb3c5ac981d9297b91547b33da4402ca777f096d3edb89ea4bbacb
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "expo-template-bare-minimum",
3
3
  "description": "This bare project template includes a minimal setup for using unimodules with React Native.",
4
4
  "license": "0BSD",
5
- "version": "52.0.72",
5
+ "version": "52.0.74",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "start": "expo start --dev-client",
@@ -11,10 +11,10 @@
11
11
  "web": "expo start --web"
12
12
  },
13
13
  "dependencies": {
14
- "expo": "~52.0.42",
14
+ "expo": "~52.0.45",
15
15
  "expo-status-bar": "~2.0.1",
16
16
  "react": "18.3.1",
17
- "react-native": "0.76.8"
17
+ "react-native": "0.76.9"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@babel/core": "^7.20.0"