Update deps
This commit is contained in:
parent
bd38f67fb0
commit
453f2bef6c
|
@ -8,17 +8,17 @@
|
|||
"eject": "expo eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "^35.0.0",
|
||||
"react": "16.8.3",
|
||||
"react-dom": "16.8.3",
|
||||
"expo": "35.0.1",
|
||||
"react": "16.12.0",
|
||||
"react-dom": "16.12.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
|
||||
"react-native-web": "^0.11.7"
|
||||
"react-native-web": "0.11.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^16.8.23",
|
||||
"@types/react-native": "^0.57.65",
|
||||
"babel-preset-expo": "^7.1.0",
|
||||
"typescript": "^3.7.2"
|
||||
"@types/react": "16.9.13",
|
||||
"@types/react-native": "0.60.23",
|
||||
"babel-preset-expo": "7.1.0",
|
||||
"typescript": "3.7.2"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
|
1235
example/yarn.lock
1235
example/yarn.lock
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
|
@ -35,11 +35,11 @@
|
|||
},
|
||||
"homepage": "https://github.com/jobtoday/react-native-image-viewing#readme",
|
||||
"devDependencies": {
|
||||
"@babel/runtime": "7.5.5",
|
||||
"@types/react": "16.9.2",
|
||||
"@types/react-native": "0.60.22",
|
||||
"react": "16.11.0",
|
||||
"react-native": "0.61.3",
|
||||
"@babel/runtime": "7.7.4",
|
||||
"@types/react": "16.9.13",
|
||||
"@types/react-native": "0.60.23",
|
||||
"react": "16.12.0",
|
||||
"react-native": "0.61.5",
|
||||
"typescript": "3.7.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue