expo-router 6.0.1 → 6.0.2
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-router",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Expo Router is a file-based router for React Native and web applications.",
|
|
5
5
|
"author": "650 Industries, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"expo"
|
|
78
78
|
],
|
|
79
79
|
"peerDependencies": {
|
|
80
|
+
"@expo/metro-runtime": "^6.1.1",
|
|
80
81
|
"@react-navigation/drawer": "^7.5.0",
|
|
81
82
|
"@testing-library/react-native": ">= 12.0.0",
|
|
82
83
|
"expo": "*",
|
|
@@ -127,7 +128,6 @@
|
|
|
127
128
|
"tsd": "^0.28.1"
|
|
128
129
|
},
|
|
129
130
|
"dependencies": {
|
|
130
|
-
"@expo/metro-runtime": "6.1.1",
|
|
131
131
|
"@expo/schema-utils": "^0.1.7",
|
|
132
132
|
"@expo/server": "^0.7.4",
|
|
133
133
|
"@radix-ui/react-slot": "1.2.0",
|
|
@@ -151,5 +151,5 @@
|
|
|
151
151
|
"use-latest-callback": "^0.2.1",
|
|
152
152
|
"vaul": "^1.1.2"
|
|
153
153
|
},
|
|
154
|
-
"gitHead": "
|
|
154
|
+
"gitHead": "33f49d0f802b101fd61ac0eedcb1ce35b0adde51"
|
|
155
155
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"root":["./src/index.ts"],"version":"5.8.3"}
|