expo-template-bare-minimum 53.0.38 → 53.0.39

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,11 @@
1
+ {
2
+ "mcpServers": {
3
+ "RadonAi": {
4
+ "url": "http://127.0.0.1:52081/mcp",
5
+ "type": "http",
6
+ "headers": {
7
+ "nonce": "f7ae8ede-499b-4d72-b6f2-77b2749c4571"
8
+ }
9
+ }
10
+ }
11
+ }
@@ -1 +1 @@
1
- 6c59244a6f770d2af72e3c3c42dec895506d3fa36050f6a2e05c9014940cf555
1
+ b5d7deda3d777211387fcfff2f33ac6b012eabd0ec927fd6e0e86509d98cba88
@@ -1 +1 @@
1
- 2f1ae94f272c382f421ce3cbff868616a220c571afee044af1f760a8d6bc78ae
1
+ dd747ed02f0a1c5dac37c61a9bb035f2b91e304eeaae0b53905be48bd5eeaa3e
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": "53.0.38",
5
+ "version": "53.0.39",
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": "~53.0.20",
14
+ "expo": "~53.0.22",
15
15
  "expo-status-bar": "~2.2.3",
16
16
  "react": "19.0.0",
17
- "react-native": "0.79.5"
17
+ "react-native": "0.79.6"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@babel/core": "^7.20.0"