We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba58945 commit 725c832Copy full SHA for 725c832
2 files changed
plugin/package.json
@@ -13,7 +13,8 @@
13
"devDependencies": {
14
"expo": "^54.0.0",
15
"expo-module-scripts": "55.0.2",
16
- "glob": "11.0.3"
+ "glob": "11.0.3",
17
+ "typescript": "^5.9.2"
18
},
19
"peerDependencies": {
20
"expo": ">=54.0.0"
yarn.lock
@@ -13153,6 +13153,7 @@ __metadata:
13153
expo: "npm:^54.0.0"
13154
expo-module-scripts: "npm:55.0.2"
13155
glob: "npm:11.0.3"
13156
+ typescript: "npm:^5.9.2"
13157
peerDependencies:
13158
expo: ">=54.0.0"
13159
peerDependenciesMeta:
0 commit comments