Expo 47 update

This commit is contained in:
Josh Guyette 2023-02-15 18:37:38 -06:00
parent 04870da051
commit de0f8a6311
1 changed files with 15 additions and 15 deletions

View File

@ -10,30 +10,30 @@
"eject": "expo eject"
},
"dependencies": {
"expo": "~45.0.0",
"expo-status-bar": "~1.3.0",
"expo": "^47.0.0",
"expo-status-bar": "~1.4.2",
"matter-js": "^0.18.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-game-engine": "^1.2.0",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-svg": "12.3.0",
"react-native-web": "0.17.7"
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.17.12",
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@expo/webpack-config": "^0.16.24",
"@expo/webpack-config": "^0.17.2",
"@types/matter-js": "^0.17.7",
"@types/react": "~17.0.21",
"@types/react-native": "~0.66.13",
"typescript": "~4.3.5"
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"typescript": "^4.6.3"
},
"license": "MIT",
"peerDependencies": {
"rxjs": "6.6.7"
}
}
}