mirror of
https://github.com/jellyfin/jellyfin-expo.git
synced 2024-11-23 05:59:39 +00:00
commit
965112313c
6
.github/workflows/code-quality.yml
vendored
6
.github/workflows/code-quality.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 14
|
||||
check-latest: true
|
||||
cache: npm
|
||||
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 14
|
||||
check-latest: true
|
||||
cache: npm
|
||||
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3.5.0
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 14
|
||||
check-latest: true
|
||||
cache: npm
|
||||
|
||||
|
9408
package-lock.json
generated
9408
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
44
package.json
44
package.json
@ -41,20 +41,20 @@
|
||||
"@react-navigation/native-stack": "^6.5.0",
|
||||
"@react-navigation/stack": "^6.0.9",
|
||||
"compare-versions": "^3.6.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",
|
||||
"expo": "^44.0.0",
|
||||
"expo-app-loading": "~1.3.0",
|
||||
"expo-asset": "~8.4.6",
|
||||
"expo-av": "~10.2.0",
|
||||
"expo-constants": "~13.0.1",
|
||||
"expo-device": "~4.1.0",
|
||||
"expo-file-system": "~13.1.4",
|
||||
"expo-font": "~10.0.4",
|
||||
"expo-keep-awake": "~10.0.1",
|
||||
"expo-localization": "~12.0.0",
|
||||
"expo-screen-orientation": "~4.1.1",
|
||||
"expo-splash-screen": "~0.14.1",
|
||||
"expo-status-bar": "~1.2.0",
|
||||
"expo-web-browser": "~10.1.0",
|
||||
"i18next": "^21.2.4",
|
||||
"mobx": "^5.15.4",
|
||||
"mobx-react-lite": "^2.2.2",
|
||||
@ -67,13 +67,13 @@
|
||||
"react-lifecycles-compat": "^3.0.4",
|
||||
"react-native": "0.64.3",
|
||||
"react-native-elements": "^3.4.2",
|
||||
"react-native-gesture-handler": "~1.10.2",
|
||||
"react-native-gesture-handler": "~2.1.0",
|
||||
"react-native-get-random-values": "~1.7.0",
|
||||
"react-native-reanimated": "~2.2.0",
|
||||
"react-native-reanimated": "~2.3.1",
|
||||
"react-native-safe-area-context": "3.3.2",
|
||||
"react-native-screens": "~3.8.0",
|
||||
"react-native-screens": "~3.10.1",
|
||||
"react-native-url-polyfill": "^1.3.0",
|
||||
"react-native-webview": "11.13.0",
|
||||
"react-native-webview": "11.15.0",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -82,9 +82,10 @@
|
||||
"@testing-library/jest-native": "^4.0.0",
|
||||
"@testing-library/react-native": "^7.2.0",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/react": "~17.0.21",
|
||||
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"babel-preset-expo": "8.5.1",
|
||||
"babel-preset-expo": "9.0.2",
|
||||
"domexception": "^4.0.0",
|
||||
"eslint": "^7.4.0",
|
||||
"eslint-plugin-compat": "^3.9.0",
|
||||
@ -94,8 +95,9 @@
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"eslint-plugin-react-native": "^3.10.0",
|
||||
"expo-cli": "^4.12.11",
|
||||
"jest-expo": "^43.0.0",
|
||||
"expo-cli": "^6.0.6",
|
||||
"jest": "^26.6.3",
|
||||
"jest-expo": "^44.0.0",
|
||||
"jest-fetch-mock": "^3.0.3",
|
||||
"node-abort-controller": "^3.0.1",
|
||||
"typescript": "~4.3.5"
|
||||
|
Loading…
Reference in New Issue
Block a user