Skip to content

Commit

Permalink
fixed mismatching expo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Apr 10, 2023
1 parent d8c5343 commit 877512f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 109 deletions.
9 changes: 4 additions & 5 deletions mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"expo-constants": "~14.2.1",
"expo-device": "~5.2.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.3",
"expo-updates": "~0.16.4",
"react": "18.2.0",
"react-native": "0.71.4",
"react-native": "0.71.6",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
Expand All @@ -37,8 +37,7 @@
"eas-cli": "^3.8.1",
"internal-ip": "^6.2.0",
"jest-expo": "^48.0.2",
"react-test-renderer": "^18.2.0",
"typescript": "^4.9.4"
"react-test-renderer": "^18.2.0"
},
"engines": {
"node": ">=16",
Expand Down Expand Up @@ -93,7 +92,7 @@
"lint:prettier": "prettier --config ../packages/tooling/.prettierrc --ignore-path ../packages/tooling/.prettierignore --loglevel warn",
"lint:tsc": "tsc --noEmit",
"start:dev": "echo \" \n\\033[0;32mPlease run in a separate terminal session the following command:\n \n\\033[0;32myarn --cwd=mobile start:expo\n \n \"",
"start:expo": "expo start --port 1010",
"start:expo": "rimraf .bundle-info.json && expo start --port 1010",
"test": "yarn build && yarn test:alone",
"test:alone": "jest --rootDir .",
"test:watch": "npm-run-all build --parallel build:watch \"test:alone --watch {@}\" --"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ts-node": "^10.9.1",
"ts-patch": "^2.0.2",
"ts-prune": "^0.10.3",
"typescript": "^4.8.2",
"typescript": "^4.9.4",
"typescript-transform-paths": "^3.3.1"
},
"lint-staged": {
Expand All @@ -51,7 +51,7 @@
"jest-watch-typeahead": "^0.6.5",
"react": "^18.0.1",
"ts-jest": "^29.0.5",
"typescript": "^4.8.2"
"typescript": "^4.9.4"
},
"scripts": {
"build": "lerna run build:alone --stream",
Expand Down
130 changes: 28 additions & 102 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5185,7 +5185,7 @@
dependencies:
serve-static "^1.13.1"

"@react-native-community/cli-doctor@^10.2.0":
"@react-native-community/cli-doctor@^10.2.2":
version "10.2.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-10.2.2.tgz#b1893604fa9fc8971064e7c00042350f96868bfe"
integrity sha512-49Ep2aQOF0PkbAR/TcyMjOm9XwBa8VQr+/Zzf4SJeYwiYLCT1NZRAVAVjYRXl0xqvq5S5mAGZZShS4AQl4WsZw==
Expand Down Expand Up @@ -5229,19 +5229,7 @@
glob "^7.1.3"
logkitty "^0.7.1"

"@react-native-community/[email protected]":
version "10.2.0"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-10.2.0.tgz#be21c0e3bbf17358d540cc23e5556bf679f6322e"
integrity sha512-hIPK3iL/mL+0ChXmQ9uqqzNOKA48H+TAzg+hrxQLll/6dNMxDeK9/wZpktcsh8w+CyhqzKqVernGcQs7tPeKGw==
dependencies:
"@react-native-community/cli-tools" "^10.1.1"
chalk "^4.1.2"
execa "^1.0.0"
fast-xml-parser "^4.0.12"
glob "^7.1.3"
ora "^5.4.1"

"@react-native-community/cli-platform-ios@^10.2.1":
"@react-native-community/[email protected]", "@react-native-community/cli-platform-ios@^10.2.1":
version "10.2.1"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-10.2.1.tgz#2e6bd2cb6d48cbb8720d7b7265bb1bab80745f72"
integrity sha512-hz4zu4Y6eyj7D0lnZx8Mf2c2si8y+zh/zUTgCTaPPLzQD8jSZNNBtUUiA1cARm2razpe8marCZ1QbTMAGbf3mg==
Expand All @@ -5253,7 +5241,7 @@
glob "^7.1.3"
ora "^5.4.1"

"@react-native-community/cli-plugin-metro@^10.2.0":
"@react-native-community/cli-plugin-metro@^10.2.2":
version "10.2.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-10.2.2.tgz#766914e3c8007dfe52b253544c4f6cd8549919ac"
integrity sha512-sTGjZlD3OGqbF9v1ajwUIXhGmjw9NyJ/14Lo0sg7xH8Pv4qUd5ZvQ6+DWYrQn3IKFUMfGFWYyL81ovLuPylrpw==
Expand Down Expand Up @@ -5307,17 +5295,17 @@
dependencies:
joi "^17.2.1"

"@react-native-community/[email protected].0":
version "10.2.0"
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-10.2.0.tgz#bcb65bb3dcb03b0fc4e49619d51e12d23396b301"
integrity sha512-QH7AFBz5FX2zTZRH/o3XehHrZ0aZZEL5Sh+23nSEFgSj3bLFfvjjZhuoiRSAo7iiBdvAoXrfxQ8TXgg4Xf/7fw==
"@react-native-community/[email protected].2":
version "10.2.2"
resolved "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-10.2.2.tgz#3fa438ba7f19f83e07bc337765fc1cabdcf2cac2"
integrity sha512-aZVcVIqj+OG6CrliR/Yn8wHxrvyzbFBY9cj7n0MvRw/P54QUru2nNqUTSSbqv0Qaa297yHJbe6kFDojDMSTM8Q==
dependencies:
"@react-native-community/cli-clean" "^10.1.1"
"@react-native-community/cli-config" "^10.1.1"
"@react-native-community/cli-debugger-ui" "^10.0.0"
"@react-native-community/cli-doctor" "^10.2.0"
"@react-native-community/cli-doctor" "^10.2.2"
"@react-native-community/cli-hermes" "^10.2.0"
"@react-native-community/cli-plugin-metro" "^10.2.0"
"@react-native-community/cli-plugin-metro" "^10.2.2"
"@react-native-community/cli-server-api" "^10.1.1"
"@react-native-community/cli-tools" "^10.1.1"
"@react-native-community/cli-types" "^10.0.0"
Expand Down Expand Up @@ -11957,10 +11945,10 @@ expo-updates-interface@~0.9.0:
resolved "https://registry.yarnpkg.com/expo-updates-interface/-/expo-updates-interface-0.9.1.tgz#e81308d551ed5a4c35c8770ac61434f6ca749610"
integrity sha512-wk88LLhseQ7LJvxdN7BTKiryyqALxnrvr+lyHK3/prg76Yy0EGi2Q/oE/rtFyyZ1JmQDRbO/5pdX0EE6QqVQXQ==

expo-updates@~0.16.3:
version "0.16.3"
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.16.3.tgz#190f5896f98db2e130b608d61c8359ee4b2c2125"
integrity sha512-uFr2Fvq7IbKwz9xEqWE9GNEs0sBAd6uiUI9McTCKw4BzKhjylRbPAN3zewc7MGLOvhTwBASva79VLQVgzdoBRw==
expo-updates@~0.16.4:
version "0.16.4"
resolved "https://registry.yarnpkg.com/expo-updates/-/expo-updates-0.16.4.tgz#6d05438cf7304add03645a598211ac4ef3cc4f64"
integrity sha512-hEUotP10sBiYn6dvkYC2rIa+kAmsBuaMp32sIVNAYEwKMQJqEwqNAKTU6CpJ4Aoc//BYL2Hv8qNo/UsT4rATRg==
dependencies:
"@expo/code-signing-certificates" "0.0.5"
"@expo/config" "~8.0.0"
Expand Down Expand Up @@ -16901,16 +16889,6 @@ methods@^1.0.1, methods@~1.1.2:
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=

[email protected]:
version "0.73.8"
resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.73.8.tgz#521374cb9234ba126f3f8d63588db5901308b4ed"
integrity sha512-GO6H/W2RjZ0/gm1pIvdO9EP34s3XN6kzoeyxqmfqKfYhJmYZf1SzXbyiIHyMbJNwJVrsKuHqu32+GopTlKscWw==
dependencies:
"@babel/core" "^7.20.0"
hermes-parser "0.8.0"
metro-source-map "0.73.8"
nullthrows "^1.1.1"

[email protected]:
version "0.73.9"
resolved "https://registry.yarnpkg.com/metro-babel-transformer/-/metro-babel-transformer-0.73.9.tgz#bec8aaaf1bbdc2e469fde586fde455f8b2a83073"
Expand Down Expand Up @@ -17092,19 +17070,6 @@ [email protected]:
"@babel/template" "^7.0.0"
react-refresh "^0.4.0"

[email protected]:
version "0.73.8"
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.8.tgz#cbcd4b243216878431dc4311ce46f02a928e3991"
integrity sha512-oH/LCCJPauteAE28c0KJAiSrkV+1VJbU0PwA9UwaWnle+qevs/clpKQ8LrIr33YbBj4CiI1kFoVRuNRt5h4NFg==
dependencies:
"@babel/core" "^7.20.0"
babel-preset-fbjs "^3.4.0"
hermes-parser "0.8.0"
metro-babel-transformer "0.73.8"
metro-react-native-babel-preset "0.73.8"
metro-source-map "0.73.8"
nullthrows "^1.1.1"

[email protected]:
version "0.73.9"
resolved "https://registry.yarnpkg.com/metro-react-native-babel-transformer/-/metro-react-native-babel-transformer-0.73.9.tgz#4f4f0cfa5119bab8b53e722fabaf90687d0cbff0"
Expand All @@ -17125,14 +17090,6 @@ [email protected]:
dependencies:
absolute-path "^0.0.0"

[email protected]:
version "0.73.8"
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.73.8.tgz#dadae7c154fbbde24390cf7f7e7d934a2768cd18"
integrity sha512-M+Bg9M4EN5AEpJ8NkiUsawD75ifYvYfHi05w6QzHXaqOrsTeaRbbeLuOGCYxU2f/tPg17wQV97/rqUQzs9qEtA==
dependencies:
"@babel/runtime" "^7.0.0"
react-refresh "^0.4.0"

[email protected]:
version "0.73.9"
resolved "https://registry.yarnpkg.com/metro-runtime/-/metro-runtime-0.73.9.tgz#0b24c0b066b8629ee855a6e5035b65061fef60d5"
Expand All @@ -17141,20 +17098,6 @@ [email protected]:
"@babel/runtime" "^7.0.0"
react-refresh "^0.4.0"

[email protected]:
version "0.73.8"
resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.73.8.tgz#5134174e3d43de26ad331b95f637944c6547d441"
integrity sha512-wozFXuBYMAy7b8BCYwC+qoXsvayVJBHWtSTlSLva99t+CoUSG9JO9kg1umzbOz28YYPxKmvb/wbnLMkHdas2cA==
dependencies:
"@babel/traverse" "^7.20.0"
"@babel/types" "^7.20.0"
invariant "^2.2.4"
metro-symbolicate "0.73.8"
nullthrows "^1.1.1"
ob1 "0.73.8"
source-map "^0.5.6"
vlq "^1.0.0"

[email protected]:
version "0.73.9"
resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.73.9.tgz#89ca41f6346aeb12f7f23496fa363e520adafebe"
Expand All @@ -17169,18 +17112,6 @@ [email protected]:
source-map "^0.5.6"
vlq "^1.0.0"

[email protected]:
version "0.73.8"
resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.73.8.tgz#96920f607bce484283d822ee5fe18d932f69c03d"
integrity sha512-xkBAcceYYp0GGdCCuMzkCF1ejHsd0lYlbKBkjSRgM0Nlj80VapPaSwumYoAvSaDxcbkvS7/sCjURGp5DsSFgRQ==
dependencies:
invariant "^2.2.4"
metro-source-map "0.73.8"
nullthrows "^1.1.1"
source-map "^0.5.6"
through2 "^2.0.1"
vlq "^1.0.0"

[email protected]:
version "0.73.9"
resolved "https://registry.yarnpkg.com/metro-symbolicate/-/metro-symbolicate-0.73.9.tgz#cb452299a36e5b86b2826e7426d51221635c48bf"
Expand Down Expand Up @@ -18227,11 +18158,6 @@ oauth-sign@~0.9.0:
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==

[email protected]:
version "0.73.8"
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.73.8.tgz#c569f1a15ce2d04da6fd70293ad44b5a93b11978"
integrity sha512-1F7j+jzD+edS6ohQP7Vg5f3yiIk5i3x1uLrNIHOmLHWzWK1t3zrDpjnoXghccdVlsU+UjbyURnDynm4p0GgXeA==

[email protected]:
version "0.73.9"
resolved "https://registry.yarnpkg.com/ob1/-/ob1-0.73.9.tgz#d5677a0dd3e2f16ad84231278d79424436c38c59"
Expand Down Expand Up @@ -20299,7 +20225,7 @@ react-native-gesture-handler@^2.9.0:
lodash "^4.17.21"
prop-types "^15.7.2"

react-native-gradle-plugin@^0.71.16:
react-native-gradle-plugin@^0.71.17:
version "0.71.17"
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.17.tgz#cf780a27270f0a32dca8184eff91555d7627dd00"
integrity sha512-OXXYgpISEqERwjSlaCiaQY6cTY5CH6j73gdkWpK0hedxtiWMWgH+i5TOi4hIGYitm9kQBeyDu+wim9fA8ROFJA==
Expand Down Expand Up @@ -20358,15 +20284,15 @@ react-native-screens@^3.20.0:
react-freeze "^1.0.0"
warn-once "^0.1.0"

[email protected].4:
version "0.71.4"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.4.tgz#f03f600efe68f745d19454ab17f9c1a9ef304790"
integrity sha512-3hSYqvWrOdKhpV3HpEKp1/CkWx8Sr/N/miCrmUIAsVTSJUR7JW0VvIsrV9urDhUj/s6v2WF4n7qIEEJsmTCrPw==
[email protected].6:
version "0.71.6"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.6.tgz#e8f07baf55abd1015eaa7040ceaa4aa632c2c04f"
integrity sha512-gHrDj7qaAaiE41JwaFCh3AtvOqOLuRgZtHKzNiwxakG/wvPAYmG73ECfWHGxjxIx/QT17Hp37Da3ipCei/CayQ==
dependencies:
"@jest/create-cache-key-function" "^29.2.1"
"@react-native-community/cli" "10.2.0"
"@react-native-community/cli" "10.2.2"
"@react-native-community/cli-platform-android" "10.2.0"
"@react-native-community/cli-platform-ios" "10.2.0"
"@react-native-community/cli-platform-ios" "10.2.1"
"@react-native/assets" "1.0.0"
"@react-native/normalize-color" "2.1.0"
"@react-native/polyfills" "2.0.0"
Expand All @@ -20379,16 +20305,16 @@ [email protected]:
jest-environment-node "^29.2.1"
jsc-android "^250231.0.0"
memoize-one "^5.0.0"
metro-react-native-babel-transformer "0.73.8"
metro-runtime "0.73.8"
metro-source-map "0.73.8"
metro-react-native-babel-transformer "0.73.9"
metro-runtime "0.73.9"
metro-source-map "0.73.9"
mkdirp "^0.5.1"
nullthrows "^1.1.1"
pretty-format "^26.5.2"
promise "^8.3.0"
react-devtools-core "^4.26.1"
react-native-codegen "^0.71.5"
react-native-gradle-plugin "^0.71.16"
react-native-gradle-plugin "^0.71.17"
react-refresh "^0.4.0"
react-shallow-renderer "^16.15.0"
regenerator-runtime "^0.13.2"
Expand Down Expand Up @@ -23518,10 +23444,10 @@ typescript-transform-paths@^3.3.1:
dependencies:
minimatch "^3.0.4"

typescript@^4.8.2, typescript@^4.9.4:
version "4.8.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790"
integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==
typescript@^4.9.4:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

ua-parser-js@^0.7.30:
version "0.7.34"
Expand Down

0 comments on commit 877512f

Please sign in to comment.