Skip to content

Commit 205d7b1

Browse files
authored
Merge pull request #2 from mattdinthehouse/main
Update to Expo 49
2 parents 36c3055 + a985af6 commit 205d7b1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-keyevent-expo-config-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.49",
44
"description": "Config plugin to auto configure react-native-keyevent on prebuild",
55
"main": "build/withReactNativeKeyevent.js",
66
"types": "build/withReactNativeKeyevent.d.ts",
@@ -24,12 +24,12 @@
2424
],
2525
"author": "Scott Pritchard",
2626
"devDependencies": {
27-
"expo-module-scripts": "^2.1.1"
27+
"expo-module-scripts": "^3.1.0"
2828
},
2929
"peerDependencies": {
30-
"expo": "^46.0.2"
30+
"expo": "^49.0.0"
3131
},
3232
"dependencies": {
33-
"@expo/config-plugins": "^5.0.1"
33+
"@expo/config-plugins": "^7.2.5"
3434
}
3535
}

0 commit comments

Comments
 (0)