mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2025-02-12 18:18:16 +00:00
Upgrade to Expo 43
This commit is contained in:
parent
7361f1571e
commit
fb32327bcf
8858
package-lock.json
generated
8858
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
@ -40,20 +40,20 @@
|
||||
"@react-navigation/native": "^6.0.4",
|
||||
"@react-navigation/stack": "^6.0.9",
|
||||
"compare-versions": "^3.6.0",
|
||||
"expo": "^42.0.0",
|
||||
"expo-app-loading": "^1.1.2",
|
||||
"expo-asset": "~8.3.3",
|
||||
"expo-av": "~9.2.3",
|
||||
"expo-constants": "~11.0.1",
|
||||
"expo-device": "~3.3.0",
|
||||
"expo-file-system": "~11.1.3",
|
||||
"expo-font": "~9.2.1",
|
||||
"expo-keep-awake": "~9.2.0",
|
||||
"expo-localization": "~10.2.0",
|
||||
"expo-screen-orientation": "~3.3.0",
|
||||
"expo-splash-screen": "~0.11.2",
|
||||
"expo-status-bar": "~1.0.4",
|
||||
"expo-web-browser": "~9.2.0",
|
||||
"expo": "^43.0.0",
|
||||
"expo-app-loading": "~1.2.1",
|
||||
"expo-asset": "~8.4.3",
|
||||
"expo-av": "~10.1.3",
|
||||
"expo-constants": "~12.1.3",
|
||||
"expo-device": "~4.0.3",
|
||||
"expo-file-system": "~13.0.3",
|
||||
"expo-font": "~10.0.3",
|
||||
"expo-keep-awake": "~10.0.0",
|
||||
"expo-localization": "~11.0.0",
|
||||
"expo-screen-orientation": "~4.0.3",
|
||||
"expo-splash-screen": "~0.13.5",
|
||||
"expo-status-bar": "~1.1.0",
|
||||
"expo-web-browser": "~10.0.3",
|
||||
"i18next": "^21.2.4",
|
||||
"mobx": "^5.15.4",
|
||||
"mobx-react-lite": "^2.2.2",
|
||||
@ -61,29 +61,29 @@
|
||||
"mobx-task": "^2.0.1",
|
||||
"normalize-url": "^7.0.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "16.13.1",
|
||||
"react": "17.0.1",
|
||||
"react-i18next": "^11.7.0",
|
||||
"react-lifecycles-compat": "^3.0.4",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
|
||||
"react-native": "0.64.2",
|
||||
"react-native-appearance": "~0.3.3",
|
||||
"react-native-elements": "^3.4.2",
|
||||
"react-native-gesture-handler": "~1.10.2",
|
||||
"react-native-get-random-values": "^1.7.0",
|
||||
"react-native-get-random-values": "~1.7.0",
|
||||
"react-native-reanimated": "~2.2.0",
|
||||
"react-native-safe-area-context": "3.2.0",
|
||||
"react-native-screens": "~3.4.0",
|
||||
"react-native-safe-area-context": "3.3.2",
|
||||
"react-native-screens": "~3.8.0",
|
||||
"react-native-url-polyfill": "^1.3.0",
|
||||
"react-native-webview": "11.6.2",
|
||||
"react-native-webview": "11.13.0",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "~7.9.0",
|
||||
"@babel/core": "^7.12.9",
|
||||
"@babel/eslint-parser": "^7.12.1",
|
||||
"@testing-library/jest-native": "^4.0.0",
|
||||
"@testing-library/react-native": "^7.2.0",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@typescript-eslint/parser": "^4.9.1",
|
||||
"babel-preset-expo": "8.3.0",
|
||||
"babel-preset-expo": "8.5.1",
|
||||
"eslint": "^7.4.0",
|
||||
"eslint-plugin-compat": "^3.9.0",
|
||||
"eslint-plugin-eslint-comments": "^3.1.2",
|
||||
@ -93,10 +93,10 @@
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"eslint-plugin-react-native": "^3.10.0",
|
||||
"expo-cli": "^4.12.11",
|
||||
"jest-expo": "^42.0.0",
|
||||
"jest-expo": "^43.0.0",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"node-abort-controller": "^3.0.1",
|
||||
"typescript": "~4.0.0"
|
||||
"typescript": "~4.3.5"
|
||||
},
|
||||
"private": true,
|
||||
"engines": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user