expo-template-blank-typescript 55.0.2 → 55.0.4
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "expo-template-blank-typescript",
|
|
3
3
|
"description": "The Blank project template includes the minimum dependencies to run and an empty root component.",
|
|
4
4
|
"license": "0BSD",
|
|
5
|
-
"version": "55.0.
|
|
5
|
+
"version": "55.0.4",
|
|
6
6
|
"main": "index.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"start": "expo start",
|
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
"web": "expo start --web"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"expo": "~55.0.0-preview.
|
|
14
|
+
"expo": "~55.0.0-preview.5",
|
|
15
15
|
"expo-status-bar": "~55.0.1",
|
|
16
16
|
"react": "19.2.0",
|
|
17
17
|
"react-native": "0.83.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@types/react": "~19.
|
|
20
|
+
"@types/react": "~19.2.2",
|
|
21
21
|
"typescript": "~5.9.2"
|
|
22
22
|
}
|
|
23
23
|
}
|