mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-13 09:00:59 +08:00
fix(with-custom-font): lock all versions to exact versions
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"expo": "^37.0.0",
|
||||
"expo-font": "~8.1.0",
|
||||
"expo": "37.0.7",
|
||||
"expo-font": "8.1.1",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
|
||||
"react-native-web": "^0.11.7"
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"babel-preset-expo": "^8.1.0"
|
||||
"@babel/core": "7.9.0",
|
||||
"babel-preset-expo": "8.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user